Skip to content
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

feat(netapp): add badge for region compatiability #14283

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/manager/modules/netapp/src/order/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ <h1 data-translate="netapp_order"></h1>
data-model="$ctrl.selectedRegion"
data-values="[region]"
>
<oui-select-picker-section
data-ng-if="region.network === 'vrack'"
>
<strong
data-translate="netapp_order_region_compatiable_with_info"
>
</strong>
<span
class="oui-badge oui-badge_s oui-badge_best-seller my-1"
data-ng-bind="region['network']"
></span>
</oui-select-picker-section>
</oui-select-picker>
</div>
</oui-step-form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"netapp_order_commitment_duration_description": "Bénéficiez d'une remise en vous engageant.",
"netapp_order_commitment_payment": "Modalités de paiement",
"netapp_order_confirm": "Valider",
"netapp_order_performance_customization": "Lors du provisionnement de votre capacité vous allez définir par la même occasion le niveau de performance de votre service. Pour rappel, 64Mo/s et 4000 IOPS par To provisionné."
"netapp_order_performance_customization": "Lors du provisionnement de votre capacité vous allez définir par la même occasion le niveau de performance de votre service. Pour rappel, 64Mo/s et 4000 IOPS par To provisionné.",
"netapp_order_region_compatiable_with_info": "Compatible avec"
}
Loading