Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jupyter4nfdi
frontend
Commits
440cbf0c
Commit
440cbf0c
authored
7 months ago
by
Tim Kreuzer
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' into 'production'
Staging See merge request
!8
parents
0664ec19
d38a7fb5
No related branches found
No related tags found
1 merge request
!8
Staging
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/header.html
+1
-3
1 addition, 3 deletions
templates/header.html
templates/login.html
+5
-5
5 additions, 5 deletions
templates/login.html
with
6 additions
and
8 deletions
templates/header.html
+
1
−
3
View file @
440cbf0c
...
...
@@ -8,8 +8,6 @@
<li><a
class=
"dropdown-item disabled text-black"
>
{{ auth_state.get("last_login") }}
</a></li>
<li><hr
class=
"dropdown-divider"
></li>
{%- endif -%}
<li><a
class=
"dropdown-item text-decoration-none"
href=
"{{ base_url }}2FA"
>
2-Factor Authentication
</a></li>
<li><hr
class=
"dropdown-divider"
></li>
<li>
<button
id=
"logout"
class=
"dropdown-item"
>
<svg
class=
"align-middle"
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
fill=
"currentColor"
class=
"bi bi-box-arrow-right"
viewBox=
"0 0 16 16"
>
...
...
@@ -40,7 +38,7 @@
{#- {%- else %}-#}
{#-
<li
class=
"nav-item"
><a
id=
"{{prefix}}start-nav-item"
class=
"nav-link text-decoration-none"
href=
"{{ base_url }}login"
>
Login
</a></li>
-#}
<li
class=
"nav-item"
><a
id=
"{{prefix}}status-nav-item"
class=
"nav-link text-decoration-none"
target=
"_blank"
href=
"https://status.jsc.fz-juelich.de/"
>
JSC Status
</a></li>
<li
class=
"nav-item"
><a
id=
"{{prefix}}docs-nav-item"
class=
"nav-link text-decoration-none"
target=
"_blank"
href=
"https://docs.
jupyter.jsc.fz-juelich.de/github/FZJ-JSC/jupyter-jsc-notebooks/blob/documentation/index.ipynb
"
>
Documentation
</a></li>
<li
class=
"nav-item"
><a
id=
"{{prefix}}docs-nav-item"
class=
"nav-link text-decoration-none"
target=
"_blank"
href=
"https://docs.
hub.nfdi-jupyter.de
"
>
Documentation
</a></li>
<li
class=
"nav-item"
><a
id=
"{{prefix}}links-nav-item"
class=
"nav-link text-decoration-none"
href=
"{{ base_url }}links"
>
More Links
</a></li>
{%- endif %}
</div>
...
...
This diff is collapsed.
Click to expand it.
templates/login.html
+
5
−
5
View file @
440cbf0c
...
...
@@ -64,16 +64,16 @@
<!-- <img src='{{static_url("images/pages/login/User.svg", include_version=False) }}'/> -->
Sign In
</a>
<!--
</div>
<p class="fs-6 fw-light text-dark
align-self-end text-center">No account yet?
<a href="https://
docs.{{hostname}}/github/FZJ-JSC/
jupyter
-
jsc
-notebooks/blob/documentation/01-Introduction/03-Login-to-Jupyter-JSC.ipynb
" target="_blank">
</div>
<p
class=
"fs-6 fw-light text-dark
text-center"
>
<a
href=
"https://jupyterjsc
.pages.jsc.fz-juelich.de/docs/jupyter4nfdi/authentication/
"
target=
"_blank"
>
Help
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
fill=
"currentColor"
class=
"bi bi-question-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z"
/>
</svg>
</a>
</p>
</div>
-->
</div>
</div>
</div>
</div>
...
...
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