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

Show print state

parent c14de1c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
      <template v-slot:activator="{ on }">
        <v-card-text align="left" :v-show="show_print_state()" v-on="on">
          <v-icon color="grey">mdi-clock-time-four</v-icon>
          &nbsp;{{ this.print_state() }}
          &nbsp;{{ print_state }}
        </v-card-text>
      </template>
      <span>État de l'impression</span>