From f8c68b87254731c64815ab8d7541c8aaa7d9c1bd Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:36:39 +0000 Subject: [PATCH] standardise modal footers (#1753) --- CHANGELOG.md | 1 + package-lock.json | 54 +++++++++---------- package.json | 12 ++--- ui/package-lock.json | 12 ++--- .../info-modal/info-modal.component.html | 13 ++++- .../airpurifier.manage.component.html | 4 +- .../types/door/door.manage.component.html | 2 +- .../types/fan/fan.manage.component.html | 4 +- .../types/fanv2/fanv2.manage.component.html | 4 +- .../heatercooler.manage.component.html | 4 +- ...midifierdehumidifier.manage.component.html | 4 +- .../lightbulb/lightbulb.manage.component.html | 4 +- .../securitysystem.manage.component.html | 4 +- .../speaker/speaker.manage.component.html | 4 +- .../thermostat.manage.component.html | 4 +- .../types/valve/valve.manage.component.html | 4 +- .../types/window/window.manage.component.html | 2 +- .../windowcovering.manage.component.html | 4 +- .../backup-restore.component.html | 31 +++++++---- .../scheduled-backups.component.html | 25 ++++----- .../components/confirm/confirm.component.html | 22 ++++---- .../information/information.component.html | 16 ++++-- .../bridge-plugins-modal.component.html | 27 +++++----- .../bridge-plugins-modal.component.ts | 20 +++++++ .../custom-plugins.component.html | 2 +- ...homebridge-google-smarthome.component.html | 2 +- .../manage-plugins-modal.component.html | 2 +- .../manual-plugin-config-modal.component.html | 24 ++++----- .../node-update-required-modal.component.html | 32 ++++++----- .../select-previous-version.component.html | 23 ++++---- .../settings-plugins-modal.component.html | 4 +- .../uninstall-plugins-modal.component.html | 22 ++++---- .../add-room-modal.component.html | 29 ++++++---- .../config.restore-backup.component.html | 20 ++++--- .../donate-modal/donate-modal.component.html | 42 ++++++++------- ...ll-cached-accessories-modal.component.html | 23 ++++---- ...ngle-cached-accessory-modal.component.html | 15 ++++-- .../reset-homebridge-modal.component.html | 21 +++++--- .../select-network-interfaces.component.html | 22 +++++--- .../unpair-accessory-modal.component.html | 15 ++++-- .../widget-add/widget-add.component.html | 36 +++++++------ .../widget-control.component.html | 21 +++++--- .../users/users-add/users-add.component.html | 39 ++++++++------ .../users-disable2fa.component.html | 22 ++++---- .../users-edit/users-edit.component.html | 37 ++++++++----- .../users-setup2fa.component.html | 21 +++++--- ui/src/i18n/bg.json | 8 ++- ui/src/i18n/ca.json | 8 ++- ui/src/i18n/cs.json | 8 ++- ui/src/i18n/de.json | 8 ++- ui/src/i18n/en.json | 8 ++- ui/src/i18n/es.json | 8 ++- ui/src/i18n/fr.json | 8 ++- ui/src/i18n/he.json | 8 ++- ui/src/i18n/hu.json | 8 ++- ui/src/i18n/id.json | 8 ++- ui/src/i18n/it.json | 8 ++- ui/src/i18n/ja.json | 8 ++- ui/src/i18n/ko.json | 8 ++- ui/src/i18n/mk.json | 8 ++- ui/src/i18n/nl.json | 8 ++- ui/src/i18n/no.json | 8 ++- ui/src/i18n/pl.json | 8 ++- ui/src/i18n/pt-BR.json | 8 ++- ui/src/i18n/pt.json | 8 ++- ui/src/i18n/ru.json | 8 ++- ui/src/i18n/sl.json | 8 ++- ui/src/i18n/sv.json | 8 ++- ui/src/i18n/th.json | 8 ++- ui/src/i18n/tr.json | 8 ++- ui/src/i18n/uk.json | 10 ++-- ui/src/i18n/zh-CN.json | 8 ++- ui/src/i18n/zh-TW.json | 8 ++- 73 files changed, 612 insertions(+), 361 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d558e42f0..e3090b059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to homebridge-config-ui-x will be documented in this file. ### UI Changes - Add Child Bridge Pin Code (#1739) +- standardise modal footers (#1753) ### Other Changes diff --git a/package-lock.json b/package-lock.json index df329d977..0576df166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,14 +25,14 @@ "@fastify/swagger": "8.12.0", "@homebridge/node-pty-prebuilt-multiarch": "0.11.11", "@nestjs/axios": "3.0.1", - "@nestjs/common": "10.2.9", - "@nestjs/core": "10.2.9", + "@nestjs/common": "10.2.10", + "@nestjs/core": "10.2.10", "@nestjs/jwt": "10.2.0", "@nestjs/passport": "10.0.2", - "@nestjs/platform-fastify": "10.2.9", - "@nestjs/platform-socket.io": "10.2.9", + "@nestjs/platform-fastify": "10.2.10", + "@nestjs/platform-socket.io": "10.2.10", "@nestjs/swagger": "7.1.16", - "@nestjs/websockets": "10.2.9", + "@nestjs/websockets": "10.2.10", "@oznu/hap-client": "1.9.0", "axios": "1.6.2", "class-transformer": "0.5.1", @@ -63,7 +63,7 @@ "homebridge-config-ui-x": "dist/bin/standalone.js" }, "devDependencies": { - "@nestjs/testing": "^10.2.9", + "@nestjs/testing": "^10.2.10", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.8", "@types/lodash": "^4.14.201", @@ -1883,9 +1883,9 @@ } }, "node_modules/@nestjs/common": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.9.tgz", - "integrity": "sha512-i7vb2zMLJUDIPqjfBhMkgIITK1AnKDkFYSsM+aaRHpNa9xv/CwsiQuINaXfzStMpnwjkq5FDE3aoF0wkTfD2cQ==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.10.tgz", + "integrity": "sha512-fwAk931rjW8CNH2Mgwawq/7HWHH1dxkOLdcgs7U52ddLk8CtHXjejm1cbNahewlSbNhvlOl7y1STLHutE6sUqw==", "dependencies": { "iterare": "1.2.1", "tslib": "2.6.2", @@ -1911,9 +1911,9 @@ } }, "node_modules/@nestjs/core": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.9.tgz", - "integrity": "sha512-Hl6HC9hR7JD3YmzwcveBKeydaq9cguEsMdEghzLuVH3VEH0M+bTFHjCIKhsxMez4/O7/K6n3EhNx1Et4Z+BqWg==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.10.tgz", + "integrity": "sha512-+ckOI6BPi2ZMHikT9MCG4ctHDc4OnjhoIytrn7f2AYMMXI4bnutJhqyQKc30VDka5x3Wq6QAD57pgSP7y+JjJg==", "hasInstallScript": true, "dependencies": { "@nuxtjs/opencollective": "0.3.2", @@ -1988,9 +1988,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.2.9.tgz", - "integrity": "sha512-kSkNivpAIwgt5Xnawwe8hfcafo9XMmnjNWcNCSXcjkic8pLPJvU4FD2D1+jmOWEx7uqFKKvg1Cf0Y6HenYfaMA==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.2.10.tgz", + "integrity": "sha512-OGxoLC3mjTPdreE3ooHg6AyXMYdz8m/LDWKr6cssONM5ohtMNcSeexHBFeSx+K4XDyDT3GkspHK+2CSFcphDeA==", "dependencies": { "@fastify/cors": "8.4.1", "@fastify/formbody": "7.4.0", @@ -2020,9 +2020,9 @@ } }, "node_modules/@nestjs/platform-socket.io": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/platform-socket.io/-/platform-socket.io-10.2.9.tgz", - "integrity": "sha512-xuXsUWUtgzdRnNBSWZADQv0sShBOsyHK7iEwwIpFMerqbthSMwjsyUv0s3hDoPEnS6Nf4MMf2KReD5JBAnMBFQ==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/platform-socket.io/-/platform-socket.io-10.2.10.tgz", + "integrity": "sha512-JBuemeIBp2mpp+z7D12oa22k83TnDTxyQDMKZpO/B2/QnBVR+2C4EZ07/XOct14LQXO6vIjmT0iYYCZbNvczjw==", "dependencies": { "socket.io": "4.7.2", "tslib": "2.6.2" @@ -2069,9 +2069,9 @@ } }, "node_modules/@nestjs/testing": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.2.9.tgz", - "integrity": "sha512-E+66R27Op+WAQHHH6RnUsz7QpKApl4Bn42nheCAGvS/sxbaDJ8RKtm4stE4Iz2aioPCUvRi8j4z8Ze73k0CcGQ==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.2.10.tgz", + "integrity": "sha512-IVLUnPz/+fkBtPATYfqTIP+phN9yjkXejmj+JyhmcfPJZpxBmD1i9VSMqa4u54l37j0xkGPscQ0IXpbhqMYUKw==", "dev": true, "dependencies": { "tslib": "2.6.2" @@ -2096,9 +2096,9 @@ } }, "node_modules/@nestjs/websockets": { - "version": "10.2.9", - "resolved": "https://registry.npmjs.org/@nestjs/websockets/-/websockets-10.2.9.tgz", - "integrity": "sha512-Hp/ioNMcBtCzkubgcDHeA5KH4YLBL1jHfMEacLctKDa20Kn/LFXhJhXVWEr4jEzUKXbD+Q+GyYk1V/1rJi6eHA==", + "version": "10.2.10", + "resolved": "https://registry.npmjs.org/@nestjs/websockets/-/websockets-10.2.10.tgz", + "integrity": "sha512-L1AkxwLUj/ntk26jO1SXYl3GRElQE6Fikzfy/3MPFURk0GDs7tHUzLcb8BC8q8u5ZpUjBAC2wFVQzrY5R0MHNw==", "dependencies": { "iterare": "1.2.1", "object-hash": "3.0.0", @@ -4368,9 +4368,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.33.2", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.2.tgz", - "integrity": "sha512-a8zeCdyVk7uF2elKIGz67AjcXOxjRbwOLz8SbklEso1V+2DoW4OkAMZN9S9GBgvZIaqQi/OemFX4OiSoQEmg1Q==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.3.tgz", + "integrity": "sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index eb97798ea..69cd8ceb6 100644 --- a/package.json +++ b/package.json @@ -60,14 +60,14 @@ "@fastify/swagger": "8.12.0", "@homebridge/node-pty-prebuilt-multiarch": "0.11.11", "@nestjs/axios": "3.0.1", - "@nestjs/common": "10.2.9", - "@nestjs/core": "10.2.9", + "@nestjs/common": "10.2.10", + "@nestjs/core": "10.2.10", "@nestjs/jwt": "10.2.0", "@nestjs/passport": "10.0.2", - "@nestjs/platform-fastify": "10.2.9", - "@nestjs/platform-socket.io": "10.2.9", + "@nestjs/platform-fastify": "10.2.10", + "@nestjs/platform-socket.io": "10.2.10", "@nestjs/swagger": "7.1.16", - "@nestjs/websockets": "10.2.9", + "@nestjs/websockets": "10.2.10", "@oznu/hap-client": "1.9.0", "axios": "1.6.2", "class-transformer": "0.5.1", @@ -94,7 +94,7 @@ "unzipper": "0.10.14" }, "devDependencies": { - "@nestjs/testing": "^10.2.9", + "@nestjs/testing": "^10.2.10", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.8", "@types/lodash": "^4.14.201", diff --git a/ui/package-lock.json b/ui/package-lock.json index 5cb31f77a..b41c5aaae 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5970,9 +5970,9 @@ } }, "node_modules/core-js-compat": { - "version": "3.33.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.2.tgz", - "integrity": "sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.3.tgz", + "integrity": "sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==", "dev": true, "dependencies": { "browserslist": "^4.22.1" @@ -5983,9 +5983,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.33.2", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.2.tgz", - "integrity": "sha512-a8zeCdyVk7uF2elKIGz67AjcXOxjRbwOLz8SbklEso1V+2DoW4OkAMZN9S9GBgvZIaqQi/OemFX4OiSoQEmg1Q==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.3.tgz", + "integrity": "sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/ui/src/app/core/accessories/info-modal/info-modal.component.html b/ui/src/app/core/accessories/info-modal/info-modal.component.html index 15a2944c9..59579ab6a 100644 --- a/ui/src/app/core/accessories/info-modal/info-modal.component.html +++ b/ui/src/app/core/accessories/info-modal/info-modal.component.html @@ -2,7 +2,7 @@ @@ -71,4 +71,13 @@ - \ No newline at end of file + + diff --git a/ui/src/app/core/accessories/types/airpurifier/airpurifier.manage.component.html b/ui/src/app/core/accessories/types/airpurifier/airpurifier.manage.component.html index 776f6099b..fd62c300b 100644 --- a/ui/src/app/core/accessories/types/airpurifier/airpurifier.manage.component.html +++ b/ui/src/app/core/accessories/types/airpurifier/airpurifier.manage.component.html @@ -2,7 +2,7 @@ @@ -33,4 +33,4 @@
{{ 'accessories.control.label_rotation_speed' | translate }} - \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/door/door.manage.component.html b/ui/src/app/core/accessories/types/door/door.manage.component.html index b9297b831..6d7a2dc18 100644 --- a/ui/src/app/core/accessories/types/door/door.manage.component.html +++ b/ui/src/app/core/accessories/types/door/door.manage.component.html @@ -2,7 +2,7 @@ diff --git a/ui/src/app/core/accessories/types/fan/fan.manage.component.html b/ui/src/app/core/accessories/types/fan/fan.manage.component.html index a6be9f8e8..466670101 100644 --- a/ui/src/app/core/accessories/types/fan/fan.manage.component.html +++ b/ui/src/app/core/accessories/types/fan/fan.manage.component.html @@ -2,7 +2,7 @@ @@ -34,4 +34,4 @@
{{ 'accessories.control.label_rotation_speed' | translate }} - \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/fanv2/fanv2.manage.component.html b/ui/src/app/core/accessories/types/fanv2/fanv2.manage.component.html index 43f58c172..14ace7fea 100644 --- a/ui/src/app/core/accessories/types/fanv2/fanv2.manage.component.html +++ b/ui/src/app/core/accessories/types/fanv2/fanv2.manage.component.html @@ -2,7 +2,7 @@ @@ -34,4 +34,4 @@
{{ 'accessories.control.label_rotation_speed' | translate }} - \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/heatercooler/heatercooler.manage.component.html b/ui/src/app/core/accessories/types/heatercooler/heatercooler.manage.component.html index 7fcda58d4..c3e7f87ab 100644 --- a/ui/src/app/core/accessories/types/heatercooler/heatercooler.manage.component.html +++ b/ui/src/app/core/accessories/types/heatercooler/heatercooler.manage.component.html @@ -2,7 +2,7 @@ @@ -63,4 +63,4 @@
{{ 'accessories.control.label_target_temperature' | translate }}
- \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/humidifierdehumidifier/humidifierdehumidifier.manage.component.html b/ui/src/app/core/accessories/types/humidifierdehumidifier/humidifierdehumidifier.manage.component.html index 61d898a68..5bd80ec8e 100644 --- a/ui/src/app/core/accessories/types/humidifierdehumidifier/humidifierdehumidifier.manage.component.html +++ b/ui/src/app/core/accessories/types/humidifierdehumidifier/humidifierdehumidifier.manage.component.html @@ -2,7 +2,7 @@ @@ -65,4 +65,4 @@
{{ 'accessories.control.label_target_humidity' | translate }}
- \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/lightbulb/lightbulb.manage.component.html b/ui/src/app/core/accessories/types/lightbulb/lightbulb.manage.component.html index 33055c32a..999cd0836 100644 --- a/ui/src/app/core/accessories/types/lightbulb/lightbulb.manage.component.html +++ b/ui/src/app/core/accessories/types/lightbulb/lightbulb.manage.component.html @@ -2,7 +2,7 @@ @@ -34,4 +34,4 @@
{{ 'accessories.control.label_brightness' | translate }}
- \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/securitysystem/securitysystem.manage.component.html b/ui/src/app/core/accessories/types/securitysystem/securitysystem.manage.component.html index 9c06dc856..752bdc866 100644 --- a/ui/src/app/core/accessories/types/securitysystem/securitysystem.manage.component.html +++ b/ui/src/app/core/accessories/types/securitysystem/securitysystem.manage.component.html @@ -2,7 +2,7 @@ @@ -25,4 +25,4 @@
{{ 'accessories.control.label_speaker_volume' | translate }} - \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/thermostat/thermostat.manage.component.html b/ui/src/app/core/accessories/types/thermostat/thermostat.manage.component.html index 1bf646d5f..c7d727d03 100644 --- a/ui/src/app/core/accessories/types/thermostat/thermostat.manage.component.html +++ b/ui/src/app/core/accessories/types/thermostat/thermostat.manage.component.html @@ -2,7 +2,7 @@ @@ -39,4 +39,4 @@
{{ 'accessories.control.label_target_temperature' | translate }}
- \ No newline at end of file + diff --git a/ui/src/app/core/accessories/types/valve/valve.manage.component.html b/ui/src/app/core/accessories/types/valve/valve.manage.component.html index 1d8ad3886..dfaf834ed 100644 --- a/ui/src/app/core/accessories/types/valve/valve.manage.component.html +++ b/ui/src/app/core/accessories/types/valve/valve.manage.component.html @@ -3,7 +3,7 @@ @@ -16,4 +16,4 @@ diff --git a/ui/src/app/core/accessories/types/windowcovering/windowcovering.manage.component.html b/ui/src/app/core/accessories/types/windowcovering/windowcovering.manage.component.html index 768c67106..6efd3dcde 100644 --- a/ui/src/app/core/accessories/types/windowcovering/windowcovering.manage.component.html +++ b/ui/src/app/core/accessories/types/windowcovering/windowcovering.manage.component.html @@ -2,7 +2,7 @@ @@ -32,4 +32,4 @@
- \ No newline at end of file + diff --git a/ui/src/app/core/backup-restore/backup-restore.component.html b/ui/src/app/core/backup-restore/backup-restore.component.html index 4809ef947..8281087f5 100644 --- a/ui/src/app/core/backup-restore/backup-restore.component.html +++ b/ui/src/app/core/backup-restore/backup-restore.component.html @@ -2,7 +2,7 @@ @@ -45,16 +45,27 @@

- - - + diff --git a/ui/src/app/core/components/confirm/confirm.component.html b/ui/src/app/core/components/confirm/confirm.component.html index 0a9c12ffe..fba313214 100644 --- a/ui/src/app/core/components/confirm/confirm.component.html +++ b/ui/src/app/core/components/confirm/confirm.component.html @@ -1,4 +1,4 @@ - - diff --git a/ui/src/app/core/manage-plugins/settings-plugins-modal/settings-plugins-modal.component.html b/ui/src/app/core/manage-plugins/settings-plugins-modal/settings-plugins-modal.component.html index f67927925..0a117fdc2 100644 --- a/ui/src/app/core/manage-plugins/settings-plugins-modal/settings-plugins-modal.component.html +++ b/ui/src/app/core/manage-plugins/settings-plugins-modal/settings-plugins-modal.component.html @@ -5,7 +5,7 @@ @@ -57,7 +57,7 @@
{{ block.name }}
- diff --git a/ui/src/app/modules/accessories/add-room-modal/add-room-modal.component.html b/ui/src/app/modules/accessories/add-room-modal/add-room-modal.component.html index b2429715a..130eafed0 100644 --- a/ui/src/app/modules/accessories/add-room-modal/add-room-modal.component.html +++ b/ui/src/app/modules/accessories/add-room-modal/add-room-modal.component.html @@ -1,12 +1,12 @@ - diff --git a/ui/src/app/modules/config-editor/config-restore-backup/config.restore-backup.component.html b/ui/src/app/modules/config-editor/config-restore-backup/config.restore-backup.component.html index 0323ccc0e..378365493 100644 --- a/ui/src/app/modules/config-editor/config-restore-backup/config.restore-backup.component.html +++ b/ui/src/app/modules/config-editor/config-restore-backup/config.restore-backup.component.html @@ -4,7 +4,7 @@ - + diff --git a/ui/src/app/modules/plugins/donate-modal/donate-modal.component.html b/ui/src/app/modules/plugins/donate-modal/donate-modal.component.html index eca2a23c1..136052622 100644 --- a/ui/src/app/modules/plugins/donate-modal/donate-modal.component.html +++ b/ui/src/app/modules/plugins/donate-modal/donate-modal.component.html @@ -4,29 +4,31 @@ [translateParams]="{author: plugin.author || plugin.name}"> -
-
- \ No newline at end of file + diff --git a/ui/src/app/modules/settings/remove-single-cached-accessory-modal/remove-single-cached-accessory-modal.component.html b/ui/src/app/modules/settings/remove-single-cached-accessory-modal/remove-single-cached-accessory-modal.component.html index 16e814610..0c80e88ab 100644 --- a/ui/src/app/modules/settings/remove-single-cached-accessory-modal/remove-single-cached-accessory-modal.component.html +++ b/ui/src/app/modules/settings/remove-single-cached-accessory-modal/remove-single-cached-accessory-modal.component.html @@ -4,7 +4,7 @@ @@ -24,8 +24,13 @@

{{ 'status.widget.label_no_additional_widgets' | translate }}

- diff --git a/ui/src/app/modules/status/widget-control/widget-control.component.html b/ui/src/app/modules/status/widget-control/widget-control.component.html index 212f2325f..5d97a11cc 100644 --- a/ui/src/app/modules/status/widget-control/widget-control.component.html +++ b/ui/src/app/modules/status/widget-control/widget-control.component.html @@ -2,7 +2,7 @@ @@ -136,12 +136,17 @@