DISCONNECT: string;
RECONNECT: string;
AUTHORIZE: string;
- EXPAND_CLUSTER: string;
+ ADD_STORAGE: string;
SETUP_MULTISITE_REPLICATION: string;
NFS_EXPORT: string;
-
+ VIEW: string;
constructor() {
/* Create a new item */
this.CREATE = $localize`Create`;
this.CONNECT = $localize`Connect`;
this.DISCONNECT = $localize`Disconnect`;
this.RECONNECT = $localize`Reconnect`;
- this.EXPAND_CLUSTER = $localize`Expand Cluster`;
+ this.ADD_STORAGE = $localize`Add Storage`;
this.NFS_EXPORT = $localize`Create NFS Export`;
+ this.VIEW = $localize`View`;
}
}
checkMarkOutline: 'checkmark--outline',
arrowUpRight: ' arrow--up-right',
inProgress: 'in-progress',
- arrowDown: 'arrow--down'
+ arrowDown: 'arrow--down',
- warning: 'warning',
++ warning: 'warning'
+} as const;
+
+export const EMPTY_STATE_IMAGE = {
+ default: 'assets/empty-state.png',
+ search: 'assets/empty-state-search.png'
} as const;