mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
Remove spurious </ul> tags (#2946)
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
parent
6da57c4499
commit
6574926c42
1 changed files with 0 additions and 5 deletions
|
@ -54,7 +54,6 @@
|
|||
<div class="category-header clearfix">
|
||||
<span class="category-title">Session Details</span>
|
||||
</div>
|
||||
</ul>
|
||||
{{if .Session}}
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -107,7 +106,6 @@
|
|||
</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</ul>
|
||||
{{if .Session}}
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -148,9 +146,7 @@
|
|||
<div class="box-inner">
|
||||
<div class="category-header clearfix">
|
||||
<span class="category-title">Groups</span>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
{{if .DirectoryGroups}}
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -185,7 +181,6 @@
|
|||
<span class="category-title">Current Session Device Credentials</span>
|
||||
<span class="experimental-icon"> </span>
|
||||
</div>
|
||||
</ul>
|
||||
{{if .CurrentDeviceCredentials}}
|
||||
<table>
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue