Add runtime restore and temp asset cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user