[enh] display when the service as been started

This commit is contained in:
Laurent Peuch 2018-05-17 05:42:06 +02:00
parent 32b4312078
commit 459697a33a
2 changed files with 4 additions and 0 deletions

View file

@ -258,6 +258,7 @@
"size": "Size",
"skip": "Skip",
"start": "Start",
"started_at": "Started at:",
"status": "Status",
"stop": "Stop",
"storage_create": "Add remote storage",

View file

@ -15,6 +15,9 @@
<span class="text-{{#is_running}}success{{/is_running}}{{^is_running}}danger{{/is_running}}">
{{status}}
</span>
<br>
{{t 'started_at'}}
{{active_at.human}}
</div>
</a>
{{/services}}