mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
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:
parent
c575c7e295
commit
b1ff7e006f
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue