Skip to content

Commit

Permalink
ui(ns): 修改重启按钮图标和颜色
Browse files Browse the repository at this point in the history
- 将重启按钮的图标从 fa-redo-alt 更改为 fa-power-off
- 将重启按钮的颜色从 text-warning 更改为 text-danger
  • Loading branch information
weibaohui committed Nov 10, 2024
1 parent ddbdde1 commit 79775ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pages/ns/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
{
"type": "button",
"icon": "fas fa-redo-alt text-warning",
"icon": "fas fa-power-off text-danger",
"actionType": "ajax",
"tooltip": "重启",
"confirmText": "您确认要重启?",
Expand Down

0 comments on commit 79775ef

Please sign in to comment.