Skip to content

Commit

Permalink
style: 更新节点页面事件按钮图标
Browse files Browse the repository at this point in the history
- 将节点页面的事件按钮图标从警告图标改为日历图标
- 图标颜色从警告黄色改为蓝色,以更好地符合事件的视觉语义
  • Loading branch information
weibaohui committed Nov 12, 2024
1 parent 465d7ee commit 593eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pages/cluster/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
{
"type": "button",
"icon": "fas fa-exclamation-circle text-warning-dker",
"icon": "fas fa-calendar-alt text-primary",
"tooltip": "Event",
"actionType": "drawer",
"drawer": {
Expand Down

0 comments on commit 593eb89

Please sign in to comment.