-
+ |
${App.FormFields.checkbox_tag("", false, "", {onclick: 'Tables.onRowChecked(this)'})}
|
@@ -533,17 +533,15 @@ const Helpers = {
disabled: is_installed,
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
- ${plugin.name}
+
- ${__("Updated: %s").replace("%s", plugin.last_update)}
+ ${__("Updated: %s").replace("%s", plugin.last_update)}
- ${plugin.description}
-
-
+ ${plugin.description}
`
}
@@ -626,13 +624,14 @@ const Helpers = {
container.innerHTML +=
`
- ${p.plugin}
+
+ ${p.plugin}
${p.rv.e ? `${p.rv.e} ` : ''}
${p.rv.o ? `${p.rv.o} ` : ''}
-
+
${p.rv.s ? App.FormFields.icon("error_outline") + " " + __("Exited with RC: %d").replace("%d", p.rv.s) :
App.FormFields.icon("check") + " " + __("Update done.")}
-
+
`
});
@@ -642,7 +641,7 @@ const Helpers = {
});
},
content: `
- |