feat(web, db): autocomplete проекта VPS, защита полей при синке и стиль Command
Docker / build (push) Has been cancelled

Проект выбирается из справочника; ручные правки автоматически попадают в userOverrides без сброса при сохранении. CommandDialog приведён к эталону shadcn/ReUI.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-28 22:22:21 +07:00
co-authored by Cursor
parent 246ad1738a
commit baa13260c6
6 changed files with 95 additions and 64 deletions
+1
View File
@@ -4,6 +4,7 @@ export const VPS_SYNC_OVERRIDE_FIELDS = [
{ key: 'city', label: 'Город' },
{ key: 'datacenter', label: 'Дата-центр' },
{ key: 'os', label: 'ОС' },
{ key: 'project', label: 'Проект' },
{ key: 'notes', label: 'Заметки' },
{ key: 'status', label: 'Статус' },
{ key: 'tariffType', label: 'Тип тарифа' },