forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
13
static/bower_components/morris.js/examples/lib/example.css
vendored
Normal file
13
static/bower_components/morris.js/examples/lib/example.css
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
body {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#graph {
|
||||
width: 800px;
|
||||
height: 250px;
|
||||
margin: 20px auto 0 auto;
|
||||
}
|
||||
pre {
|
||||
height: 250px;
|
||||
overflow: auto;
|
||||
}
|
||||
4
static/bower_components/morris.js/examples/lib/example.js
vendored
Normal file
4
static/bower_components/morris.js/examples/lib/example.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
$(function () {
|
||||
eval($('#code').text());
|
||||
prettyPrint();
|
||||
});
|
||||
Reference in New Issue
Block a user