adding system status

This commit is contained in:
Janis Steiner
2024-09-20 18:12:03 +01:00
parent 64c8fad37d
commit efd6f30d40
3 changed files with 17 additions and 13 deletions

View File

@@ -359,8 +359,6 @@ function load_user()
echo("<table class='table table-borderless'>");
echo("<thead>");
echo("<tr><td>Status</td><td style='color:red'>Problem / nicht Betriebsbereit</td></tr>");
if(!empty($filament_color) && $filament_color!=NULL)
echo("<tr><td>Filamentfarbe</td><td >$filament_color</td></tr>");
echo("</thead>");
echo("</table>");
echo("</div>");