Skip to content

Commit

Permalink
Merge pull request #295 from epwinchell/missing_icons1
Browse files Browse the repository at this point in the history
Add missing navigation icons
  • Loading branch information
Hyperkid123 authored Oct 12, 2023
2 parents dbb388d + 589d37c commit e6a53a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/beta/prod/navigation/edge-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"title": "Groups",
"id": "groups",
"appId": "edge",
"href": "/edge/fleet-management"
"href": "/edge/fleet-management",
"icon": "EdgeIcon"
},
{
"title": "Systems",
Expand Down
1 change: 1 addition & 0 deletions static/beta/prod/navigation/quay-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"id": "quayOrganizations",
"appId": "quay-ui-plugin",
"title": "Organizations",
"icon": "QuayIoIcon",
"description": "Group and manage repositories belonging to a particular team, group, or company.",
"href": "/quay/organization",
"permissions": [
Expand Down
2 changes: 2 additions & 0 deletions static/beta/prod/navigation/rhel-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"appId": "inventory",
"title": "Systems",
"href": "/insights/inventory",
"icon": "InsightsIcon",
"product": "Red Hat Insights",
"subtitle": "Red Hat Insights for RHEL"
},
Expand Down Expand Up @@ -114,6 +115,7 @@
"appId": "connector",
"title": "Activation keys",
"href": "/insights/connector/activation-keys",
"icon": "InsightsIcon",
"product": "Red Hat Insights",
"subtitle": "Red Hat Insights for RHEL",
"description": "Create activation keys to register your systems and configure repositories without using a username and password.",
Expand Down
2 changes: 2 additions & 0 deletions static/stable/prod/navigation/iam-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"appId": "rbac",
"title": "Users",
"href": "/iam/user-access/users",
"icon": "PlaceholderIcon",
"product": "Identity & Access Management",
"alt_title": [
"role based access management",
Expand Down Expand Up @@ -69,6 +70,7 @@
"appId": "iam",
"title": "Authentication Factors",
"href": "/iam/authentication-policy/authentication-factors",
"icon": "PlaceholderiIcon",
"product": "Identity & Access Management"
}
]
Expand Down
1 change: 1 addition & 0 deletions static/stable/prod/navigation/quay-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"id": "quayRepositories",
"appId": "quay-ui-plugin",
"title": "Repositories",
"icon": "QuayIoIcon",
"description": "Provide a central location for storing a related set of container images.",
"href": "/quay/repository",
"permissions": [
Expand Down

0 comments on commit e6a53a8

Please sign in to comment.