Skip to content

Commit

Permalink
Merge pull request #603 from sandeepbarnwal/BEE-53476
Browse files Browse the repository at this point in the history
Removes Yahoo UI usages from support-core plugin
  • Loading branch information
jglick authored Dec 18, 2024
2 parents f4e11b1 + 663f56e commit 39e20b2
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,11 @@
</f:entry>
</j:forEach>
<f:entry>
<span class="yui-button yui-submit-button submit-button primary">
<span class="first-child">
<button type="submit" formaction="downloadBundles">${%Download Bundle}</button>
</span>
</span>
<span class="yui-button yui-submit-button submit-button danger">
<span class="first-child">
<button type="submit" formaction="deleteBundles">${%Delete Bundle}</button>
</span>
</span>
<button type="submit" class="jenkins-button jenkins-button--primary jenkins-!-margin-1" formaction="downloadBundles">${%Download Bundle}</button>
<button type="submit" class="jenkins-button jenkins-!-destructive-color" formaction="deleteBundles">${%Delete Bundle}</button>
</f:entry>
</f:form>
</f:section>

</l:main-panel>
</l:layout>
</j:jelly>

0 comments on commit 39e20b2

Please sign in to comment.