refactor: Replace IconSave with IconDeviceFloppy in FilterManager for improved icon representation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s

This commit is contained in:
2025-07-14 10:57:59 +07:00
parent c25011e72b
commit 077fdcd258
+2 -2
View File
@@ -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