UNPKG
upbeat-dashboard
Version:
latest (0.0.1)
0.0.1
ERROR: No README.md file found!
jeffsu/upbeat
upbeat-dashboard
/
views
/
index.jade
12 lines
(8 loc)
•
229 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
extends
layout block breadcrumbs block content -
var
todo = server.status ==
'paused'
?
'run'
:
'pause'
form
(action=
"/"
+ todo, method=
"post"
) input.
btn
(type=
"submit"
, value=todo)
include
_services
include
_stats