Add skeleton loading to printer cards

Contributes to CL-1157
This commit is contained in:
Ian Paschal 2019-01-08 14:27:54 +01:00
parent 4dbab88792
commit e81742d296
10 changed files with 192 additions and 84 deletions

View file

@ -54,7 +54,7 @@ UM.Dialog
wrapMode: Text.WordWrap
text:
{
if (!printer.activePrintJob)
if (!printer || !printer.activePrintJob)
{
return ""
}