EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
d7e2e31c
Commit
d7e2e31c
authored
4 years ago
by
Fabian Schindler
Browse files
Options
Downloads
Patches
Plain Diff
Making index HTML header and title configurable
parent
d9c7a0dc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!55
Production release 1.2.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chart/files/index.html
+3
-3
3 additions, 3 deletions
chart/files/index.html
with
3 additions
and
3 deletions
chart/files/index.html
+
3
−
3
View file @
d7e2e31c
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=UTF-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
PRISM View Server
</title>
<title>
{{ .Values.config.client.header | default "
PRISM View Server
" }}
</title>
<link
rel=
"icon"
href=
"//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-192x192.png"
sizes=
"192x192"
/>
<link
rel=
"icon"
href=
"//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-192x192.png"
sizes=
"192x192"
/>
<link
rel=
"apple-touch-icon-precomposed"
href=
"//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-180x180.png"
/>
<link
rel=
"apple-touch-icon-precomposed"
href=
"//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-180x180.png"
/>
</head>
</head>
<body>
<body>
<header
id=
"header"
style=
"width: 100%; height:70px;"
>
<header
id=
"header"
style=
"width: 100%; height:70px;"
>
<h3
style=
"width:100%;text-align:center;
<h3
style=
"width:100%;text-align:center;
color: #006699;"
>
PRISM View Server (PVS) Client powered by
color: #006699;"
>
<a
href=
"//eox.at"
><img
src=
"//eox.at/wp-content/uploads/2017/09/EOX_Logo.svg"
alt=
"EOX"
style=
"height:25px;margin-left:10px"
/></a>
{{ .Values.config.client.header | default "PRISM View Server (PVS) Client powered by
<a
href=
\
"//eox.at
\
"
><img
src=
\
"//eox.at/wp-content/uploads/2017/09/EOX_Logo.svg
\
"
alt=
\
"EOX
\
"
style=
\
"height:25px;margin-left:10px
\
"/
></a>
" }}
</h3>
</h3>
</header>
</header>
<div
id=
"app"
style=
"width: 100%; top: 60px; bottom: 0; position: absolute; margin: 0; padding:0;"
></div>
<div
id=
"app"
style=
"width: 100%; top: 60px; bottom: 0; position: absolute; margin: 0; padding:0;"
></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