Skip to content

Commit 270d326

Browse files
committed
Merge branch 'bugfix/MK8S-150-wrong-icon-nodes-dashboard' into tmp/octopus/w/133.0/bugfix/MK8S-150-wrong-icon-nodes-dashboard
2 parents 32c1075 + 7598677 commit 270d326

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/src/components/DashboardInventory.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const DashboardInventory = () => {
102102
<InventoryIcon>
103103
<StatusWrapper status={nodesStatus}>
104104
<Icon
105-
name="Exclamation-circle"
105+
name="Node-pdf"
106106
color={getStatusColor(nodesStatus)}
107107
ariaLabel={`Nodes status is ${nodesStatus}`}
108108
/>
@@ -137,7 +137,7 @@ const DashboardInventory = () => {
137137
<InventoryIcon>
138138
<StatusWrapper status={volumesStatus}>
139139
<Icon
140-
name="Volume-backend"
140+
name="Volume-pdf"
141141
color={getStatusColor(volumesStatus)}
142142
ariaLabel={`Volumes status is ${volumesStatus}`}
143143
/>

ui/src/containers/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const Layout = () => {
114114
label: intl.formatMessage({
115115
id: 'nodes',
116116
}),
117-
icon: <Icon name="Node-backend" />,
117+
icon: <Icon name="Node-pdf" />,
118118
onClick: () => {
119119
navigate('/nodes');
120120
},
@@ -125,7 +125,7 @@ const Layout = () => {
125125
label: intl.formatMessage({
126126
id: 'volumes',
127127
}),
128-
icon: <Icon name="Node-pdf" />,
128+
icon: <Icon name="Volume-pdf" />,
129129
onClick: () => {
130130
navigate('/volumes');
131131
},

0 commit comments

Comments
 (0)