Skip to content

Commit

Permalink
NAS-132372: Change zvol icon to database
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanY147 committed Dec 4, 2024
1 parent 98b98db commit 52405c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
@if (node.data.type === ExplorerNodeType.File) {
<ix-icon name="insert_drive_file"></ix-icon>
} @else if (node.data.type === ExplorerNodeType.Symlink) {
<ix-icon [name]="'ix-file-link'"></ix-icon>
<ix-icon [name]="'mdi-database'"></ix-icon>
} @else {
@if (node.data.isLock) {
<ix-icon name="mdi-folder-lock"></ix-icon>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/icons/sprite-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"iconUrl": "assets/icons/sprite.svg?v=c891ca0d0a"
"iconUrl": "assets/icons/sprite.svg?v=29ff3e7fb0"
}
2 changes: 1 addition & 1 deletion src/assets/icons/sprite.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 52405c3

Please sign in to comment.