feature/added the webui_header_content_url props

This commit is contained in:
hongwei 2020-07-13 22:10:31 +02:00
parent 1e7258ecdf
commit d42dda9089
2 changed files with 4 additions and 1 deletions

View File

@ -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 = {

View File

@ -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() {