Skip to content

ui: Fix route to ISO From VM's Info Card / Detail View#4839

Merged
yadvr merged 2 commits intoapache:4.15from
shapeblue:route-to-iso
Mar 18, 2021
Merged

ui: Fix route to ISO From VM's Info Card / Detail View#4839
yadvr merged 2 commits intoapache:4.15from
shapeblue:route-to-iso

Conversation

@Pearl1594
Copy link
Copy Markdown
Contributor

Description

This PR fixes the route to Iso tab from the respective VM's detail View (Info card) if the VM is deployed from an ISO.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

Deploy VM from an ISO and traverse to the ISO tab from the detail view
Before Fix:
image

Post Fix:
Successfully able to route to iso tab

@Pearl1594 Pearl1594 requested review from shwstppr and utchoang March 18, 2021 05:38
@Pearl1594 Pearl1594 added this to the 4.15.1.0 milestone Mar 18, 2021
@Pearl1594
Copy link
Copy Markdown
Contributor Author

@blueorangutan ui

@blueorangutan
Copy link
Copy Markdown

@Pearl1594 a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. [S]

@blueorangutan
Copy link
Copy Markdown

UI build: ✔️
Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/4839 (SL-JID-36)

Copy link
Copy Markdown

@utchoang utchoang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread ui/src/components/view/InfoCard.vue Outdated
@@ -398,7 +398,12 @@
<div class="resource-detail-item__label">{{ $t('label.templatename') }}</div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pearl1594 should we also have label read ISO with something like

Suggested change
<div class="resource-detail-item__label">{{ $t('label.templatename') }}</div>
<div class="resource-detail-item__label">{{ resource.isoid ? $t('label.iso') : $t('label.templatename') }}</div>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shwstppr. Makes sense.. I've updated the PR.

@Pearl1594
Copy link
Copy Markdown
Contributor Author

@blueorangutan ui

@blueorangutan
Copy link
Copy Markdown

@Pearl1594 a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. [S]

@blueorangutan
Copy link
Copy Markdown

UI build: ✔️
Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/4839 (SL-JID-37)

@yadvr yadvr merged commit 45e6800 into apache:4.15 Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants