чек
This commit is contained in:
parent
1080527bfb
commit
e876b9e05f
2 changed files with 7 additions and 3 deletions
|
|
@ -566,18 +566,20 @@ export function InventoryObjectDetailPage() {
|
|||
</Col>
|
||||
<Col>
|
||||
<Space wrap>
|
||||
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
||||
Синхронизировать из БД
|
||||
</Button>
|
||||
<Button icon={<ApiOutlined />} loading={discoverMutation.isPending} onClick={handleDiscover}>
|
||||
SSH Discovery
|
||||
</Button>
|
||||
/*
|
||||
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
||||
Синхронизировать из БД
|
||||
</Button>
|
||||
<Button icon={<UploadOutlined />} onClick={() => setCsvModal(true)}>
|
||||
Импорт CSV
|
||||
</Button>
|
||||
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
||||
Google Sheets
|
||||
</Button>
|
||||
*/
|
||||
<Button icon={<PlusOutlined />} type="primary" onClick={openAddDevice}>
|
||||
Добавить устройство
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -489,6 +489,7 @@ export function ObjectDetailPage() {
|
|||
</Col>
|
||||
<Col>
|
||||
<Space>
|
||||
/*
|
||||
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
||||
Синхронизировать из БД
|
||||
</Button>
|
||||
|
|
@ -498,6 +499,7 @@ export function ObjectDetailPage() {
|
|||
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
||||
Google Sheets
|
||||
</Button>
|
||||
*/
|
||||
<Button icon={<PlusOutlined />} onClick={openAddDevice}>
|
||||
Добавить устройство
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue