feature: show/hide columns in G-Code-Files

Signed-off-by: meteyou <meteyou@gmail.com>
This commit is contained in:
meteyou
2020-11-08 18:29:31 +01:00
parent fefabb1ef7
commit 616f84edbe
7 changed files with 18405 additions and 148 deletions

View File

@@ -17,7 +17,7 @@
>
<div id="nav-header">
<img :src="require('./assets/logo.svg')" />
<v-toolbar-title>{{ printername != "" ? printername : hostname }}</v-toolbar-title>
<v-toolbar-title>{{ printername !== "" ? printername : hostname }}</v-toolbar-title>
</div>
<ul class="navi" :expand="$vuetify.breakpoint.mdAndUp">
<li v-for="(category, index) in routes" :key="index" :prepend-icon="category.icon"