diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-14 01:24:40 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-14 01:24:40 +0100 |
| commit | 08a3fb8a2b0281c3c329b33215ec7f8866add606 (patch) | |
| tree | ff8a5413449ea198bc063bf0099fc025ea49c82b /web/command/html/site.go | |
| parent | 684787bcb72aece2aa914597a3bc8788432e66f7 (diff) | |
Add authentication and ability to change host
Diffstat (limited to 'web/command/html/site.go')
| -rw-r--r-- | web/command/html/site.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/command/html/site.go b/web/command/html/site.go index 7616e6b..7da9dc0 100644 --- a/web/command/html/site.go +++ b/web/command/html/site.go @@ -26,6 +26,7 @@ func SitePage(mainConfig *config.MainConfig, site *site.Site) Node { navButton("Upload new version", "upload"), navButton("Set flags", "flags"), + navButton("Change host", "host"), navButton("Delete site", "delete"), ), ), |
