From 7e09a006bf5ece412a224d590ef4217dc9a12584 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Wed, 12 Oct 2016 15:34:00 -0700 Subject: [PATCH] Add full_title configuration option for infra page This patch as well renames Cloud Optimization to Resource Optimization --- .../blueprints/infrastructure/templates/infrastructure.html | 2 +- ceagle/templates/layout.html | 2 +- etc/fuel_config.json | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ceagle/blueprints/infrastructure/templates/infrastructure.html b/ceagle/blueprints/infrastructure/templates/infrastructure.html index ec00721..4e6e15d 100644 --- a/ceagle/blueprints/infrastructure/templates/infrastructure.html +++ b/ceagle/blueprints/infrastructure/templates/infrastructure.html @@ -45,7 +45,7 @@

Infrastructure Management

{% else %} -

{{ active_page["title"] }}

+

{{ active_page["full_title"] }}

{{ active_page["description"] }} Open in new window

diff --git a/ceagle/templates/layout.html b/ceagle/templates/layout.html index d411711..7a688aa 100644 --- a/ceagle/templates/layout.html +++ b/ceagle/templates/layout.html @@ -53,7 +53,7 @@ Capacity Management
  • - Cloud Optimization + Resource Optimization
  • Security Monitoring diff --git a/etc/fuel_config.json b/etc/fuel_config.json index 0c495c5..345355c 100644 --- a/etc/fuel_config.json +++ b/etc/fuel_config.json @@ -36,18 +36,21 @@ "pages": [ { "title": "Horizon", + "full_title": "Horizon", "menu": "horzion", "description": "Web UI that manages OpenStack resources", "iframe": "http://nan" }, { "title": "Baremetal", + "full_title": "Baremetal Provisioning", "menu": "baremetal", "description": "MaaS service that manages baremetal infrastructure", "iframe": "http://nan" }, { "title": "Jenkins CI/CD", + "full_title": "Jenkins CI/CD", "menu": "jenkins", "description": "Cloud Continues Integration and Deployment.", "iframe": "http://nan" @@ -55,18 +58,21 @@ }, { "title": "Source Control", + "full_title": "Git Source Control", "menu": "git", "description": "Gitlab with Git repositories with all projects source code", "iframe": "http://nan" }, { "title": "Packages", + "full_title": "JFrog Artifactory Packages", "menu": "packages", "description": "JFrog Artifactory service that contains all cloud packages & images", "iframe": "http://nan" }, { "title": "Stacklight", + "full_title": "Stacklight", "menu": "stacklight", "description": "Cloud Logging, Metering and Alerting services", "iframe": "http://nan"