remove debug output in gcode-files
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
baa25c4bcd
commit
90343478a7
@ -193,7 +193,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</td>
|
</td>
|
||||||
<td class=" ">{{ item.filename }} {{ getJobStatus(item) }}</td>
|
<td class=" ">{{ item.filename }}</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<v-tooltip top v-if="getJobStatus(item)">
|
<v-tooltip top v-if="getJobStatus(item)">
|
||||||
<template v-slot:activator="{ on, attrs }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user