mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Better OS description.
This commit is contained in:
parent
4134d3c48a
commit
ff1b72563e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="panel-body">
|
||||
<ul class="list-unstyled">
|
||||
<li><b>Hostname: </b>{{system.infos.hostname}}</li>
|
||||
<li><b>OS: </b>{{system.infos.os_name}} - {{system.infos.linux_distro}} ({{system.infos.os_version}} {{system.infos.platform}})</li>
|
||||
<li><b>OS: </b>{{ucwords system.infos.linux_distro}} {{system.infos.platform}} ({{system.infos.os_name}} {{system.infos.os_version}})</li>
|
||||
<li><b>Uptime: </b>{{system.uptime}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue