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.
1 parent 643b736 commit 60eafcaCopy full SHA for 60eafca
backend/infrahub/menu/menu.py
@@ -256,7 +256,7 @@ def _extract_node_icon(model: MainSchemaTypes) -> str:
256
order_weight=6000,
257
children=[
258
MenuItemDefinition(
259
- namespace="Core",
+ namespace="Builtin",
260
name="TriggerRule",
261
label="Rules",
262
kind=InfrahubKind.TRIGGERRULE,
@@ -266,7 +266,7 @@ def _extract_node_icon(model: MainSchemaTypes) -> str:
266
order_weight=1000,
267
),
268
269
270
name="Action",
271
label="Actions",
272
kind=InfrahubKind.ACTION,
0 commit comments