Created
July 11, 2014 09:12
-
-
Save felixhageloh/34645a899a0f22f583bb to your computer and use it in GitHub Desktop.
Pure js widget for Übersicht
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command: "echo Hello World!", | |
refreshFrequency: 5000, | |
render: function (output) { | |
return "<div><h1>" + output + "</h1></div>"; | |
}, | |
style: " \n\ | |
top: 20px \n\ | |
left: 20px \n\ | |
\n\ | |
h1 \n\ | |
color: #fff \n\ | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment