Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Field Science
datavis
Commits
2e39aad0
Commit
2e39aad0
authored
Feb 28, 2020
by
Porter Libby
Browse files
change message slightly
parent
065a44ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/data.js
View file @
2e39aad0
...
...
@@ -517,7 +517,7 @@ function renderStreamingsHosts(hosts){
var
streamingshosts_ls
=
document
.
createElement
(
'
div
'
);
streamingshosts_ls
.
id
=
'
streamingshosts-ls
'
;
for
(
x
=
0
;
x
<
hosts
.
length
;
x
++
){
var
hostname
=
"
Unknown
"
;
var
hostname
=
"
Unknown
Host
"
;
if
(
hosts
[
x
].
hostname
){
hostname
=
hosts
[
x
].
hostname
.
toString
()
}
...
...
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