Skip to content

Commit 1260bf5

Browse files
committed
fix rendering issue
1 parent f4361d2 commit 1260bf5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

HTML5Module/webapp/view/Home.view.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<mvc:View controllerName="com.sap.sapmentors.html5userapiforcf-ui.controller.Home"
1+
<mvc:View xmlns:core="sap.ui.core"
2+
controllerName="com.sap.sapmentors.html5userapiforcf-ui.controller.Home"
23
xmlns:mvc="sap.ui.core.mvc" xmlns:l="sap.ui.layout" displayBlock="true" xmlns="sap.m">
34
<Shell id="shell">
45
<App id="app">
@@ -41,6 +42,8 @@
4142
<l:BlockLayoutCell id="Version" width="2" title="Version">
4243
<l:content>
4344
<Text id="versionText" text="not loaded" />
45+
<!--
46+
-->
4447
</l:content>
4548
</l:BlockLayoutCell>
4649
</l:BlockLayoutRow>
@@ -93,7 +96,7 @@
9396
<l:BlockLayoutRow accentCells="BackendRFC">
9497
<l:BlockLayoutCell id="RFC" width="2" title="Backend via Java RFC">
9598
<l:content>
96-
<Text>Disabled until security fix is implemented</Text>
99+
<Text id="disabled" text="Disabled until security fix is implemented" />
97100
<!--
98101
<Link text="/rfc?name=USER_NAME_GET" href="rfc?name=USER_NAME_GET" />
99102
-->

0 commit comments

Comments
 (0)