mirror of https://github.com/rancher/ui.git
Bump version, show Services
This commit is contained in:
parent
0d3ebd0d83
commit
f3d1c8b3b6
|
|
@ -1,6 +1,13 @@
|
|||
<div class="background"></div>
|
||||
<div class="logo"></div>
|
||||
|
||||
{{#if hasServices}}
|
||||
{{#link-to "environments" title="Services" classNames="nav-services"}}
|
||||
<i class="ss-layergroup"></i>
|
||||
<label>Services</label>
|
||||
{{/link-to}}
|
||||
{{/if}}
|
||||
|
||||
{{#link-to "hosts" title="Hosts" classNames="nav-hosts"}}
|
||||
<i class="ss-database"></i>
|
||||
<label>Hosts</label>
|
||||
|
|
@ -11,15 +18,6 @@
|
|||
<label>Containers</label>
|
||||
{{/link-to}}
|
||||
|
||||
{{!#if hasServices}}
|
||||
{{!#link-to "environments" title="Services" classNames="nav-services"}}
|
||||
<!--
|
||||
<i class="ss-layergroup"></i>
|
||||
<label>Services</label>
|
||||
-->
|
||||
{{!/link-to}}
|
||||
{{!/if}}
|
||||
|
||||
{{#link-to "balancing" title="Balancing" classNames="nav-balancing"}}
|
||||
<i class="ss-fork"></i>
|
||||
<label>Balancing</label>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "0.17.1",
|
||||
"version": "0.18.0",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "doc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue