Add preview of image of services in visual console. Tiquet: #2544
This commit is contained in:
parent
66ebc1cabb
commit
9ca0307742
|
@ -2691,6 +2691,8 @@ function showPreview(image) {
|
||||||
case 'icon':
|
case 'icon':
|
||||||
showPreviewIcon(image);
|
showPreviewIcon(image);
|
||||||
break;
|
break;
|
||||||
|
case 'service':
|
||||||
|
showPreviewIcon(image);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue