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 20c07a2 commit 884321cCopy full SHA for 884321c
portal-ui/src/screens/Console/Tools/ToolsPanel/ToolsList.tsx
@@ -112,15 +112,15 @@ const ToolsList = ({ classes }: IConfigurationOptions) => {
112
{
113
icon: <TraceIcon />,
114
configuration_id: "trace",
115
- configuration_label: "trace",
+ configuration_label: "Trace",
116
disabled: !hasPermission(CONSOLE_UI_RESOURCE, [
117
IAM_SCOPES.ADMIN_TRACE_ACTION,
118
]),
119
},
120
121
icon: <HealIcon />,
122
configuration_id: "heal",
123
- configuration_label: "heal",
+ configuration_label: "Heal",
124
125
IAM_SCOPES.ADMIN_HEAL_ACTION,
126
0 commit comments