Fix glances service route and complicatedness in monitor view.

This commit is contained in:
Jerome Lebleu 2014-03-04 21:35:55 +01:00
parent 1543e70645
commit 0c121ff1d2

View file

@ -131,8 +131,8 @@
{{#each network.infos.local_ip}} {{#each network.infos.local_ip}}
<tr> <tr>
<td>{{@key}}</td> <td>{{@key}}</td>
<td>{{#this.ipv4}}{{this}}{{/this.ipv4}}</td> <td>{{ ipv4 }}</td>
<td>{{#this.ipv6}}{{this}}{{/this.ipv6}}</td> <td>{{ ipv6 }}</td>
</tr> </tr>
{{/each}} {{/each}}
</tbody> </tbody>
@ -230,7 +230,7 @@
<span class="glyphicon glyphicon-exclamation-sign"></span> <span class="glyphicon glyphicon-exclamation-sign"></span>
Monitoring is not enabled. Monitoring is not enabled.
<br> <br>
Check <a href="/#/services/glances">glances</a> service status. Check <a href="#/services/glances">glances</a> service status.
</div> </div>
{{/if}} {{/if}}