Skip to content

Commit ea2b255

Browse files
authored
drop yui button (#246)
Signed-off-by: Thorsten Scherler <[email protected]>
1 parent 150625c commit ea2b255

File tree

1 file changed

+24
-32
lines changed
  • src/main/resources/hudson/plugins/copyartifact/monitor/LegacyJobConfigMigrationMonitor

1 file changed

+24
-32
lines changed

src/main/resources/hudson/plugins/copyartifact/monitor/LegacyJobConfigMigrationMonitor/manage.jelly

Lines changed: 24 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,18 @@ THE SOFTWARE.
5454
data-action="select-all-invalid">${%SelectAllInvalid}</a>
5555
</div>
5656
<div class="action-panel">
57-
<span class="yui-button">
58-
<button class="action action-migrate-selected"
59-
data-url="${rootURL}/${it.url}/migrateAllSelected"
60-
data-confirm-template="${%MigrateAllSelected_confirm}"
61-
data-nothing-selected="${%MigrateAllSelected_nothing}">
62-
${%MigrateAllSelected}
63-
</button>
64-
</span>
65-
<span class="yui-button">
66-
<button class="action action-ignore-selected"
67-
data-url="${rootURL}/${it.url}/ignoreAllSelected"
68-
data-confirm-template="${%IgnoreAllSelected_confirm}"
69-
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
70-
${%IgnoreAllSelected}
71-
</button>
72-
</span>
57+
<button class="action action-migrate-selected jenkins-button jenkins-!-margin-right-2"
58+
data-url="${rootURL}/${it.url}/migrateAllSelected"
59+
data-confirm-template="${%MigrateAllSelected_confirm}"
60+
data-nothing-selected="${%MigrateAllSelected_nothing}">
61+
${%MigrateAllSelected}
62+
</button>
63+
<button class="action action-ignore-selected jenkins-button"
64+
data-url="${rootURL}/${it.url}/ignoreAllSelected"
65+
data-confirm-template="${%IgnoreAllSelected_confirm}"
66+
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
67+
${%IgnoreAllSelected}
68+
</button>
7369
</div>
7470
<j:set var="jobInfoList" value="${it.getAllJobInformation()}"/>
7571
<table class="pane bigtable align-th-left">
@@ -203,22 +199,18 @@ THE SOFTWARE.
203199
</div>
204200

205201
<div class="action-panel">
206-
<span class="yui-button">
207-
<button class="action action-migrate-selected"
208-
data-url="${rootURL}/${it.url}/migrateAllSelected"
209-
data-confirm-template="${%MigrateAllSelected_confirm}"
210-
data-nothing-selected="${%MigrateAllSelected_nothing}">
211-
${%MigrateAllSelected}
212-
</button>
213-
</span>
214-
<span class="yui-button">
215-
<button class="action action-ignore-selected"
216-
data-url="${rootURL}/${it.url}/ignoreAllSelected"
217-
data-confirm-template="${%IgnoreAllSelected_confirm}"
218-
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
219-
${%IgnoreAllSelected}
220-
</button>
221-
</span>
202+
<button class="action action-migrate-selected jenkins-button jenkins-!-margin-right-2"
203+
data-url="${rootURL}/${it.url}/migrateAllSelected"
204+
data-confirm-template="${%MigrateAllSelected_confirm}"
205+
data-nothing-selected="${%MigrateAllSelected_nothing}">
206+
${%MigrateAllSelected}
207+
</button>
208+
<button class="action action-ignore-selected jenkins-button"
209+
data-url="${rootURL}/${it.url}/ignoreAllSelected"
210+
data-confirm-template="${%IgnoreAllSelected_confirm}"
211+
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
212+
${%IgnoreAllSelected}
213+
</button>
222214
</div>
223215
</div>
224216
</l:main-panel>

0 commit comments

Comments
 (0)