diff --git a/e2e/specs/app.e2e-common.ts b/e2e/specs/app.e2e-common.ts index b9a97c3c1..933b14b8e 100644 --- a/e2e/specs/app.e2e-common.ts +++ b/e2e/specs/app.e2e-common.ts @@ -97,8 +97,8 @@ describe('Fledge gui', () => { skipLogin.navToBackupRestore(); expect(skipLogin.getBackupRestoreTitle()).toContain('Backups'); - - expect(skipLogin.noBackupRecord()).toContain('No Record'); + + expect(skipLogin.noBackupRecord()).toContain('No Backup found'); expect(skipLogin.getRequestBackup()).toContain('Create New'); skipLogin.clickRequestBackup(); @@ -107,7 +107,7 @@ describe('Fledge gui', () => { } expect(skipLogin.getCreatedBackupRow()).toContain('COMPLETED'); skipLogin.deleteBackup(); - expect(skipLogin.noBackupRecord()).toContain('No Record'); + expect(skipLogin.noBackupRecord()).toContain('No Backup found'); }); it('Should Display Support Bundles', () => { diff --git a/src/app/components/core/asset-readings/assets/assets.component.html b/src/app/components/core/asset-readings/assets/assets.component.html index b605ef86a..dad6a9529 100644 --- a/src/app/components/core/asset-readings/assets/assets.component.html +++ b/src/app/components/core/asset-readings/assets/assets.component.html @@ -13,7 +13,7 @@
- No Record + No Assets found
diff --git a/src/app/components/core/backup-restore/backup-restore.component.html b/src/app/components/core/backup-restore/backup-restore.component.html index d60b63100..7c56dfe6c 100644 --- a/src/app/components/core/backup-restore/backup-restore.component.html +++ b/src/app/components/core/backup-restore/backup-restore.component.html @@ -46,7 +46,7 @@
- No Record + No Backup found
diff --git a/src/app/components/core/configuration-manager/config-children/config-children.component.html b/src/app/components/core/configuration-manager/config-children/config-children.component.html index 7d5881bfd..d55c50042 100644 --- a/src/app/components/core/configuration-manager/config-children/config-children.component.html +++ b/src/app/components/core/configuration-manager/config-children/config-children.component.html @@ -4,7 +4,7 @@
-
diff --git a/src/app/components/core/configuration-manager/view-config-item/view-config-item.component.css b/src/app/components/core/configuration-manager/view-config-item/view-config-item.component.css index b88bf25aa..d86f1bde2 100644 --- a/src/app/components/core/configuration-manager/view-config-item/view-config-item.component.css +++ b/src/app/components/core/configuration-manager/view-config-item/view-config-item.component.css @@ -87,8 +87,3 @@ cursor: pointer !important; } -/* causing inconsistency on wizards and service/task details page (Advanced config + enabled) */ -/* commenting until we fix all such label as font-s .9rem pad top 3px and font-w 500 */ -/* .config-label { - font-weight: 500; -} */ diff --git a/src/app/components/core/filter/add-filter-wizard/add-filter-wizard.component.html b/src/app/components/core/filter/add-filter-wizard/add-filter-wizard.component.html index e735cc78e..513d9d846 100644 --- a/src/app/components/core/filter/add-filter-wizard/add-filter-wizard.component.html +++ b/src/app/components/core/filter/add-filter-wizard/add-filter-wizard.component.html @@ -25,7 +25,7 @@
- +
@@ -44,7 +44,7 @@
- +
@@ -65,7 +65,7 @@
- +
@@ -120,7 +120,7 @@
- +
diff --git a/src/app/components/core/north/add-task-wizard/add-task-wizard.component.html b/src/app/components/core/north/add-task-wizard/add-task-wizard.component.html index 2cf8a5f33..d9bdf4ca9 100644 --- a/src/app/components/core/north/add-task-wizard/add-task-wizard.component.html +++ b/src/app/components/core/north/add-task-wizard/add-task-wizard.component.html @@ -42,7 +42,7 @@
- +
@@ -61,7 +61,7 @@
- +
@@ -77,7 +77,7 @@
- +
@@ -92,8 +92,8 @@
-
- +
+
@@ -105,7 +105,7 @@
-
@@ -42,7 +42,7 @@ Service
- enabled + enabled disabled diff --git a/src/app/components/core/notifications/add-notification-wizard/add-notification-wizard.component.html b/src/app/components/core/notifications/add-notification-wizard/add-notification-wizard.component.html index 5d3d32169..9910402eb 100644 --- a/src/app/components/core/notifications/add-notification-wizard/add-notification-wizard.component.html +++ b/src/app/components/core/notifications/add-notification-wizard/add-notification-wizard.component.html @@ -39,7 +39,7 @@
- +
@@ -54,7 +54,7 @@
- +
@@ -75,7 +75,7 @@
- +
@@ -134,7 +134,7 @@
- +
@@ -187,7 +187,7 @@
-
@@ -214,7 +214,7 @@
-
@@ -231,7 +231,7 @@
-
diff --git a/src/app/components/core/notifications/notification-service-modal/notification-service-modal.component.html b/src/app/components/core/notifications/notification-service-modal/notification-service-modal.component.html index dcc9f94bf..f353d43f0 100644 --- a/src/app/components/core/notifications/notification-service-modal/notification-service-modal.component.html +++ b/src/app/components/core/notifications/notification-service-modal/notification-service-modal.component.html @@ -14,7 +14,7 @@
- +
@@ -36,7 +36,7 @@
- +
diff --git a/src/app/components/core/notifications/notifications.component.html b/src/app/components/core/notifications/notifications.component.html index 739052df2..48896b401 100644 --- a/src/app/components/core/notifications/notifications.component.html +++ b/src/app/components/core/notifications/notifications.component.html @@ -70,7 +70,7 @@
- No Record + No Notification instances found
disabled - enabled
diff --git a/src/app/components/core/south/add-service-wizard/add-service-wizard.component.html b/src/app/components/core/south/add-service-wizard/add-service-wizard.component.html index 74700f547..8b7d9e0e3 100644 --- a/src/app/components/core/south/add-service-wizard/add-service-wizard.component.html +++ b/src/app/components/core/south/add-service-wizard/add-service-wizard.component.html @@ -42,7 +42,7 @@
- +
@@ -61,7 +61,7 @@
- +
@@ -78,7 +78,7 @@
- +
@@ -100,7 +100,7 @@
- +
diff --git a/src/app/components/core/south/south-service-modal/south-service-modal.component.html b/src/app/components/core/south/south-service-modal/south-service-modal.component.html index 2d2dcf32b..dbc0a81c9 100644 --- a/src/app/components/core/south/south-service-modal/south-service-modal.component.html +++ b/src/app/components/core/south/south-service-modal/south-service-modal.component.html @@ -23,7 +23,7 @@
- +
@@ -107,7 +107,7 @@
- +
diff --git a/src/app/components/core/south/south.component.html b/src/app/components/core/south/south.component.html index 162954040..99b5a2b72 100644 --- a/src/app/components/core/south/south.component.html +++ b/src/app/components/core/south/south.component.html @@ -19,7 +19,7 @@
- No Record + No Southbound services configured
disabled - enabled + enabled {{svc.status}} {{svc.status}} diff --git a/src/styles.css b/src/styles.css index 8159b9c02..4cb0f2a5e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -308,3 +308,9 @@ a.dropdown-item:hover { .icon:hover { opacity: 0.8; } + +.config-label { + font-weight: 500 !important; + font-size: 0.9rem !important; + padding-top: 2px !important; +} \ No newline at end of file