-
Couldn't load subscription status.
- Fork 110
feat(dedicated): add migration vcfaas banner #20062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
ref: #MANAGER-19946 Signed-off-by: ahmed sefiani <[email protected]>
e40e672 to
267f530
Compare
| .then(() => { | ||
| this.setMessage( | ||
| this.$translate.instant( | ||
| 'dedicated_cloud_dashboard_customer_vcfaad_migration_banner_success', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
| 'dedicated_cloud_dashboard_customer_vcfaad_migration_banner_success', | |
| 'dedicated_cloud_dashboard_customer_vcfaas_migration_banner_success', |
| .catch(() => { | ||
| this.setMessage( | ||
| this.$translate.instant( | ||
| 'dedicated_cloud_dashboard_customer_vcfaad_migration_banner_error', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
| 'dedicated_cloud_dashboard_customer_vcfaad_migration_banner_error', | |
| 'dedicated_cloud_dashboard_customer_vcfaas_migration_banner_error', |
| <div class="flex items-center gap-2"> | ||
| <p | ||
| class="mb-0 inline" | ||
| ng-bind-html="'dedicated_cloud_dashboard_customer_vcfaad_migration_banner' | translate:{ url: $ctrl.offerLink }" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same typo
| href="" | ||
| class="oui-link" | ||
| ng-click="$ctrl.requestContactForVmwareCloudDirectorMigration()" | ||
| data-translate="dedicated_cloud_dashboard_customer_vcfaad_migration_banner_action" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vcfaad has to be replaced by vcfaas
ref: #MANAGER-19946