[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", "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",

View file

@ -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}}