Add runtime restore and temp asset cleanup

This commit is contained in:
2026-06-05 20:28:26 +08:00
parent 644a6f9d17
commit d41d9482c7
22 changed files with 1837 additions and 50 deletions
+18 -2
View File
@@ -1086,8 +1086,8 @@
}
.platformLimitTable .shTableRow {
grid-template-columns: minmax(180px, 1.1fr) minmax(160px, 0.9fr) 160px 132px 150px 170px 140px 132px;
min-width: 1224px;
grid-template-columns: minmax(180px, 1.1fr) minmax(160px, 0.9fr) 178px 132px 150px 170px 140px 132px;
min-width: 1242px;
}
.platformLimitTable .shTableHead,
@@ -1130,6 +1130,22 @@
justify-items: start;
}
.platformRuntimeStatusCell {
display: grid;
min-width: 0;
gap: 7px;
align-content: start;
}
.platformRestoreButton {
justify-self: start;
min-height: 22px;
padding-inline: 8px;
border-color: var(--border);
color: var(--text-normal);
background: #fff;
}
.rateMetricCell,
.rateLoadCell {
display: grid;