fix(ui): show PULSE_PUBLIC_URL value in settings and expand node tables to full width (#1305, #1304)

Expose PublicURL from runtime config in the system settings API response
so the frontend displays the actual value instead of the placeholder when
the env var is set.

Add w-full to PVE, PBS, and PMG node tables so they expand to fill the
container in full-width mode.
This commit is contained in:
rcourtman 2026-03-01 14:42:30 +00:00
parent c575c7e295
commit b1ff7e006f
2 changed files with 5 additions and 3 deletions

View file

@ -431,6 +431,8 @@ func (h *SystemSettingsHandler) HandleGetSystemSettings(w http.ResponseWriter, r
settings.TemperatureMonitoringEnabled = h.config.TemperatureMonitoringEnabled
// Expose Docker update actions setting (respects env override)
settings.DisableDockerUpdateActions = h.config.DisableDockerUpdateActions
// Expose public URL so the frontend can display it when env-overridden
settings.PublicURL = h.config.PublicURL
}
// Include env override information