Update Job and Printer models to change 'info' color to 'processing' for printing count.

This commit is contained in:
Tom Butcher 2025-12-27 13:55:07 +00:00
parent 2bbb068621
commit a0e09508f4
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ export const Job = {
name: 'printing.count', name: 'printing.count',
label: 'Printing', label: 'Printing',
type: 'number', type: 'number',
color: 'info' color: 'processing'
}, },
{ {
name: 'failed.count', name: 'failed.count',

View File

@ -378,7 +378,7 @@ export const Printer = {
name: 'printing.count', name: 'printing.count',
label: 'Printing', label: 'Printing',
type: 'number', type: 'number',
color: 'info' color: 'processing'
}, },
{ {
name: 'error.count', name: 'error.count',