mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-21 21:17:13 +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
|
@ -12,7 +12,7 @@
|
|||
<div class="card-header">
|
||||
<img
|
||||
class="icon"
|
||||
src="/.pomerium/assets/img/error-24px.svg"
|
||||
src="{{dataURL "/.pomerium/assets/img/error-24px.svg"}}"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
<h2>{{.StatusText}}</h2>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<div class="card-footer">
|
||||
<a href="https://www.pomerium.io">
|
||||
<img
|
||||
src="/.pomerium/assets/img/pomerium_circle_96.svg"
|
||||
src="{{dataURL "/.pomerium/assets/img/pomerium_circle_96.svg"}}"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="icon"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue