diff --git a/core/src/main/resources/hudson/PluginManager/_installed.js b/core/src/main/resources/hudson/PluginManager/_installed.js index e3712b850818b..4b1018a24ce5b 100644 --- a/core/src/main/resources/hudson/PluginManager/_installed.js +++ b/core/src/main/resources/hudson/PluginManager/_installed.js @@ -36,9 +36,7 @@ function updateMsg() { // has anything changed since its original state? let e = Array.from( - document - .getElementById("plugins") - .querySelectorAll("input[type='checkbox']"), + document.querySelectorAll("#plugins input[type='checkbox']"), ).find(function (e) { return String(e.checked) !== e.getAttribute("original"); }); diff --git a/core/src/main/resources/hudson/PluginManager/installed.jelly b/core/src/main/resources/hudson/PluginManager/installed.jelly index 9319b7acbe2e9..b312e0f680f16 100644 --- a/core/src/main/resources/hudson/PluginManager/installed.jelly +++ b/core/src/main/resources/hudson/PluginManager/installed.jelly @@ -36,13 +36,17 @@ THE SOFTWARE. + +
+ value="${request.getParameter('filter')}" + enabled="${!noPlugins}" />
@@ -67,29 +71,20 @@ THE SOFTWARE. data-detached-possible-dependents="${%detached-possible-dependents}" data-uninstall-description="${%uninstall-description}" /> - - - - - - - - - - - - - - - + + + + + +
${%Installed plugins}
${%No plugins installed.}
- - - - - + + + + + @@ -274,9 +269,9 @@ THE SOFTWARE. - - -
${%Name}${%Enabled} - -
${%Name}${%Enabled} + +
+ + +
@@ -63,183 +64,177 @@ THE SOFTWARE. - - - - - - - - - - - - - - - - - + + +
- - - - - - ${%Name}${%Released}${%Installed}
+ + - + - + + + + + + + + + + + + - - - - - - - - - - - -
- - - - + + + + + + - - - - - -
- -
-
- -
${%compatWarning} - -
${%parentCompatWarning} -
${%Name}${%Released}${%Installed}
+ + + + + + + - - - -
${%coreWarning(p.requiredCore)}
-
- -
- ${%Applying this update will address security vulnerabilities in the currently installed version.} -
-
- -
${%depCompatWarning} -
${%parentDepCompatWarning} - -
-
- -
- ${%depCoreWarning(p.getNeededDependenciesRequiredCore().toString())} -
-
- -
${%securityWarning} - -
-
- -
- ${%deprecationWarning(p.getDeprecation().url)} -
-
- -
- ${%adoptThisPlugin} -
-
-
- - - - - - - - - - - () - - - -
-
- ${%No updates} -
-
+ +
+ +
+
+ +
${%compatWarning} + +
${%parentCompatWarning} + +
+
+
+ +
${%coreWarning(p.requiredCore)}
+
+ +
+ ${%Applying this update will address security vulnerabilities in the currently installed version.} +
+
+ +
${%depCompatWarning} +
${%parentDepCompatWarning} + +
+
+ +
+ ${%depCoreWarning(p.getNeededDependenciesRequiredCore().toString())} +
+
+ +
${%securityWarning} + +
+
+ +
+ ${%deprecationWarning(p.getDeprecation().url)} +
+
+ +
+ ${%adoptThisPlugin} +
+
+ + + + + + + + + + + + + + () + + + + + + + + + + + + diff --git a/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly index f9b6d5547b9e6..554215da00c3c 100644 --- a/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly +++ b/core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly @@ -50,24 +50,21 @@ THE SOFTWARE. - - - - - - - - - - - + + + + + + +
${%Name}${%Version}${%Enabled}
+ - + + + - - + + @@ -84,10 +81,10 @@ THE SOFTWARE. - - - -
- ${%No plugins installed.} - ${%Name}${%Version}${%Enabled}
+ + + +
diff --git a/core/src/main/resources/lib/layout/search-bar.jelly b/core/src/main/resources/lib/layout/search-bar.jelly index ac66f88a20a9e..b86a15fef0d6c 100644 --- a/core/src/main/resources/lib/layout/search-bar.jelly +++ b/core/src/main/resources/lib/layout/search-bar.jelly @@ -33,13 +33,16 @@ THE SOFTWARE. If false the default keyboard shortcut for the input is disabled. Defaults to true. + + Defaults to true. Sets whether the search bar is enabled or not. + Creates a search input @since 2.369
-