Skip to content

Commit 03b2379

Browse files
committed
remove login buttin center table
1 parent e39a70e commit 03b2379

File tree

3 files changed

+35
-41
lines changed

3 files changed

+35
-41
lines changed

frameworks/non-keyed/openui5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</script>
1818
<link href="/css/currentStyle.css" rel="stylesheet" />
1919
</head>
20-
<body class="sapUiBody" id="content">
20+
<body class="sapUiBody container" id="content">
2121
<div data-sap-ui-component data-name="ui5.benchmark" data-id="container" data-settings='{"id" : "benchmark"}'></div>
2222
</body>
2323
</html>

frameworks/non-keyed/openui5/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
</script>
1818
</head>
19-
<body class="sapUiBody" id="content">
19+
<body class="container" id="content">
2020
<div data-sap-ui-component data-name="ui5.benchmark" data-id="container" data-settings='{"id" : "benchmark"}'></div>
2121
</body>
2222
</html>

frameworks/non-keyed/openui5/webapp/view/App.view.xml

Lines changed: 33 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,42 @@
22
xmlns="sap.m"
33
xmlns:mvc="sap.ui.core.mvc" displayBlock="true"
44
xmlns:html="http://www.w3.org/1999/xhtml">
5-
<Shell>
6-
<App class="">
7-
<pages>
8-
<Page>
9-
<html:div id="main">
10-
<html:div id="container">
11-
<html:div class="jumbotron">
12-
<html:div class="row">
13-
<html:div class="col-md-6">
14-
<html:h1>OpenUi5</html:h1>
15-
</html:div>
165

17-
<html:div class="col-sm-6 smallpad">
18-
<html:div class="row">
19-
<html:div class="col-sm-6 smallpad">
20-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVRun" />
21-
</html:div>
22-
<html:div class="col-sm-6 smallpad">
23-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVRunLots" />
24-
</html:div>
25-
<html:div class="col-sm-6 smallpad">
26-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVAdd" />
27-
</html:div>
28-
<html:div class="col-sm-6 smallpad">
29-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVUpdate" />
30-
</html:div>
31-
<html:div class="col-sm-6 smallpad">
32-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVClear" />
33-
</html:div>
34-
<html:div class="col-sm-6 smallpad">
35-
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVSwapRows" />
36-
</html:div>
37-
</html:div>
38-
</html:div>
6+
<html:div id="main">
7+
<html:div id="container">
8+
<html:div class="jumbotron">
9+
<html:div class="row">
10+
<html:div class="col-md-6">
11+
<html:h1>OpenUi5</html:h1>
12+
</html:div>
3913

40-
</html:div>
14+
<html:div class="col-sm-6 smallpad">
15+
<html:div class="row">
16+
<html:div class="col-sm-6 smallpad">
17+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVRun" />
18+
</html:div>
19+
<html:div class="col-sm-6 smallpad">
20+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVRunLots" />
21+
</html:div>
22+
<html:div class="col-sm-6 smallpad">
23+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVAdd" />
24+
</html:div>
25+
<html:div class="col-sm-6 smallpad">
26+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVUpdate" />
27+
</html:div>
28+
<html:div class="col-sm-6 smallpad">
29+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVClear" />
30+
</html:div>
31+
<html:div class="col-sm-6 smallpad">
32+
<mvc:View viewName="module:ui5/benchmark/view/MyButtonVSwapRows" />
4133
</html:div>
42-
<mvc:XMLView viewName="ui5.benchmark.view.DataList" />
4334
</html:div>
4435
</html:div>
45-
</Page>
46-
</pages>
47-
</App>
48-
</Shell>
36+
37+
</html:div>
38+
</html:div>
39+
<mvc:XMLView viewName="ui5.benchmark.view.DataList" />
40+
</html:div>
41+
</html:div>
42+
4943
</mvc:View>

0 commit comments

Comments
 (0)