[API节点]列表显示版本号、CPU、内存、状态等信息

This commit is contained in:
GoEdgeLab
2020-12-29 18:27:51 +08:00
parent abb182ceb4
commit 1f6ecccc65
5 changed files with 57 additions and 4 deletions

View File

@@ -40,6 +40,10 @@ table {
th.width5 {
width: 5em;
}
th.width6 {
width: 6em;
}
}
// textarea
@@ -49,5 +53,5 @@ textarea::-webkit-scrollbar {
// dropdown
select.dropdown {
height: auto!important;
height: auto !important;
}