Introduce a new view() target for CBI dispatch nodes, as long with the required template and plumbing work in luci.js to allow requiring view classes. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 lines
169 B
HTML
8 lines
169 B
HTML
<%+header%>
|
|
|
|
<div id="view">
|
|
<div class="spinning"><%:Loading view…%></div>
|
|
<script type="text/javascript">L.require('view.<%=view%>');</script>
|
|
</div>
|
|
|
|
<%+footer%>
|