mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Remove duplicate install bundle on InstanceDetail
This commit is contained in:
@@ -214,25 +214,6 @@ function InstanceDetail({ setBreadcrumb, isK8s }) {
|
|||||||
value={instance.peers_from_control_nodes ? t`On` : t`Off`}
|
value={instance.peers_from_control_nodes ? t`On` : t`Off`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{instance.related?.install_bundle && (
|
|
||||||
<Detail
|
|
||||||
label={t`Install Bundle`}
|
|
||||||
value={
|
|
||||||
<Tooltip content={t`Click to download bundle`}>
|
|
||||||
<Button
|
|
||||||
component="a"
|
|
||||||
isSmall
|
|
||||||
href={`${instance.related?.install_bundle}`}
|
|
||||||
target="_blank"
|
|
||||||
variant="secondary"
|
|
||||||
dataCy="install-bundle-download-button"
|
|
||||||
>
|
|
||||||
<DownloadIcon />
|
|
||||||
</Button>
|
|
||||||
</Tooltip>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
{!isHopNode && (
|
{!isHopNode && (
|
||||||
<>
|
<>
|
||||||
<Detail
|
<Detail
|
||||||
|
|||||||
Reference in New Issue
Block a user