mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-02 07:07:49 -04:00
bring UI in this repo
This commit is contained in:
committed by
Pierre Dubouilh
parent
08ec485e78
commit
0a77b08552
+4
-4
@@ -8,16 +8,16 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
//go:embed gossa-ui/script.js
|
||||
//go:embed ui/script.js
|
||||
var scriptJs string
|
||||
|
||||
//go:embed gossa-ui/style.css
|
||||
//go:embed ui/style.css
|
||||
var styleCss string
|
||||
|
||||
//go:embed gossa-ui/favicon.svg
|
||||
//go:embed ui/favicon.svg
|
||||
var faviconSvg []byte
|
||||
|
||||
//go:embed gossa-ui/ui.tmpl
|
||||
//go:embed ui/ui.tmpl
|
||||
var templateStr string
|
||||
|
||||
// fill in template
|
||||
|
||||
Reference in New Issue
Block a user