чек
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>
|
||||||
<Col>
|
<Col>
|
||||||
<Space wrap>
|
<Space wrap>
|
||||||
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
|
||||||
Синхронизировать из БД
|
|
||||||
</Button>
|
|
||||||
<Button icon={<ApiOutlined />} loading={discoverMutation.isPending} onClick={handleDiscover}>
|
<Button icon={<ApiOutlined />} loading={discoverMutation.isPending} onClick={handleDiscover}>
|
||||||
SSH Discovery
|
SSH Discovery
|
||||||
</Button>
|
</Button>
|
||||||
|
/*
|
||||||
|
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
||||||
|
Синхронизировать из БД
|
||||||
|
</Button>
|
||||||
<Button icon={<UploadOutlined />} onClick={() => setCsvModal(true)}>
|
<Button icon={<UploadOutlined />} onClick={() => setCsvModal(true)}>
|
||||||
Импорт CSV
|
Импорт CSV
|
||||||
</Button>
|
</Button>
|
||||||
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
||||||
Google Sheets
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
*/
|
||||||
<Button icon={<PlusOutlined />} type="primary" onClick={openAddDevice}>
|
<Button icon={<PlusOutlined />} type="primary" onClick={openAddDevice}>
|
||||||
Добавить устройство
|
Добавить устройство
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -489,6 +489,7 @@ export function ObjectDetailPage() {
|
||||||
</Col>
|
</Col>
|
||||||
<Col>
|
<Col>
|
||||||
<Space>
|
<Space>
|
||||||
|
/*
|
||||||
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
<Button icon={<SyncOutlined />} loading={syncMutation.isPending} onClick={handleSync}>
|
||||||
Синхронизировать из БД
|
Синхронизировать из БД
|
||||||
</Button>
|
</Button>
|
||||||
|
|
@ -498,6 +499,7 @@ export function ObjectDetailPage() {
|
||||||
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
<Button icon={<GoogleOutlined />} onClick={() => setSheetsModal(true)}>
|
||||||
Google Sheets
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
*/
|
||||||
<Button icon={<PlusOutlined />} onClick={openAddDevice}>
|
<Button icon={<PlusOutlined />} onClick={openAddDevice}>
|
||||||
Добавить устройство
|
Добавить устройство
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue