Skip to content

Commit 4a9947f

Browse files
fixed volume status icon
1 parent 0d1752e commit 4a9947f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/common/kubeflow-common-lib/projects/kubeflow/src/lib/status-icon/status-icon.component.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ export class StatusIconComponent {
2525
case STATUS_TYPE.ERROR: {
2626
return 'error';
2727
}
28+
case STATUS_TYPE.MOUNTED: {
29+
return 'link';
30+
}
31+
case STATUS_TYPE.UNMOUNTED: {
32+
return 'link_off';
33+
}
2834
default: {
2935
return 'warning';
3036
}

0 commit comments

Comments
 (0)