mgr/dashboard: Use illustration image for empty state table
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Abhishek Desai <abhishek.desai1@ibm.com>
Reviewed-by: pujaoshahu <pshahu@redhat.com>
plug: 'plug',
vmdkDisk: 'vmdk-disk',
warningAlt: 'warning--alt',
- checkMarkOutline: 'checkmark--outline'
+ checkMarkOutline: 'checkmark--outline',
+ arrowUpRight: ' arrow--up-right',
+ inProgress: 'in-progress',
+ arrowDown: 'arrow--down'
} as const;
+
+ export const EMPTY_STATE_IMAGE = {
+ default: 'assets/empty-state.png',
+ search: 'assets/empty-state-search.png'
+ } as const;