Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Monteiro
lemonldap-ng
Commits
10126d76
Commit
10126d76
authored
Sep 20, 2021
by
Christophe Maudoux
Browse files
Switch rules and headers (
#2458
)
parent
c3151cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/site/templates/bootstrap/checkdevops.tpl
View file @
10126d76
...
...
@@ -2,27 +2,27 @@
<div
id=
"errorcontent"
class=
"container"
>
<div
class=
"alert <TMPL_VAR NAME="
ALERTE
"
>
alert">
<div
class=
"text-center"
><span
trspan=
"<TMPL_VAR NAME="
MSG
"
>
">
</span></div></div>
<TMPL_IF
NAME=
"
HEADER
S"
>
<TMPL_IF
NAME=
"
RULE
S"
>
<div
class=
"row"
>
<div
class=
"card col border-secondary"
>
<div
class=
"text-center bg-light text-dark"
><b><span
trspan=
"
headers"
>
HEADER
S
</span></b></div>
<div
class=
"text-center bg-light text-dark"
><b><span
trspan=
"
rules"
>
RULE
S
</span></b></div>
<br>
<div
class=
"font-weight-bold"
>
<TMPL_LOOP
NAME=
"
HEADER
S"
>
<TMPL_VAR
NAME=
"
key
"
>
:
<TMPL_VAR
NAME=
"
value"
><br/>
<TMPL_LOOP
NAME=
"
RULE
S"
>
<TMPL_VAR
NAME=
"
uri
"
>
:
<span
trspan=
"
<TMPL_VAR NAME="
access
"
>
">
<TMPL_VAR
NAME=
"access"
></span
><br/>
</TMPL_LOOP>
</div>
</div>
</div>
</TMPL_IF>
<TMPL_IF
NAME=
"
RULE
S"
>
<TMPL_IF
NAME=
"
HEADER
S"
>
<div
class=
"row"
>
<div
class=
"card col border-secondary"
>
<div
class=
"text-center bg-light text-dark"
><b><span
trspan=
"
rules"
>
RULE
S
</span></b></div>
<div
class=
"text-center bg-light text-dark"
><b><span
trspan=
"
headers"
>
HEADER
S
</span></b></div>
<br>
<div
class=
"font-weight-bold"
>
<TMPL_LOOP
NAME=
"
RULE
S"
>
<TMPL_VAR
NAME=
"
uri
"
>
:
<span
trspan=
"
<TMPL_VAR NAME="
access
"
>
">
<TMPL_VAR
NAME=
"access"
></span
><br/>
<TMPL_LOOP
NAME=
"
HEADER
S"
>
<TMPL_VAR
NAME=
"
key
"
>
:
<TMPL_VAR
NAME=
"
value"
><br/>
</TMPL_LOOP>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment