adding status 'damaged'

This commit is contained in:
Janis Steiner
2024-09-20 18:00:20 +01:00
parent ba703093a6
commit 677211c95e

View File

@@ -355,7 +355,7 @@ function load_user()
echo("<h5 class='card-title'>Drucker $printer_id</h5>"); echo("<h5 class='card-title'>Drucker $printer_id</h5>");
echo("</div>"); echo("</div>");
echo("<div class='card-body'>"); echo("<div class='card-body'>");
echo("<iframe height='230px' scrolling='no' width='100%' src='/app/webcam.php?printer_id=$printer_id&username=".$_SESSION["username> echo("<iframe height='230px' scrolling='no' width='100%' src='/app/webcam.php?printer_id=$printer_id&username=".$_SESSION["username"]."&url=$url&rotation=$rotation'></iframe>");
echo("<table class='table table-borderless'>"); echo("<table class='table table-borderless'>");
echo("<thead>"); echo("<thead>");
echo("<tr><td>Status</td><td style='color:red'>Problem / nicht Betriebsbereit</td></tr>"); echo("<tr><td>Status</td><td style='color:red'>Problem / nicht Betriebsbereit</td></tr>");