Try first view support

This commit is contained in:
Johannes Zellner
2024-11-01 14:16:09 +01:00
parent e536c94028
commit 0513ed16bb
5 changed files with 159 additions and 4 deletions
+8 -2
View File
@@ -21,7 +21,6 @@
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/slick.css"/>
<link type="text/css" rel="stylesheet" href="/angular-ui-notification.css"/>
<link type="text/css" rel="stylesheet" href="./src/theme.scss">
<!-- async -->
<script type="text/javascript" src="/js/async-3.2.0.min.js"></script>
@@ -94,6 +93,10 @@
</head>
<body>
<script type="module" src="/src/index.js"></script>
<!-- needs to be here to override the pankow styles partly -->
<link type="text/css" rel="stylesheet" href="./src/theme.scss">
<script type="text/ng-template" id="notification.html">
<div class="ui-notification">
@@ -200,7 +203,10 @@
</div>
</nav>
<div ng-view id="ng-view" class="layout-content"></div>
<div style="display: flex; flex-direction: column; flex-grow: 1; overflow: auto;">
<div ng-view id="ng-view" class="layout-content"></div>
<div id="vueapp" style="background: white;"></div>
</div>
<footer class="text-center ng-cloak">
<span class="text-muted" ng-bind-html="config.footer | markdown2html"></span>