feature: add M117 output to status panel in standby mode

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2021-04-05 18:37:14 +02:00
parent 31ababd23d
commit b2a953f79a

View File

@@ -64,6 +64,16 @@
</v-btn>
</v-item-group>
</v-toolbar>
<template v-if="current_filename === '' && display_message !== null">
<v-container>
<v-row>
<v-col class="pr-0 py-2">
<h3 class="font-weight-regular">{{ display_message }}</h3>
</v-col>
</v-row>
</v-container>
<v-divider class="mt-0 mb-0" ></v-divider>
</template>
<v-container v-if="current_filename ">
<v-row>
<v-col class="col-auto pr-0 py-2">