From 9b7496e4a870cc166b35363fbf70f5d3cf8a2d51 Mon Sep 17 00:00:00 2001 From: rseguy Date: Wed, 13 Apr 2011 10:49:20 +0200 Subject: [PATCH] [FIXED JENKINS-9343] Add LOADING overlay when triggering a build with parameters --- changelog.html | 3 +++ .../hudson/model/ParametersDefinitionProperty/index.jelly | 1 + 2 files changed, 4 insertions(+) diff --git a/changelog.html b/changelog.html index 6acbb59328..52cc31c306 100644 --- a/changelog.html +++ b/changelog.html @@ -68,6 +68,9 @@ Upcoming changes Added two new CLI commands "wait-node-online" and "wait-node-offline" to block until a slave becomes online/offline.
  • Move Jenkins URL setting from E-mail Notification to its own section in the main configuration. +
  • + Add LOADING overlay when triggering a build with parameters + (issue 9343) diff --git a/core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly b/core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly index 09507388a2..4082caf350 100644 --- a/core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly +++ b/core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly @@ -36,6 +36,7 @@ THE SOFTWARE. +
    ${%LOADING}

    ${it.owner.pronoun} ${it.owner.displayName}

    ${%description}

    -- GitLab