fix(web): фильтры VPS, вкладки дашборда и здоровье инвентаря
Docker / build (push) Has been cancelled
Docker / build (push) Has been cancelled
Фильтры стран и городов показывают только значения из БД; отключено автозаполнение поиска. Вкладки дашборда приведены к line tabs по REUI. VPS без проекта больше не считается проблемой. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -96,7 +96,6 @@ export function computeDashboardStats(): DashboardStats {
|
||||
}).length
|
||||
|
||||
let issuesCount = 0
|
||||
if (activeVps.some((v) => !(v.project || '').trim())) issuesCount++
|
||||
if (
|
||||
activeVps.some((v) => {
|
||||
const dr = Number(v.dailyRate || 0)
|
||||
|
||||
Reference in New Issue
Block a user