Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
17:a08749ce4cb6
Parent:
16:0edbb832ffcc
Child:
29:4d649264d6b6
--- a/http-fault-html.c	Wed Jan 02 17:47:35 2019 +0000
+++ b/http-fault-html.c	Sat Jan 05 18:11:38 2019 +0000
@@ -20,6 +20,8 @@
     PageAddLabelledValue("Fault type", 17, text);
     if (faultType)
     {
+        FaultZoneToString(FaultZoneGet(), sizeof(text), text);
+        PageAddLabelledValue("Fault zone", 17, text);
         PageAddLabelledInt("After point", 17, FaultPointGet());
         PageAddCheckInput("/fault", "Clear fault", "faultclear", "clear");
     }