Update Job and Printer models to change 'info' color to 'processing' for printing count.
This commit is contained in:
parent
2bbb068621
commit
a0e09508f4
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user