diff --git a/app/js/custom.js b/app/js/custom.js index 22f5a1dc..e65598ca 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -496,6 +496,7 @@ $('#install-user-plugin').on('shown.bs.modal', function (e) { $('#plugin-license').text(manifestData.license || 'Unknown'); $('#plugin-locale').text(manifestData.default_locale || 'Unknown'); $('#plugin-configuration').html(formatProperty(manifestData.configuration || 'None')); + $('#plugin-packages').html(formatProperty(manifestData.keys || 'None')); $('#plugin-dependencies').html(formatProperty(manifestData.dependencies || 'None')); $('#plugin-javascript').html(formatProperty(manifestData.javascript || 'None')); $('#plugin-sudoers').html(formatProperty(manifestData.sudoers || 'None')); diff --git a/templates/system.php b/templates/system.php index 84d2bcff..039614c4 100755 --- a/templates/system.php +++ b/templates/system.php @@ -151,6 +151,10 @@ + + + +