From 79fd826fbf659929ecddad5cda8718feb28cef15 Mon Sep 17 00:00:00 2001 From: StanZGenchev Date: Wed, 25 Mar 2026 12:43:09 +0200 Subject: [PATCH] Fixe #5792 Signed-off-by: StanZGenchev --- .../META-INF/dirigible/dashboard/configs/bg-BG.js | 2 +- .../dashboard/configs/dashboard-perspective.js | 2 +- .../dirigible/dashboard/configs/dashboard.js | 2 +- .../dirigible/dashboard/configs/general.js | 2 +- .../dashboard/configs/reports-perspective.js | 2 +- .../dashboard/configs/settings-perspective.js | 2 +- .../dirigible/dashboard/images/breeze.svg | 3 +++ .../META-INF/dirigible/dashboard/index.html | 2 +- .../dashboard/js/dashboard-controller.js | 6 +++++- .../dirigible/dashboard/js/reports-controller.js | 2 +- .../dirigible/dashboard/js/settings-controller.js | 2 +- .../dashboard/perspectives/dashboard.html | 15 +++++++++++++-- .../dirigible/dashboard/perspectives/reports.html | 2 +- .../dashboard/perspectives/settings.html | 2 +- .../dirigible/dashboard/services/entity.js | 2 +- .../dirigible/dashboard/settings/general.html | 2 +- .../dirigible/dashboard/settings/js/general.js | 2 +- .../dashboard/translations/bg-BG/translation.json | 5 +++++ .../dashboard/translations/en-US/translation.json | 5 +++++ 19 files changed, 45 insertions(+), 17 deletions(-) create mode 100644 components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/images/breeze.svg diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/bg-BG.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/bg-BG.js index c3591e9d6c2..e58400af350 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/bg-BG.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/bg-BG.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2025 Eclipse Dirigible contributors + * Copyright (c) 2010-2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard-perspective.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard-perspective.js index 78e1aac20e0..7dc7fee8237 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard-perspective.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard-perspective.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2025 Eclipse Dirigible contributors + * Copyright (c) 2010-2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard.js index d16fc89e376..c9fb34ca4de 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/dashboard.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/general.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/general.js index ecbf2f8bab8..96bc3c48b4a 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/general.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/general.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/reports-perspective.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/reports-perspective.js index 9dd8c09bb72..be723c71edf 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/reports-perspective.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/reports-perspective.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/settings-perspective.js b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/settings-perspective.js index e409dbe0d47..8c4bdc841a0 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/settings-perspective.js +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/configs/settings-perspective.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/images/breeze.svg b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/images/breeze.svg new file mode 100644 index 00000000000..e4c4e069b66 --- /dev/null +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/images/breeze.svg @@ -0,0 +1,3 @@ + + + diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/index.html b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/index.html index 85da996ec7f..d472f5df7ca 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/index.html +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/index.html @@ -1,6 +1,6 @@