Skip to content

Commit 96242f8

Browse files
recenalanwen
authored andcommitted
[JENKINS-43786] Adapted the administrative monitor to the new UI definition (#177)
1 parent a9308f1 commit 96242f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/resources/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor

src/main/resources/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor/message.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package org.jenkinsci.plugins.github.admin.GitHubHookRegisterProblemMonitor
22

33
def f = namespace(lib.FormTagLib)
44

5-
div(class: 'warning') {
5+
div(class: 'alert alert-warning') {
66
form(method: 'post', action: "${rootURL}/${my?.url}/act", name: my?.id) {
7-
text(_('hook.registering.problem'))
87
f.submit(name: 'yes', value: _('view'))
98
f.submit(name: 'no', value: _('dismiss'))
109
}
10+
text(_('hook.registering.problem'))
1111
}

0 commit comments

Comments
 (0)