feat: Instance Activity Chart (#1141)

* feat: Instance Activity Chart

* fix: chart data handling
This commit is contained in:
pa
2025-02-18 14:32:47 +09:00
committed by GitHub
parent 42d623c932
commit 4002e944b9
21 changed files with 1145 additions and 87 deletions

View File

@@ -696,3 +696,11 @@ i[class='el-icon-star-off']:not(.el-menu-item div.el-tooltip i) {
.el-color-picker__panel {
background-color: var(--dv_bg-top);
}
.el-divider {
background-color: #606266;
}
.el-divider__text {
background: var(--dv_bg-top);
color: #efefef;
padding-bottom: 2px;
}