bugfix: cancelled status panel show wrong values

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-08-03 20:42:37 +02:00
parent 4cb68488b7
commit 74cb2384e1

View File

@ -143,7 +143,7 @@
</v-col>
</v-row>
</v-container>
<template v-if="['printing', 'paused', 'error'].includes(printer_state)">
<template v-if="['printing', 'paused', 'error', 'cancelled'].includes(printer_state)">
<v-divider class="my-0"></v-divider>
<v-container class="py-0">
<v-row class="text-center py-5" align="center">