File tree Expand file tree Collapse file tree 8 files changed +19
-11
lines changed
application/modules/Api/View/Index Expand file tree Collapse file tree 8 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 11<?php
22/** @var Zend_Layout $layout */
33$ layout = $ this ->layout ();
4- $ layout ->setLayout ('1-column-blue-grey-narrow ' );
4+ $ layout ->setLayout ('default ' );
55
66// Set Layout properties
77$ layout ->title = $ layout ->title . ' - API ' ;
88$ layout ->header = $ layout ->title ;
99$ layout ->footerText = $ this ->t ('footer ' );
1010?>
11- <div>
12- <h2>Welcome to the EngineBlock API index page!</h2>
13- <p>
14- We currently only support 1 action, pushing metadata configuration.
15- To do this POST a valid JSON document with 'connections' to /connections,
16- using the engineApi.user and engineApi.password in HTTP Basic authentication.
17- </p>
11+ <div id="engine-main-page" class="box">
12+ <div class="mod-content">
13+
14+ <div class="main">
15+ <h1>Welcome to the EngineBlock API index page!</h1>
16+ <p>
17+ We currently only support 1 action, pushing metadata configuration.
18+ To do this POST a valid JSON document with 'connections' to /connections,
19+ using the engineApi.user and engineApi.password in HTTP Basic authentication.
20+ </p>
21+ </div>
22+ </div>
1823</div>
Original file line number Diff line number Diff line change 1+ # OpenConext EngineBlock v4.5.3 Release Notes #
2+
3+ Fixed index for engine-api endpoint.
Original file line number Diff line number Diff line change 1+ ../authentication/cached
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ../authentication/javascripts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ../authentication/stylesheets
You can’t perform that action at this time.
0 commit comments