first commit

This commit is contained in:
2025-04-25 22:19:01 +02:00
commit 777a29d3bc
35 changed files with 14665 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<mvc:View controllerName="mvcapp00124.controller.Enter"
displayBlock="true"
xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m">
<Page id="page" title="{i18n>title}">
<content>
<FlexBox alignItems="Center" justifyContent="Center" height="100%" width="100%">
<Button text="Show flights list using navTo" press="onPressNavTo"
class="sapUiSmallMargin" />
<Button text="Show flight list using getTargets" press="onPressTargets"
class="sapUiSmallMargin" />
</FlexBox>
</content>
</Page>
</mvc:View>