Changeset - 6f07c0aab94c
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 12 years ago 2013-06-11 05:49:54
drewp@bigasterisk.com
display websocket status on SS page
Ignore-this: 5b94d751dc2bcd049773f72ec7e5f197
2 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/subserver/index.jade
Show inline comments
 
@@ -22,6 +22,8 @@ html
 
          img()
 
      // /ko
 

	
 
    #status
 
      
 
    script(src="jquery-1.7.2.min.js")
 
    script(src="knockout-2.2.1.js")
 
    script(src="websocket.js")
light9/subserver/style.css
Show inline comments
 
@@ -32,4 +32,9 @@ input[type=text] {
 
    border: 1px inset rgb(177, 177, 177);
 
    background: rgb(230, 230, 230);
 
    padding: 3px;
 
}
 
\ No newline at end of file
 
}
 
#status {
 
position: fixed;
 
bottom: 10px;
 
right: 10px;
 
    }
 
\ No newline at end of file
0 comments (0 inline, 0 general)