summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates/task-list.html
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-02 17:54:40 +0200
committerSimon Rettberg2022-05-02 17:54:40 +0200
commit890ec384849330b3d87e31871060fbf477197ff1 (patch)
treec2359160b2251038d244da4dff2f2e334deb6ee8 /modules-available/rebootcontrol/templates/task-list.html
parent[rebootcontrol] Show location for automated WOL test tasks (diff)
downloadslx-admin-890ec384849330b3d87e31871060fbf477197ff1.tar.gz
slx-admin-890ec384849330b3d87e31871060fbf477197ff1.tar.xz
slx-admin-890ec384849330b3d87e31871060fbf477197ff1.zip
[rebootcontrol] Show time of execution for WOL/reboot/shutdown
Diffstat (limited to 'modules-available/rebootcontrol/templates/task-list.html')
-rw-r--r--modules-available/rebootcontrol/templates/task-list.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/rebootcontrol/templates/task-list.html b/modules-available/rebootcontrol/templates/task-list.html
index 5ab75675..dcb04450 100644
--- a/modules-available/rebootcontrol/templates/task-list.html
+++ b/modules-available/rebootcontrol/templates/task-list.html
@@ -2,6 +2,7 @@
<table class="table">
<thead>
<tr>
+ <th>{{lang_when}}</th>
<th>{{lang_task}}</th>
<th>{{lang_location}}</th>
<th>{{lang_clientCount}}</th>
@@ -12,6 +13,9 @@
{{#list}}
<tr>
<td class="text-nowrap">
+ {{timestamp_s}}
+ </td>
+ <td class="text-nowrap">
<a href="?do=rebootcontrol&amp;show=task&amp;what=task&amp;taskid={{id}}">{{type}}</a>
<div class="small">{{action}}</div>
</td>