mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] display when the service as been started
This commit is contained in:
parent
32b4312078
commit
459697a33a
2 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,7 @@
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"skip": "Skip",
|
"skip": "Skip",
|
||||||
"start": "Start",
|
"start": "Start",
|
||||||
|
"started_at": "Started at:",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"stop": "Stop",
|
"stop": "Stop",
|
||||||
"storage_create": "Add remote storage",
|
"storage_create": "Add remote storage",
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
<span class="text-{{#is_running}}success{{/is_running}}{{^is_running}}danger{{/is_running}}">
|
<span class="text-{{#is_running}}success{{/is_running}}{{^is_running}}danger{{/is_running}}">
|
||||||
{{status}}
|
{{status}}
|
||||||
</span>
|
</span>
|
||||||
|
<br>
|
||||||
|
{{t 'started_at'}}
|
||||||
|
{{active_at.human}}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{{/services}}
|
{{/services}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue