ImagesTable: Fix the GCP launch link
This fixes the bug when Launch button got replaced with Image command button even in the Preview.
This commit is contained in:
parent
57be1e4a9d
commit
021f6019ba
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
|
|||
const appendTo = useMemo(() => document.querySelector(MODAL_ANCHOR), []);
|
||||
|
||||
const provider = getImageProvider(image);
|
||||
if (!error && provider !== 'gcp') {
|
||||
if (!error) {
|
||||
return (
|
||||
<Suspense fallback="loading...">
|
||||
<Button variant="link" isInline onClick={() => openWizard(true)}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue