changeset 926:6f07c0aab94c

display websocket status on SS page Ignore-this: 5b94d751dc2bcd049773f72ec7e5f197
author drewp@bigasterisk.com
date Tue, 11 Jun 2013 05:49:54 +0000
parents e668f93460d4
children 7ff5516a0681
files light9/subserver/index.jade light9/subserver/style.css
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/subserver/index.jade	Tue Jun 11 05:49:36 2013 +0000
+++ b/light9/subserver/index.jade	Tue Jun 11 05:49:54 2013 +0000
@@ -22,6 +22,8 @@
           img()
       // /ko
 
+    #status
+      
     script(src="jquery-1.7.2.min.js")
     script(src="knockout-2.2.1.js")
     script(src="websocket.js")
--- a/light9/subserver/style.css	Tue Jun 11 05:49:36 2013 +0000
+++ b/light9/subserver/style.css	Tue Jun 11 05:49:54 2013 +0000
@@ -32,4 +32,9 @@
     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