Fix ABB.html empty jobs path

This commit is contained in:
Aarni Halinen
2018-02-01 15:53:04 +02:00
parent 52613ba7d4
commit 45b27e3ac9
+1 -1
View File
@@ -28,6 +28,6 @@
<!-- If there are no jobs, show a static image --> <!-- If there are no jobs, show a static image -->
<div class="row" ng-if="jobs.length == 0"> <div class="row" ng-if="jobs.length == 0">
<img src="/static/img/ABB_uralle.png" style="position:absolute;left:0;top:0;width:100vw;"> <img src="/static/infoscreen/img/ABB_uralle.png" style="position:absolute;left:0;top:0;width:100vw;">
</div> </div>
</div> </div>