fix(web): фильтры VPS, вкладки дашборда и здоровье инвентаря
Docker / build (push) Has been cancelled

Фильтры стран и городов показывают только значения из БД; отключено автозаполнение поиска. Вкладки дашборда приведены к line tabs по REUI. VPS без проекта больше не считается проблемой.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-28 01:15:57 +07:00
co-authored by Cursor
parent 921feb926f
commit 5d83b1a95d
6 changed files with 57 additions and 35 deletions
@@ -339,6 +339,9 @@ export function VpsFiltersToolbar({
value={filters.search}
onChange={(e) => onChange({ ...filters, search: e.target.value })}
className="pl-8"
autoComplete="off"
name="vps-inventory-search"
spellCheck={false}
/>
</div>