added motd, todo.txt, and small bug fixes
This commit is contained in:
parent
695f334297
commit
c4c4fb70d5
14 changed files with 106 additions and 199 deletions
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
shutdownBtn = document.getElementById('shutdownNode')
|
||||
refreshStatsBtn = document.getElementById('refreshStats')
|
||||
restartBtn = document.getElementById('restartNode')
|
||||
|
||||
shutdownBtn.onclick = function(){
|
||||
|
@ -38,7 +37,3 @@ restartBtn.onclick = function(){
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
refreshStatsBtn.onclick = function(){
|
||||
getStats()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue