Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
b7cd37a8
Commit
b7cd37a8
authored
Dec 11, 2017
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '640' into 'MetaGer-Redesign'
Improved: Hat jetzt eine Überschrift See merge request
!1116
parents
941c7ce4
c70eb8ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
resources/assets/js/result-saver.js
resources/assets/js/result-saver.js
+1
-0
resources/assets/less/metager/result-saver.less
resources/assets/less/metager/result-saver.less
+4
-0
No files found.
resources/assets/js/result-saver.js
View file @
b7cd37a8
...
...
@@ -117,6 +117,7 @@ Results.prototype.updateResultPageInterface = function () {
// If there is no savedFoki element yet, create it
var
tabPanel
=
$
(
'
\
<div id="savedFoki">
\
<h1>Gespeicherte Ergebnisse</h1>
\
</div>
\
'
);
$
(
'
#additions-container
'
).
append
(
tabPanel
);
...
...
resources/assets/less/metager/result-saver.less
View file @
b7cd37a8
...
...
@@ -5,6 +5,10 @@
padding-top: 50px;
display: flex;
flex-direction: column;
h1 {
text-align: center;
font-size: 24px;
}
#saver-options {
display: flex;
flex-direction: column;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment