-
+
) : (
-
+
)}
Синхронизировать
@@ -416,7 +423,7 @@ export function TariffsPage({ db, actions, settings, ratesData }) {
-
+
{item.name || '—'}
diff --git a/src/pages/VpsPage.jsx b/src/pages/VpsPage.jsx
index 033f1be..333e530 100644
--- a/src/pages/VpsPage.jsx
+++ b/src/pages/VpsPage.jsx
@@ -9,7 +9,16 @@ import {
tariffTypeLabel,
vpsStatusLabel,
} from '../lib/utils'
-import { Pencil, Filter, MapPin, Plus, RefreshCw, Search, Server, Trash2 } from 'lucide-react'
+import {
+ IconEdit,
+ IconFilter,
+ IconMapPin,
+ IconPlus,
+ IconRefresh,
+ IconSearch,
+ IconServer,
+ IconTrash,
+} from '@tabler/icons-react'
import { syncAccount, bulkUpdateVps } from '../lib/api'
import { UiModal } from '../components/UiModal'
import { ConvertedAmount } from '../components/ConvertedAmount'
@@ -680,7 +689,7 @@ export function VpsPage({ db, actions, settings, ratesData }) {
-
+
-
+
-
+
) : (
-
+
)}
Синхронизировать
@@ -1095,7 +1104,7 @@ export function VpsPage({ db, actions, settings, ratesData }) {
setIsModalOpen(true)
}}
>
-
+
Добавить VPS
@@ -1323,7 +1332,7 @@ export function VpsPage({ db, actions, settings, ratesData }) {
className="btn btn-sm btn-outline-primary"
onClick={() => onEdit(item)}
>
-
+
Изменить
@@ -1370,7 +1379,7 @@ export function VpsPage({ db, actions, settings, ratesData }) {
Отмена
|