From 673bca6a4385871af2245fb1c7d29cedafaf9c42 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Sep 2021 13:50:32 +0200 Subject: [PATCH] Layout improvements. --- backend/i18n/frontend_en.json | 16 ++++++++-------- backend/i18n/frontend_it.json | 16 ++++++++-------- backend/i18n/frontend_nl.json | 16 ++++++++-------- backend/i18n/frontend_zh.json | 16 ++++++++-------- backend/i18n/source/frontend_en.json | 16 ++++++++-------- .../event-consumers-page.component.html | 2 +- .../pages/restore/restore-page.component.html | 2 +- .../pages/users/users-page.component.html | 2 +- .../rules/pages/rule/rule-page.component.html | 2 +- .../rules/pages/rules/rules-page.component.html | 2 +- .../simulated-rule-event.component.html | 14 +++++++++++--- .../pages/schema/schema-page.component.html | 2 +- .../pages/backups/backups-page.component.html | 2 +- .../pages/clients/clients-page.component.html | 2 +- .../contributors-page.component.html | 2 +- .../languages/languages-page.component.html | 2 +- .../settings/pages/more/more-page.component.html | 2 +- .../pages/plans/plans-page.component.html | 2 +- .../pages/roles/roles-page.component.html | 2 +- .../pages/settings/settings-page.component.html | 2 +- .../workflows/workflows-page.component.html | 2 +- .../angular/layout-container.directive.ts | 6 +++--- .../app/framework/angular/layout.component.html | 2 +- .../app/framework/angular/layout.component.ts | 13 ++++++++----- 24 files changed, 78 insertions(+), 67 deletions(-) diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index fc3bb9f06..c3662c281 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json index 30401374a..1d90c6456 100644 --- a/backend/i18n/frontend_it.json +++ b/backend/i18n/frontend_it.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 446d992f3..478d255a3 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_zh.json b/backend/i18n/frontend_zh.json index 7df1c2a04..67cf0c89d 100644 --- a/backend/i18n/frontend_zh.json +++ b/backend/i18n/frontend_zh.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "模拟器", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index fc3bb9f06..c3662c281 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html b/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html index 643e4123b..f211f5103 100644 --- a/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html +++ b/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html @@ -1,6 +1,6 @@ - +