Skip to content

Commit

Permalink
Merge pull request #812 from jumpserver/pr@dev@perf_switch_icon
Browse files Browse the repository at this point in the history
perf: 修改交换机图标
  • Loading branch information
ibuler committed Apr 25, 2023
2 parents 57ef0f7 + da464dd commit 270e814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added src/sass/icons/switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/sass/ztree_icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,15 @@
.ztree li span.button.public_ico_docu::before,
.ztree li span.button.router_ico_docu::before,
.ztree li span.button.other_ico_docu::before,
.ztree li span.button.switch_ico_docu::before,
.ztree li span.button.firewall_ico_docu::before,
.ztree li span.button.general_ico_docu::before {
content: "\F07B";
}

.ztree li span.button.switch_ico_docu {
background: url('./icons/switch.png') no-repeat center left transparent;
}

.ztree li span.button.k8s_ico_docu {
background: url('./icons/k8s.png') center left no-repeat;
}
Expand Down

0 comments on commit 270e814

Please sign in to comment.