Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
- <VBox class="sapUiSmallMarginTop sapUiSmallMarginBegin sapUiTinyMarginBottom" width="95%" visible="{= !!${reusable>/wizardDTO/solutionDTO/name}}">
- <Title text="{i18n>xcol_appliance_template}" />
- <Text id="solutionNameInWizard" text="{reusable>/wizardDTO/solutionDTO/name}" class="bold" />
- </VBox>
- <VBox class="sapUiSmallMarginTop sapUiSmallMarginBegin sapUiTinyMarginBottom" visible="{= !!${reusable>/accountDetails/cloudProvider}}" width="95%">
- <Title text="{i18n>xcap_account}" />
- <Text text="{reusable>/accountDetails/name}" class="bold" />
- <Text text="{path: 'reusable>/accountDetails/cloudProvider', formatter: '.getProviderName'}" />
- </VBox>
- <VBox class="sapUiSmallMarginTop sapUiSmallMarginBegin" visible="{reusable>/forecastVisible}" width="95%">
- <Title id="costForecastTitle" text="{path: '/isCreateSession', formatter: '.getCostForecastTitle'}" wrapping="true" />
- <Link text="{i18n>xlink_disclaimer}" press=".onShowForecastDisclaimer" tooltip="{path: '/isCreateSession', formatter: '.getCostForecastDisclaimerTooltip'}" />
- <VBox
- visible="{parts: ['reusable>/status', 'reusable>/forecast/hourPrice', 'reusable>/forecast/hourEbsPrice'], formatter: '.getCostForecastVisisbility'}">
- <ObjectNumber id="forecastTotalHourPrice" class="sapUiTinyMarginTop sapMObjectNumberLarge"
- number="{parts: ['reusable>/forecast/totalHourPrice', 'reusable>/forecast/currency'], type: 'sap.ui.model.type.Currency', formatOptions: {showMeasure: true, preserveDecimals: false}}" />
- <Text text="{i18n>xcap_per_hour}" class="sapUiTinyMarginBottom" />
- <HBox alignItems="Center">
- <ObjectNumber id="forecastTotalPrice" class="sapUiTinyMarginTop sapMObjectNumberLarge"
- number="{parts: ['reusable>/forecast/totalPrice', 'reusable>/forecast/currency'], type: 'sap.ui.model.type.Currency', formatOptions: {showMeasure: true, preserveDecimals: false}}"/>
- <Button id="forecastTotalPriceMoreInformation" class="sapUiTinyMarginBegin sapUiTinyMarginTop" type="Transparent" icon="sap-icon://message-information" press="onForecastPricePerMonthInfo" />
- </HBox>
- <Text text="{parts: ['reusable>/schedule/forTerminate', 'reusable>/schedule/forSuspend', 'reusable>/schedule/noSchedule', 'reusable>/status'], formatter: '.getForecastSecondUnit'}" />
- </VBox>
- <Text text="{i18n>xmsg_users_timestamp_not_available}"
- visible="{parts: ['reusable>/status', 'reusable>/forecast/hourPrice', 'reusable>/forecast/hourEbsPrice'], formatter: '.getNATextVisisbility'}" />
- <MessageStrip id="suspendAfterEightHoursMessage" visible="{= ${/isBasicMode} === true}" type="Warning" class="sapUiSmallMarginTop sapUiTinyMarginEnd" showIcon="true"
- text="{path: 'reusable>/virtualMachine/hasOptionalVAs', formatter: '.getBaseWizardSideText'}" />
- <MessageStrip id="gcpDiscountsMessage"
- visible="{parts: ['reusable>/accountDetails/cloudProvider', '/internalMode'], formatter: '.isGcpDiscountsMessageShown'}"
- type="Information"
- class="sapUiSmallMarginTop sapUiTinyMarginEnd"
- showIcon="true"
- text="{parts: [
- 'i18n>xmsg_wizard_gcp_costs_discount_message',
- 'webLinks>/GOOGLE_SUSTAINED_USE_DISCOUNTS'
- ], formatter: '.formatTranslatableMessage'}"
- enableFormattedText="true" />
- <MessageStrip id="multicloudDiscountsMessage"
- visible="{parts: ['/internalMode', 'reusable>/accountDetails/isMulticloud', '/isCreateAccount'], formatter: '.isVisibleMulticloudDiscount'}"
- type="Information"
- class="sapUiSmallMarginTop sapUiTinyMarginEnd"
- showIcon="true"
- text="{parts: [
- 'i18n>xmsg_multicloud_discount_message',
- 'webLinks>/MULTICLOUD_DISCOUNTS'
- ], formatter: '.formatTranslatableMessage'}"
- enableFormattedText="true" />
- </VBox>
- <VBox class="sapUiSmallMarginBegin" width="95%">
- <MessageStrip
- id="ipRangeWarningMessage"
- visible="{parts: ['/internalMode', '/isBasicMode', 'reusable>/instanceDetails/selectedNetwork/isRestrictedOutsideOfCal', 'reusable>/sapIpRanges/ranges', 'reusable>/virtualMachine/accessPoints'], formatter: '.isUserIpRangeWarningVisible'}"
- type="Warning" class="sapUiSmallMarginTop sapUiTinyMarginEnd" showIcon="true" enableFormattedText="true"
- text="{parts: ['reusable>/sapIpRanges/userIpRange', 'reusable>/instanceDetails/selectedNetwork'], formatter: '.getUserIpRangeWarningText'} ">
- </MessageStrip>
- </VBox>
- </core:FragmentDefinition>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement