mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-17 08:38:15 +02:00
dashboard: inline svgs + css for better forward auth (#771)
This commit is contained in:
parent
727d4bed9d
commit
7b96d2de66
6 changed files with 50 additions and 8 deletions
|
@ -6,6 +6,11 @@
|
|||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/.pomerium/assets/style/main.css"
|
||||
href="{{dataURL "/.pomerium/assets/style/main.css"}}"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="{{dataURL "/.pomerium/assets/img/account_circle-24px.svg"}}"
|
||||
/>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue