Fix missing label

This commit is contained in:
emanuele-f 2020-05-08 12:34:11 +02:00
parent 44337e83ee
commit 2a4128f0c0
3 changed files with 4 additions and 3 deletions

View file

@ -35,7 +35,7 @@ local function printPlugins()
local plugins = plugins_utils.getLoadedPlugins()
print[[<table class="table table-bordered table-sm table-striped">
<tr><th width="20%">]] print(i18n("plugins_overview.plugin")) print[[</th><th>]] print(i18n("show_alerts.alert_description")) print[[</th><th>]] print(i18n("plugins_overview.source_location")) print[[</th><th width="10%">]] print(i18n("plugins_overview.availability")) print[[</th></tr>]]
<tr><th width="20%">]] print(i18n("plugins_overview.plugin")) print[[</th><th>]] print(i18n("show_alerts.alert_description")) print[[</th><th>]] print(i18n("plugins_overview.source_location")) print[[</th><th width="10%">]] print(i18n("availability")) print[[</th></tr>]]
for _, plugin in pairsByField(plugins, "title", asc) do
local available = ""