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
Xavier Bachelot
lemonldap-ng
Commits
6d7c50ce
Commit
6d7c50ce
authored
Nov 06, 2018
by
Christophe Maudoux
Browse files
Improve Login History display (
#1501
)
parent
4e53ee31
Changes
2
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Display.pm
View file @
6d7c50ce
...
...
@@ -539,6 +539,7 @@ sub mkSessionArray {
ip
=>
$session
->
{
ipAddr
},
values
=>
[
map
{
{
v
=>
$session
->
{
$_
}
}
}
@fields
],
error
=>
$session
->
{
error
},
displayError
=>
$displayError
,
}
}
@$sessions
],
...
...
lemonldap-ng-portal/site/templates/bootstrap/sessionArray.tpl
View file @
6d7c50ce
...
...
@@ -28,7 +28,7 @@
<TMPL_LOOP
NAME=
"values"
>
<td><TMPL_VAR
NAME=
"v"
></td>
</TMPL_LOOP>
<TMPL_IF
NAME=
"
e
rror"
>
<TMPL_IF
NAME=
"
displayE
rror"
>
<td
trspan=
"PE<TMPL_VAR NAME="
error
"
>
">PE
<TMPL_VAR
NAME=
"error"
></td>
</TMPL_IF>
</tr>
...
...
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