Skip to content

Commit 64d58fd

Browse files
committed
Set plugin icons
1 parent d57d73c commit 64d58fd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/rundeck/plugins/nodes/attributes/AttributeNodeEnhancer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Adds new attributes to a node if a match is found.\n\nIf the attribute exists and "
1919
+ "optionally "
2020
+ "matches a certain value, add the custom attributes.")
21+
@PluginMetadata(key = "faicon", value = "list-alt")
2122
public class AttributeNodeEnhancer
2223
implements NodeEnhancerPlugin
2324
{

src/main/java/org/rundeck/plugins/nodes/icon/IconNodeEnhancer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
description =
2121
"Adds an icon or badges based on an attribute.\n\nIf the attribute exists and optionally "
2222
+ "matches a certain value, use the selected icon")
23+
@PluginMetadata(key = "faicon", value = "palette")
2324
public class IconNodeEnhancer
2425
implements NodeEnhancerPlugin, DynamicProperties
2526
{

0 commit comments

Comments
 (0)