mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 08:57:18 +02:00
core/ui: fix page title (#4957)
* core/ui: fix page title * cache template
This commit is contained in:
parent
76862c2fe8
commit
c6d1f17100
9 changed files with 56 additions and 31 deletions
|
@ -7,10 +7,8 @@ import (
|
|||
"io/fs"
|
||||
)
|
||||
|
||||
var (
|
||||
// ExtUIFS must be set to provide access to UI dist/ files
|
||||
ExtUIFS fs.FS
|
||||
)
|
||||
// ExtUIFS must be set to provide access to UI dist/ files
|
||||
var ExtUIFS fs.FS
|
||||
|
||||
func openFile(name string) (f fs.File, etag string, err error) {
|
||||
if ExtUIFS == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue