Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
9841f6cb
Commit
9841f6cb
authored
6 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Improve statmeta template
parent
4ea81c64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/statistics/templates/statmeta.twig
+3
-2
3 additions, 2 deletions
modules/statistics/templates/statmeta.twig
with
3 additions
and
2 deletions
modules/statistics/templates/statmeta.twig
+
3
−
2
View file @
9841f6cb
...
@@ -6,14 +6,15 @@
...
@@ -6,14 +6,15 @@
{%
endblock
%}
{%
endblock
%}
{%
block
content
%}
{%
block
content
%}
<h2>
{{
pagetitle
}}
</h2>
<table
id=
"statmeta"
>
<table
id=
"statmeta"
>
{%
if
metadata
is
defined
%}
{%
if
metadata
is
defined
%}
{%
if
metadata.lastrun
is
defined
%}
{%
if
metadata.lastrun
is
defined
%}
<tr><td>
Aggregator last run at
</td><td>
{{
metadata.lastrun
}}
</td></tr>
<tr><td>
Aggregator last run at
</td><td>
{{
metadata.lastrun
|
date
}}
</td></tr>
{%
endif
%}
{%
endif
%}
{%
if
metadata.notBefore
is
defined
%}
{%
if
metadata.notBefore
is
defined
%}
<tr><td>
Aggregated data until
</td><td>
{{
metadata.notBefore
}}
</td></tr>
<tr><td>
Aggregated data until
</td><td>
{{
metadata.notBefore
|
date
}}
</td></tr>
{%
endif
%}
{%
endif
%}
{%
if
metadata.memory
is
defined
%}
{%
if
metadata.memory
is
defined
%}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment