mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #365] [MERGED] v0.3.23 #patch #415
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/365
Author: @lts-rad
Created: 9/7/2024
Status: ✅ Merged
Merged: 9/7/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
c5aa10d[superd] Fix tags pagination06d20ab[ui] [wifi] Only display green border for authorized devicese86d267[ui] Warn about devices trying to associate but can't authorize6afd61f[ui] Update connection warning to better support mesh689dda7[ui] Update to utc timea29aeb9[api] Make the syncDevices call async535e243[api] Reply that sync was requested in syncDevices67daf93[api] [backups] Ensure DHCP page shows the restored backup rangea541da7[superd] Add docker ps call14364b3[api] add dockerPS call📊 Changes
14 files changed (+355 additions, -30 deletions)
View changed files
📝
RELEASE-NOTES.md(+18 -0)📝
api/code/api.go(+41 -10)📝
api/code/dhcp.go(+12 -1)📝
api/code/firewall.go(+2 -1)📝
api/code/plugins.go(+62 -0)📝
frontend/src/components/Dashboard/DNSMetricsWidgets.js(+4 -1)➕
frontend/src/components/Dashboard/HealthCheck.js(+89 -0)📝
frontend/src/components/Devices/Device.js(+14 -10)📝
frontend/src/components/Wifi/WifiHostapd.js(+3 -1)📝
frontend/src/views/Devices/ConnectDevice.js(+1 -1)📝
frontend/src/views/Devices/Devices.js(+43 -2)📝
frontend/src/views/Home.js(+2 -0)📝
frontend/src/views/System/SystemInfo.js(+27 -1)📝
superd/code/superd.go(+37 -2)📄 Description
v0.3.23
Improvements
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.