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