Skip to content

Commit

Permalink
removed commented out code; refs #25697
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhaul committed Jan 22, 2025
1 parent 55e8cf8 commit 0c89619
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@


<ui:fragment rendered="#{messageQueueBean.queueContent.size() > 0}">
<!-- Use <button> instead of <a> here to avoid error with OmniFaces -->
<button class="admin__tasks-icon-wrapper"
title="#{msg.admin__tasks__clear_all_button_tooltip}"
data-toggle="tooltip" data-placement="top" data-trigger="hover"
Expand All @@ -94,22 +95,6 @@
</div>
<f:ajax execute="@form" render="@form" />
</button>
<!-- <a class="admin__tasks-icon-wrapper" -->
<!-- title="#{msg.admin__tasks__clear_all_button_tooltip}" -->
<!-- data-toggle="tooltip" data-placement="top" data-trigger="hover" -->
<!-- jsf:action="#{messageQueueBean.clearQueue}" jsf:id="clearButton" -->
<!-- data-require-confirmation="true" -->
<!-- data-confirmation-text="#{msg.admin__tasks__clear_all_button_confirmation}" -->
<!-- aria-label="#{msg.admin__tasks__clear_all_button_confirmation}"> -->
<!-- <div class="admin__tasks-clear-all"></div> -->
<!-- <div class="admin__tasks-icon"> -->
<!-- <div -->
<!-- class="admin__tasks-button-trash #{messageQueueBean.paused ? '-hidden' : '-active'}"> -->
<!-- <i class="fa fa-times"></i> -->
<!-- </div> -->
<!-- </div> -->
<!-- <f:ajax execute="@form" render="@form" /> -->
<!-- </a> -->
</ui:fragment>


Expand Down

0 comments on commit 0c89619

Please sign in to comment.