From ec2cfe779e7e0cdaffb366e142abe369ac0fe4fc Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 3 May 2025 20:54:00 -0600 Subject: [PATCH 1/9] rmeove icon from toggles --- .../form/form-toggle/form-toggle.component.html | 1 + .../routes/portal/routes/backups/modals/edit.component.ts | 8 +++++++- .../portal/routes/system/routes/wifi/wifi.component.ts | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/web/projects/ui/src/app/routes/portal/components/form/form-toggle/form-toggle.component.html b/web/projects/ui/src/app/routes/portal/components/form/form-toggle/form-toggle.component.html index 9cd61288d..8b49e15c9 100644 --- a/web/projects/ui/src/app/routes/portal/components/form/form-toggle/form-toggle.component.html +++ b/web/projects/ui/src/app/routes/portal/components/form/form-toggle/form-toggle.component.html @@ -7,6 +7,7 @@ type="checkbox" size="m" [disabled]="!!spec.disabled || readOnly" + [showIcons]="false" [(ngModel)]="value" (blur)="onFocus(false)" /> diff --git a/web/projects/ui/src/app/routes/portal/routes/backups/modals/edit.component.ts b/web/projects/ui/src/app/routes/portal/routes/backups/modals/edit.component.ts index 3a990a048..53e358f3f 100644 --- a/web/projects/ui/src/app/routes/portal/routes/backups/modals/edit.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/backups/modals/edit.component.ts @@ -63,7 +63,13 @@ import { TARGET, TARGET_CREATE } from './target.component'
Also Execute Now - +