From 393c8746a0ca1a9ea0753aba9a8490c6359242c7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 25 Sep 2020 18:11:50 -0400 Subject: [PATCH] Show print completion percentage, fix progress bar maximum --- src/PrinterCard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/PrinterCard.vue b/src/PrinterCard.vue index e244590..cefe38c 100644 --- a/src/PrinterCard.vue +++ b/src/PrinterCard.vue @@ -7,11 +7,13 @@
Job File Name: {{ status.job.file.name || 'None' }}
Job Completion: + {{ status.progress.completion }}% - {{ status.progress.completion }} + {{ status.progress.completion }}% -