We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e35a3b commit b1262a4Copy full SHA for b1262a4
web/web_ui/src/main/webapp/projects/projectview.xhtml
@@ -839,7 +839,7 @@
839
update=":mainForm:projectTabPanelID:testPlanTabViewID, :mainForm:messages"
840
onsuccess="PF('confirmScriptGroupDelete').hide();" />
841
<h:panelGroup styleClass="horizontal-spacer" />
842
- <p:commandButton value="Cancel" onclick="confirmScriptGroupDelete.hide();" type="button" />
+ <p:commandButton value="Cancel" type="button" styleClass="h-space" onclick="PF('confirmScriptGroupDelete').hide();" />
843
</h:form>
844
</p:confirmDialog>
845
0 commit comments