mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix glances service route and complicatedness in monitor view.
This commit is contained in:
parent
1543e70645
commit
0c121ff1d2
1 changed files with 3 additions and 3 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue