v1.6 released

This commit is contained in:
carodej
2020-05-28 13:00:54 +02:00
parent a76d1dec3b
commit 252b6fd0bf
63 changed files with 1205 additions and 938 deletions
+5 -3
View File
@@ -1,11 +1,11 @@
<template>
<section id="viewport">
<ContentSidebar>
<ContentSidebar v-if="false">
<!--Locations-->
<ContentGroup :title="$t('admin_menu.admin_label')" class="navigator">
<div class="menu-list-wrapper">
<div class="menu-list-wrapper vertical">
<router-link :to="{name: 'Users'}" class="menu-list-item link">
<div class="icon">
<users-icon size="17"></users-icon>
@@ -18,7 +18,9 @@
</ContentGroup>
</ContentSidebar>
<router-view/>
<keep-alive :include="['Users']">
<router-view/>
</keep-alive>
</section>
</template>