File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments