oyq28 1 рік тому
батько
коміт
a16c052d27
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/main/resources/static/admin/bigScreen/index.html

+ 1 - 1
src/main/resources/static/admin/bigScreen/index.html

@@ -118,7 +118,7 @@
                                 <thead>
                                 <tr>
                                     <th>${device.deviceState}</th>
-                                    <th>${device.deviceWorkState}</th>
+                                    <th>${device.deviceWorkState == null ? '' : device.deviceWorkState}</th>
                                 </tr>
                                 </thead>
                                 <tbody>