Merge pull request #185 from raphink/all_envs
Allow to list all nodes again (remove environment filter) Adding a configurable default environment setting in case some environments to not have a 'production' environment. Adding a '*' option to remove environment filters.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
Environments
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="menu">
|
||||
<a class="item {% if '*' == current_env %}active{% endif %}" href="{{url_for_environments('*')}}">All environments</a>
|
||||
{% for env in envs %}
|
||||
<a class="item {% if env == current_env %}active{% endif %}" href="{{url_for_environments(env)}}">{{env}}</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user