mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Merge pull request #7964 from nixocio/ui_update_button
Update disassociate button variant Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -61,7 +61,7 @@ function DisassociateButton({
|
||||
<Tooltip content={renderTooltip()} position="top">
|
||||
<div>
|
||||
<Button
|
||||
variant="danger"
|
||||
variant="secondary"
|
||||
aria-label={i18n._(t`Disassociate`)}
|
||||
onClick={() => setIsOpen(true)}
|
||||
isDisabled={isDisabled}
|
||||
|
||||
Reference in New Issue
Block a user