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 @@ -14,7 +14,7 @@ import {
1414 CheckCircle ,
1515 HardDrive ,
1616 Link ,
17- LinkOff
17+ Link2Off
1818} from 'lucide-react'
1919import {
2020 useListCoreV1PersistentVolumeQuery ,
@@ -67,7 +67,7 @@ export function PVsView() {
6767 </ Badge >
6868 case 'Released' :
6969 return < Badge variant = "warning" className = "flex items-center gap-1" >
70- < LinkOff className = "w-3 h-3" />
70+ < Link2Off className = "w-3 h-3" />
7171 { phase }
7272 </ Badge >
7373 case 'Failed' :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 AlertCircle ,
1414 CheckCircle ,
1515 Link ,
16- LinkOff ,
16+ Link2Off ,
1717 Server
1818} from 'lucide-react'
1919import {
@@ -62,7 +62,7 @@ export function VolumeAttachmentsView() {
6262 </ Badge >
6363 case 'Detached' :
6464 return < Badge variant = "secondary" className = "flex items-center gap-1" >
65- < LinkOff className = "w-3 h-3" />
65+ < Link2Off className = "w-3 h-3" />
6666 { status }
6767 </ Badge >
6868 default :
You can’t perform that action at this time.
0 commit comments