mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-20 12:25:34 +08:00
节点可以单独设置所使用的API节点地址
This commit is contained in:
14
web/views/@default/clusters/nodes.css
Normal file
14
web/views/@default/clusters/nodes.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.node-name-td {
|
||||
position: relative;
|
||||
}
|
||||
.node-name-td .icon.setting {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 50%;
|
||||
margin-top: -1em;
|
||||
}
|
||||
.node-name-td:hover .icon.setting {
|
||||
display: inline;
|
||||
}
|
||||
/*# sourceMappingURL=nodes.css.map */
|
||||
Reference in New Issue
Block a user