Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaotikum
website
Commits
37846f29
Commit
37846f29
authored
4 months ago
by
Lukas Ruge
Browse files
Options
Downloads
Patches
Plain Diff
wartungsdinge verbessern
parent
cacecf20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32723
passed
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/nav-header.html
+2
-2
2 additions, 2 deletions
_includes/nav-header.html
maintenance.md
+22
-0
22 additions, 0 deletions
maintenance.md
with
24 additions
and
2 deletions
_includes/nav-header.html
+
2
−
2
View file @
37846f29
...
...
@@ -88,13 +88,13 @@ function nextevent() {
if
(
$
(
"
#nextmaintenance
"
).
text
().
trim
().
length
)
{
$
(
"
#maintenance_soon
"
).
css
(
"
border
"
,
"
3px solid #FFBF00
"
);
//
$("#maintenance_soon").append("
<
div
style
=
'
text-align: right;
'
><
a
href
=
'
https://chaotikum.org/
events
/
'
target
=
'
_blank
'
style
=
'
color: #EAEAEA;
'
>
Kalender
<
/a></
div
>
"
);
$
(
"
#maintenance_soon
"
).
append
(
"
<div style='text-align: right;'><a href='https://chaotikum.org/
maintenance
/' target='_blank' style='color: #EAEAEA;'>Kalender</a></div>
"
);
}
else
{
$
(
"
maintenance_soon
"
).
hide
();
}
if
(
$
(
"
#nextmaintenance_mobile
"
).
text
().
trim
().
length
)
{
$
(
"
#maintenance_soon_mobile
"
).
css
(
"
border
"
,
"
3px solid #FFBF00
"
);
//
$(
"
#maintenance_soon_mobile
"
).append(
"
<
div
style
=
'
text-align: right;
'
><
a
href
=
'
https://chaotikum.org/
events
/
'
target
=
'
_blank
'
style
=
'
color: #EAEAEA;
'
>
Kalender
<
/a></
div
>
"
);
$
(
"
#maintenance_soon_mobile
"
).
append
(
"
<div style='text-align: right;'><a href='https://chaotikum.org/
maintenance
/' target='_blank' style='color: #EAEAEA;'>Kalender</a></div>
"
);
}
else
{
$
(
"
maintenance_soon_mobile
"
).
hide
();
}
...
...
This diff is collapsed.
Click to expand it.
maintenance.md
0 → 100644
+
22
−
0
View file @
37846f29
---
layout
:
wartung
collectionpage
:
maintenance
permalink
:
/maintenance/
aside
:
false
---
Du kannst den
[
🗓 Kalender
](
{{
site.url }}/maintenance.ics) abonieren!
## Kalender für spezifische Komponenten
<ul>
{%- for availability in site.availability -%}
{%- for device in site.inventory -%}
{% if device.layout == "infra" -%}
{%- if availability.device == device.uid -%}
{%- assign realslug = device.url | split:'/' | last -%}
<li><a
href=
"{{ site.url }}{{device.url}}"
>
{{device.name}}
</a>
(
<a
href=
"{{ site.url }}/availability/{{realslug}}/availability.ics"
>
🗓
</a>
)
</li>
{%- endif -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
</ul>
\ No newline at end of file
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