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
b300510d
Commit
b300510d
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Style cron-list
parent
c895c147
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/cron/templates/croninfo.twig
+7
-3
7 additions, 3 deletions
modules/cron/templates/croninfo.twig
modules/cron/www/assets/css/cron.css
+3
-0
3 additions, 0 deletions
modules/cron/www/assets/css/cron.css
with
10 additions
and
3 deletions
modules/cron/templates/croninfo.twig
+
7
−
3
View file @
b300510d
{%
set
pagetitle
=
'Cron result page'
|
trans
%}
{%
set
pagetitle
=
'Cron result page'
|
trans
%}
{%
extends
"base.twig"
%}
{%
extends
"base.twig"
%}
{%
block
preload
%}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
{{
baseurlpath
}}
assets/css/cron.css"
>
{%
endblock
%}
{%
block
content
%}
{%
block
content
%}
<h2>
{{
'Cron result page'
|
trans
}}
</h2>
<h2>
{{
'Cron result page'
|
trans
}}
</h2>
<p>
{{
'Cron is a way to run things regularly on unix systems.'
|
trans
}}
<br
/><br
/></p>
<p>
{{
'Cron is a way to run things regularly on unix systems.'
|
trans
}}
<br
/><br
/></p>
<p>
{{
'Here is a suggestion for a crontab file:'
|
trans
}}
<br
/><br
/></p>
<p>
{{
'Here is a suggestion for a crontab file:'
|
trans
}}
<br
/><br
/></p>
<div
class=
"code-box code-box-content"
>
<div
class=
"code-box code-box-content"
>
<code>
<code
id=
"cronlist"
>
{%
for
url
in
urls
%}
{%
for
url
in
urls
%}
#
{{
'Run cron:'
|
trans
}}
[
{{
url.tag
}}
]
<br
/>
#
{{
'Run cron:'
|
trans
}}
[
{{
url.tag
}}
]
<br
/>
{{
url.int
}}
curl --silent "
{{
url.href
}}
" > /dev/null 2>
&
1
<br
/>
{{
url.int
}}
curl --silent "
{{
url.href
}}
" > /dev/null 2>
&
amp;
1
<br
/>
{%
endfor
%}
{%
endfor
%}
</code></div><br
/>
</code></div><br
/>
...
...
This diff is collapsed.
Click to expand it.
modules/cron/www/assets/css/cron.css
0 → 100644
+
3
−
0
View file @
b300510d
code
#cronlist
{
font-size
:
0.8vw
;
}
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