Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
11395b10
Commit
11395b10
authored
Apr 05, 2017
by
Mathieu Giraud
Browse files
js/clone.js: .getHtmlInfo, header() and row_1()
See
#2338
.
parent
dcf5efdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
11395b10
...
...
@@ -1007,6 +1007,9 @@ Clone.prototype = {
var
time_length
=
this
.
m
.
samples
.
order
.
length
var
html
=
""
var
header
=
function
(
content
)
{
return
"
<tr><td class='header' colspan='
"
+
(
time_length
+
1
)
+
"
'>
"
+
content
+
"
</td></tr>
"
;
}
var
row_1
=
function
(
item
,
content
)
{
return
"
<tr><td>
"
+
item
+
"
</td><td colspan='
"
+
time_length
+
"
'>
"
+
content
+
"
</td></tr>
"
;
}
if
(
isCluster
)
{
html
=
"
<h2>Cluster info :
"
+
this
.
getName
()
+
"
</h2>
"
}
else
{
...
...
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