mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 18:54:37 +03:00
show goversion and goos/goarch on admin page
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
// From HTML.
|
||||
declare let page: HTMLElement
|
||||
declare let moxversion: string
|
||||
declare let moxgoversion: string
|
||||
declare let moxgoos: string
|
||||
declare let moxgoarch: string
|
||||
|
||||
const login = async (reason: string) => {
|
||||
return new Promise<string>((resolve: (v: string) => void, _) => {
|
||||
|
Reference in New Issue
Block a user