Skip to content

Commit

Permalink
NAS-129852: Missing share icons (#10295)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Jul 8, 2024
1 parent 392f8b1 commit ce378ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/modules/ix-icon/ix-icon.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ export const ixSvgIcons = {
ssd: 'assets/customicons/ix-ssd.svg',
ssd_mirror: 'assets/customicons/ix-ssd-mirror.svg',
two_factor_auth: 'assets/customicons/2fa.svg',
smb_share: 'assets/customicons/smb-share.svg',
iscsi_share: 'assets/customicons/iscsi-share.svg',
nfs_share: 'assets/customicons/nfs-share.svg',
};
3 changes: 3 additions & 0 deletions src/assets/customicons/iscsi-share.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/customicons/nfs-share.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/customicons/smb-share.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce378ce

Please sign in to comment.