From 43526279e05d0f2a45a7a865b85d7502e2422991 Mon Sep 17 00:00:00 2001 From: Corey Hammerton Date: Sat, 3 Sep 2016 17:10:46 -0400 Subject: [PATCH] puppetboard/templates/layout.html: Displaying the current active environment as the dropdown label (#291) This fixed #290 To help make it more obvious for users to see what the current environment is replacing the original text of the Environments dropdown menu from 'Environments' to the current environment. The other suggestion was to make the active item stand out more but that would require custom CSS that may conflict with the Sementic UI. --- puppetboard/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html index 2aab700..18a359b 100644 --- a/puppetboard/templates/layout.html +++ b/puppetboard/templates/layout.html @@ -39,7 +39,7 @@ href="{{ url_for(endpoint, env=current_env) }}">{{ caption }} {%- endfor %}