Verified Commit 47575391 authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Show print progress x3

parent 2c9d7c80
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
    <v-tooltip left>
      <template v-slot:activator="{ on }">
        <v-card-text align="left" v-show="show_recup()" v-on="on">
          <v-icon color="grey">mdi-clock-time-four</v-icon>
          <v-icon color="grey">mdi-fingerprint</v-icon>
          &nbsp;{{ recup_id }}
        </v-card-text>
      </template>
@@ -88,7 +88,7 @@
    <v-tooltip left>
      <template v-slot:activator="{ on }">
        <v-card-text align="left" v-show="show_print_state()" v-on="on">
          <v-icon color="green">mdi-fingerprint</v-icon>
          <v-icon color="green">mdi-clock-time-four</v-icon>
          &nbsp;{{ print_state() }}
        </v-card-text>
      </template>
@@ -225,7 +225,7 @@ export default {
      });
    },
    show_print_state() {
      return this.state == 7
      return this.status == 7
    },
    toggle_object() {
      this.show_stl = !this.show_stl;