[Project] Small fixes in webapp archetype

This commit is contained in:
Robert von Burg 2020-04-02 12:20:39 +02:00
parent 0bc734b118
commit 434358b7cb
2 changed files with 4 additions and 3 deletions

View File

@ -6,12 +6,13 @@
<link rel="import" href="../bower_components/strolch-wc-inspector/strolch-wc-inspector-menu.html">
<link rel="import" href="./c-compute-behavior.html">
<link rel="import" href="styles/c-app-style.html">
<link rel="import" href="behaviors/c-compute-behavior.html">
<dom-module id="c-app-menu">
<template>
<style is="custom-style">
<style is="custom-style" include="c-app-style">
paper-menu {
--paper-menu-selected-item: {

View File

@ -86,7 +86,7 @@
<!-- Routing -->
<c-app-routing id="appRouting"
login-page="login"
default-page="maintenance"
default-page="inspector"
auth-valid="[[authTokenValid]]"
page="{{page}}"
route-tail="{{routeTail}}"