mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +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
|
@ -17,7 +17,7 @@
|
|||
{{else}}
|
||||
<img
|
||||
class="icon"
|
||||
src="/.pomerium/assets/img/account_circle-24px.svg"
|
||||
src="{{dataURL "/.pomerium/assets/img/account_circle-24px.svg"}}"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
{{end}}
|
||||
|
@ -198,7 +198,7 @@
|
|||
<h2>Sign-in-as</h2>
|
||||
<img
|
||||
class="icon"
|
||||
src="/.pomerium/assets/img/supervised_user_circle-24px.svg"
|
||||
src="{{dataURL "/.pomerium/assets/img/supervised_user_circle-24px.svg"}}"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue