Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dbpedia-assoc
MARVIN-config
Commits
bbdbd3c7
Commit
bbdbd3c7
authored
Aug 20, 2020
by
Sebastian Hellmann
Browse files
hotfixes
parent
a465512c
Changes
2
Hide whitespace changes
Inline
Side-by-side
dashboard/src/main/webapp/index.html
View file @
bbdbd3c7
...
@@ -91,12 +91,12 @@
...
@@ -91,12 +91,12 @@
<div
class=
"col-sm-5 p-3"
id=
"placeholder"
>
<div
class=
"col-sm-5 p-3"
id=
"placeholder"
>
<h2
class=
"text-info"
>
TODO
</h2>
<h2
class=
"text-info"
>
TODO
</h2>
<ul>
<ul>
<li>
https
</li>
<li>
Step 7: deploy
</li>
<li>
Aggregated Release Statistics
</li>
<li>
Aggregated Release Statistics
</li>
<li>
detailed descriptions what to find here
</li>
<li>
detailed descriptions what to find here
</li>
<li>
clearer representation if something went wrong
</li>
<li>
clearer representation if something went wrong
</li>
<li>
links to databus
</li>
<li>
links to databus
, extraction configs
</li>
<li>
re-release check
</li>
<li>
DBpedia
re-release check
</li>
</ul>
</ul>
</div>
</div>
<!-- end of grid -->
<!-- end of grid -->
...
@@ -122,8 +122,8 @@
...
@@ -122,8 +122,8 @@
<div
class=
"card-body"
>
<div
class=
"card-body"
>
<h4>
Total
</h4>
<h4>
Total
</h4>
<p>
<p>
TODO: file size
<br
>
<h1>
~ 55 GB/release
</h1
>
TODO: triples per month
<h1>
~ 21B Triples/month
</h1>
</p>
</p>
</div>
</div>
</div>
</div>
...
...
dashboard/src/main/webapp/js/dashboard.js
View file @
bbdbd3c7
...
@@ -147,7 +147,9 @@ function getLogs(group) {
...
@@ -147,7 +147,9 @@ function getLogs(group) {
setProgress
(
group
,
doneSteps
,
6
)
setProgress
(
group
,
doneSteps
,
6
)
if
(
step
!=
""
)
$
(
`#
${
group
}
-progress-step`
).
append
(
` at step:
${
stepHtml
}
`
)
if
(
stepHtml
!=
""
&&
isRunning
)
$
(
`#
${
group
}
-progress-step`
).
append
(
` at step:
${
stepHtml
}
`
)
else
if
(
(
step
-
6
)
==
0
&&
latestDate
()
==
version
)
$
(
`#
${
group
}
-progress-step`
).
append
(
` not started yet`
)
processLogs
.
sort
(
function
(
a
,
b
)
{
processLogs
.
sort
(
function
(
a
,
b
)
{
if
(
a
.
state
==
1
)
return
-
1
if
(
a
.
state
==
1
)
return
-
1
...
...
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