fix: hide SystemPanel.vue if klipper is not connected/ready

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2021-12-05 13:10:15 +01:00
parent dd3c897b75
commit fe264e6142

View File

@@ -5,7 +5,7 @@
</style>
<template>
<div>
<div v-if="klipperReadyForGui">
<panel :title="$t('Machine.SystemPanel.SystemLoad')" icon="mdi-memory" card-class="machine-systemload-panel" :collapsible="true">
<v-card-text class="px-0 py-2">
<div v-for="(mcu, index) of mcus" v-bind:key="mcu.name">