diff --git a/app/static/app.js b/app/static/app.js
index 8b80216..3d9c5b2 100644
--- a/app/static/app.js
+++ b/app/static/app.js
@@ -969,6 +969,7 @@
html += '
' + s.bad_blocks + ' bad block(s) found
';
}
html += '';
+ });
} else {
html += 'No stage data yet.
';
}
diff --git a/app/templates/settings.html b/app/templates/settings.html
index 55f555b..2578e06 100644
--- a/app/templates/settings.html
+++ b/app/templates/settings.html
@@ -312,6 +312,13 @@
+
+
+
+
⚠ Container restart required — system settings are saved but won't take effect until you restart the app container:
+
docker compose restart app
+
Run this on maple.local from ~/docker/stacks/truenas-burnin/
+