summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-log.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-01 19:29:00 +0200
committerSimon Rettberg2016-09-01 19:29:00 +0200
commit6c5d7a422e4efd82babfeac79d326d19c5bbffab (patch)
tree588d6639859a5b9953cc75929c6715fc165aecda /modules-available/dozmod/templates/actionlog-log.html
parent[statistics] Enlarge position column as json might get a little longer (diff)
downloadslx-admin-6c5d7a422e4efd82babfeac79d326d19c5bbffab.tar.gz
slx-admin-6c5d7a422e4efd82babfeac79d326d19c5bbffab.tar.xz
slx-admin-6c5d7a422e4efd82babfeac79d326d19c5bbffab.zip
[dozmod] Don't wrap date/time column in table
Diffstat (limited to 'modules-available/dozmod/templates/actionlog-log.html')
-rw-r--r--modules-available/dozmod/templates/actionlog-log.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/actionlog-log.html b/modules-available/dozmod/templates/actionlog-log.html
index 3b523899..151d2545 100644
--- a/modules-available/dozmod/templates/actionlog-log.html
+++ b/modules-available/dozmod/templates/actionlog-log.html
@@ -11,9 +11,9 @@
</tr>
{{#events}}
<tr>
- <td>{{dateline_s}}</td>
+ <td class="text-nowrap">{{dateline_s}}</td>
{{#showActor}}
- <td>
+ <td style="min-width:140px">
{{#uuserid}}
<a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;uuid={{uuserid}}">{{ulastname}}, {{ufirstname}}</a>
{{/uuserid}}