mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
feature/added the webui_header_content_url props
This commit is contained in:
parent
1e7258ecdf
commit
d42dda9089
@ -339,6 +339,9 @@ class WebUI extends MdcLoggable{
|
||||
contentLoader("webui_about_vendor_content_url", "about-vendor")
|
||||
}
|
||||
|
||||
def headerContentLoader: NodeSeq = {
|
||||
contentLoader("webui_header_content_url", "table-header")
|
||||
}
|
||||
|
||||
// This load content directly into the div that calls it.
|
||||
def getStartedDirectContentLoader: NodeSeq = {
|
||||
|
||||
@ -78,7 +78,7 @@ Berlin 13359, Germany
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="table-header-script" data-lift="WebUI.headerContentLoader"></div>
|
||||
<div id="messages-container" data-lift="Msgs"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user