Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
esm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
13b7e9ce
authored
2016-08-17 14:02:51 +0200
by
Rafal Wilinski
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix hardcoded hostname in index.html
1 parent
74c4c027
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
index.html
package.json
index.html
View file @
13b7e9c
...
...
@@ -136,7 +136,7 @@
Chart
.
defaults
.
global
.
elements
.
line
.
borderColor
=
"rgba(0,0,0,0.9)"
;
Chart
.
defaults
.
global
.
elements
.
line
.
borderWidth
=
2
;
var
socket
=
io
(
'http://
localhost
:41338'
);
var
socket
=
io
(
'http://
'
+
window
.
location
.
hostname
+
'
:41338'
);
var
defaultSpan
=
0
;
var
spans
=
[];
...
...
package.json
View file @
13b7e9c
{
"name"
:
"express-status-monitor"
,
"version"
:
"0.0.
3
"
,
"version"
:
"0.0.
4
"
,
"description"
:
"Monitoring for Express-based Node applications"
,
"main"
:
"app.js"
,
"keywords"
:
[
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment