dashboard: inline svgs + css for better forward auth (#771)

This commit is contained in:
Caleb Doxsey 2020-05-25 11:12:40 -06:00 committed by GitHub
parent 727d4bed9d
commit 7b96d2de66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 50 additions and 8 deletions

View file

@ -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>