1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feature(UI): toggle styling changes [EE-4602] (#10373)

This commit is contained in:
Prabhat Khera 2023-10-12 07:34:38 +13:00 committed by GitHub
parent 6a5f5aa424
commit 31bcba96c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 14 deletions

View file

@ -23,7 +23,7 @@ export function ScreenBannerFieldset() {
<SwitchField
labelClass="col-sm-3 col-lg-2"
label="Login screen banner"
checked
checked={isEnabled}
name="toggle_login_banner"
disabled={isDemoQuery.data}
onChange={(checked) => setIsEnabled(checked)}