Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document iconClass and displayName fields for custom resource action discovery #20460

Open
crenshaw-dev opened this issue Oct 18, 2024 · 1 comment
Labels
component:docs enhancement New feature or request good first issue Good for newcomers

Comments

@crenshaw-dev
Copy link
Member

Summary

Document the iconClass and displayName fields which can be set via custom resource action discovery scripts.

local actions = {}
actions["create-job"] = {
  ["iconClass"] = "fa fa-fw fa-play",
  ["displayName"] = "Create Job"
}
return actions

Motivation

It's currently a hidden feature.

Proposal

Add info to the custom resource actions docs page.

@crenshaw-dev crenshaw-dev added enhancement New feature or request good first issue Good for newcomers component:docs labels Oct 18, 2024
@sikehish
Copy link

Can I be assigned this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:docs enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants