feature: show/hide columns in G-Code-Files
Signed-off-by: meteyou <meteyou@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user