summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-31 12:23:58 +0100
committerSimon Rettberg2019-10-31 12:23:58 +0100
commit8689a3e69ac6815d53cff72cd2d48b5932aa3dcf (patch)
tree118d568e9e130c95725d55b727ec93dac2df92e4
parent[locations] Update translations (diff)
downloadslx-admin-8689a3e69ac6815d53cff72cd2d48b5932aa3dcf.tar.gz
slx-admin-8689a3e69ac6815d53cff72cd2d48b5932aa3dcf.tar.xz
slx-admin-8689a3e69ac6815d53cff72cd2d48b5932aa3dcf.zip
[statistics] Show X for faulty room plan
-rw-r--r--modules-available/statistics/templates/machine-main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index e49438eb..b1602239 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -96,7 +96,7 @@
<td>
<a href="?do=roomplanner&amp;locationid={{locationid}}" target="_blank"
onclick="window.open(this.href, '_blank', 'toolbar=0,scrollbars,resizable');return false">
- <img src="api.php?do=roomplanner&amp;show=svg&amp;locationid={{locationid}}&amp;machineuuid={{machineuuid}}"/>
+ <img src="api.php?do=roomplanner&amp;show=svg&amp;locationid={{locationid}}&amp;machineuuid={{machineuuid}}&amp;fallback=1"/>
</a>
</td>
</tr>