diff --git a/core/src/main/resources/hudson/model/ListView/configure-entries-resources.js b/core/src/main/resources/hudson/model/ListView/configure-entries-resources.js
index 86ccbb6447a7..f9db2d067478 100644
--- a/core/src/main/resources/hudson/model/ListView/configure-entries-resources.js
+++ b/core/src/main/resources/hudson/model/ListView/configure-entries-resources.js
@@ -1,5 +1,8 @@
Behaviour.specify("#recurse", "ListView", 0, function (e) {
- var nestedElements = document.querySelectorAll("SPAN.nested");
+ // SPAN.nested is kept for backwards compatability
+ var nestedElements = document.querySelectorAll(
+ ".listview-jobs--nested, SPAN.nested",
+ );
e.onclick = function () {
nestedElements.forEach(function (el) {
el.style.display = e.checked ? "" : "none";
diff --git a/core/src/main/resources/hudson/model/ListView/configure-entries.jelly b/core/src/main/resources/hudson/model/ListView/configure-entries.jelly
index 5cffab5e11ee..350235870b01 100644
--- a/core/src/main/resources/hudson/model/ListView/configure-entries.jelly
+++ b/core/src/main/resources/hudson/model/ListView/configure-entries.jelly
@@ -27,49 +27,51 @@ THE SOFTWARE.
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
-
+
+
+
-
-
-
-
-
-
-
diff --git a/core/src/main/resources/hudson/model/ListView/configure-entries.properties b/core/src/main/resources/hudson/model/ListView/configure-entries.properties
new file mode 100644
index 000000000000..fb58880346b9
--- /dev/null
+++ b/core/src/main/resources/hudson/model/ListView/configure-entries.properties
@@ -0,0 +1,3 @@
+jobs.description=Select the jobs to show in this view.
+filters.description=Filter the jobs that show in this view based on specific conditions.
+columns.description=Select the columns in this view.
diff --git a/core/src/main/resources/hudson/model/View/configure.jelly b/core/src/main/resources/hudson/model/View/configure.jelly
index beceff8230ab..6f2ff2744fe1 100644
--- a/core/src/main/resources/hudson/model/View/configure.jelly
+++ b/core/src/main/resources/hudson/model/View/configure.jelly
@@ -29,25 +29,25 @@ THE SOFTWARE.
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -55,6 +55,17 @@ THE SOFTWARE.
+
+
+
+
+
+
+
+
+
diff --git a/core/src/main/resources/hudson/model/View/configure.properties b/core/src/main/resources/hudson/model/View/configure.properties
new file mode 100644
index 000000000000..f5883d65a59e
--- /dev/null
+++ b/core/src/main/resources/hudson/model/View/configure.properties
@@ -0,0 +1,4 @@
+description.description=Describe the purpose of this view.
+widgets.description=Customize the widgets that show in this view.
+widgets.filterqueue.description=If checked, only jobs in this view will be shown in the queue.
+widgets.filterexecutors.description=If checked, only those build executors will be shown that could execute the jobs in this view.
diff --git a/core/src/main/resources/lib/form/checkbox.jelly b/core/src/main/resources/lib/form/checkbox.jelly
index 60c8c11f4c52..de831954cafc 100644
--- a/core/src/main/resources/lib/form/checkbox.jelly
+++ b/core/src/main/resources/lib/form/checkbox.jelly
@@ -69,6 +69,9 @@ THE SOFTWARE.
Used as tooltip of the checkbox, and, if a title is specified, of the title
+
+ Optional description for the checkbox
+
@@ -87,6 +90,11 @@ THE SOFTWARE.
+
+
- This message will be displayed on
- the view page
- . Useful for describing what this view does or linking to relevant resources.
- Can contain HTML tags or whatever markup language is defined for the system.
-
- Това съобщение ще се показва на
- страницата за изгледа
- . Това е удобно да обясните за какво служи изгледа или да дадете подходящи
- връзки към полезни ресурси. Може да съдържа форматиране чрез етикети на HTML
- или произволен маркиращ език, който се поддържа от Jenkins.
-
- Diese Beschreibung wird auf der
- Ansichtsseite
- angezeigt. Sie beschreibt, um was es in der Ansicht geht oder enthält Links zu
- weiteren relevanten Ressourcen. Die Beschreibung darf HTML-Auszeichnungen
- enthalten.
-
- Ce message s'affichera sur la
- page de visualisation
- . Utile pour décrire l'objectif de cette vue ou pour donner des liens vers des
- ressources supplémentaires. Supporte les tags HTML.
-
- Questo messaggio sarà visualizzato sulla
- pagina della vista
- . Quest'opzione è utile per descrivere lo scopo di questa vista o per inserire
- collegamenti a risorse rilevanti. Può contenere marcatori HTML o del
- linguaggio a marcatori definito per il sistema.
-
- Deze boodschap zal getoond worden op
- uw specifieke overzichtspagina
- . Het kan nuttig zijn om te omschrijven wat uw overzichtspagina specifiek
- omvat. De boodschap mag HTML bevatten. U kunt dus ook, op eenvoudige wijze,
- referenties toevoegen naar relevante artefacten, zoals webpaginas, documenten,
- e-mail adressen, ...
-
- Esta mensagem será mostrada na
- página de visualização
- . Útil para descrever sobre o que é esta visualização, ou
- ligá-la a recursos relevantes. Pode conter marcações HTML.
-
- Это сообщение будет показываться на
- странице Пользовательского списка
- . Удобно для описания Пользовательского списка или ссылок на имеющие отношение
- ресурсы. Может содержать HTML.
-
- Bu mesaj,
- görüntü ana sayfasında
- gösterilecektir. Bu görüntünün ne ile ilgili
- olduğunu anlatmak, veya ilgili kaynaklara bağlantılar
- yapabilmek için kullanılabilir. HTML tag'leri kullanabilirsiniz.
-