summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-18 10:02:37 +0100
committerSimon Rettberg2020-11-18 10:02:37 +0100
commite9b114120322f79ca9029a5120b85934b74eb3a0 (patch)
treed95b11f3d9b1f7e399e51220e60e6c516001154b /modules-available/sysconfig/templates/list-modules.html
parent[statistics] Add shift + click selection to the checkboxes (diff)
downloadslx-admin-e9b114120322f79ca9029a5120b85934b74eb3a0.tar.gz
slx-admin-e9b114120322f79ca9029a5120b85934b74eb3a0.tar.xz
slx-admin-e9b114120322f79ca9029a5120b85934b74eb3a0.zip
[sysconfig] Show '?' for unused modules
Quick and dirty client-side hack; needs refactoring anyways once we have per-location module assignment.
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index 9284bb24..5bd19446 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -13,7 +13,10 @@
<tr data-id="{{id}}" class="modrow">
<td class="badge text-nowrap">{{moduleType}}</td>
<td class="title slx-pointer" width="100%" title="{{lang_lastEdited}} {{dateline_s}}">
- <table class="slx-ellipsis"><tr><td>{{title}}</td></tr></table>
+ <table class="slx-ellipsis"><tr><td>
+ <span class="glyphicon glyphicon-question-sign pull-right icon-unused hidden" title="{{lang_moduleUnused}}"></span>
+ {{title}}
+ </td></tr></table>
</td>
<td class="text-nowrap">
{{#allowDownload}}