refactor: Replace IconSave with IconDeviceFloppy in FilterManager for improved icon representation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
This commit is contained in:
@@ -19,7 +19,7 @@ import {
|
|||||||
IconEye,
|
IconEye,
|
||||||
IconServer,
|
IconServer,
|
||||||
IconSettings,
|
IconSettings,
|
||||||
IconSave
|
IconDeviceFloppy
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
|
|
||||||
const API_URL = '/api';
|
const API_URL = '/api';
|
||||||
@@ -659,7 +659,7 @@ function FilterManager() {
|
|||||||
className="btn btn-outline-success btn-sm"
|
className="btn btn-outline-success btn-sm"
|
||||||
onClick={() => handleSaveServerConfig(server.id)}
|
onClick={() => handleSaveServerConfig(server.id)}
|
||||||
>
|
>
|
||||||
<IconSave className="me-1" />
|
<IconDeviceFloppy className="me-1" />
|
||||||
Сохранить
|
Сохранить
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user