summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-08-04 16:06:02 +0200
committerSimon Rettberg2025-08-04 16:06:02 +0200
commit67ce387ab202d278b8c260ca5943ffe45523c534 (patch)
treebbad0c7d6aff097f81886ba63de30133955e8a99
parentA few more HTTP code audit log fixups (diff)
downloadslx-admin-67ce387ab202d278b8c260ca5943ffe45523c534.tar.gz
slx-admin-67ce387ab202d278b8c260ca5943ffe45523c534.tar.xz
slx-admin-67ce387ab202d278b8c260ca5943ffe45523c534.zip
[session] Show pointer when over audit payload data
Indicate the text can be clicked to view in a popup.
-rw-r--r--modules-available/session/templates/audit-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/session/templates/audit-list.html b/modules-available/session/templates/audit-list.html
index 0c79c52d..081e1593 100644
--- a/modules-available/session/templates/audit-list.html
+++ b/modules-available/session/templates/audit-list.html
@@ -34,7 +34,7 @@
</td>
<td class="text-nowrap">{{module}}</td>
<td class="text-nowrap">{{action}}</td>
- <td><table class="slx-ellipsis"><tr><td class="json-stuff" data-toggle="modal" data-target="#myModal">{{data}}</td></tr></table></td>
+ <td><table class="slx-ellipsis"><tr><td class="json-stuff slx-pointer" data-toggle="modal" data-target="#myModal">{{data}}</td></tr></table></td>
</tr>
{{/list}}
</table>