UNPKG

ui5flowdev

Version:

UI5FlowDev enables you to manage and run your UI5 applications on a local server with reverse-proxy support. It also provides you the option to build your applications and deploy them to SAP NetWeaver ABAP.

18 lines (17 loc) 681 B
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"> <Page class="sapUiFioriObjectPage" title="{i18n>NotFound.notFoundTitle}"> <content> <FlexBox alignItems="Center" justifyContent="Center" height="100%"> <items> <Label class="spacerTop" textAlign="Center" text="{i18n>NotFound.notFoundText}" /> </items> </FlexBox> </content> <footer> <Toolbar> <Image src="./images/logo-a-nobr.png" height="25px" class="sapUiSmallMarginBegin"/> <ToolbarSpacer/> </Toolbar> </footer> </Page> </mvc:View>