We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6021188 + 60eafca commit a290a35Copy full SHA for a290a35
backend/infrahub/menu/menu.py
@@ -257,7 +257,7 @@ def _extract_node_icon(model: MainSchemaTypes) -> str:
257
order_weight=6000,
258
children=[
259
MenuItemDefinition(
260
- namespace="Core",
+ namespace="Builtin",
261
name="TriggerRule",
262
label="Rules",
263
kind=InfrahubKind.TRIGGERRULE,
@@ -267,7 +267,7 @@ def _extract_node_icon(model: MainSchemaTypes) -> str:
267
order_weight=1000,
268
),
269
270
271
name="Action",
272
label="Actions",
273
kind=InfrahubKind.ACTION,
0 commit comments