mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -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:
commit
2a824fc1d5
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user