mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added assets + dependencies
This commit is contained in:
13
bower_components/morrisjs/examples/lib/example.css
vendored
Executable file
13
bower_components/morrisjs/examples/lib/example.css
vendored
Executable 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
bower_components/morrisjs/examples/lib/example.js
vendored
Executable file
4
bower_components/morrisjs/examples/lib/example.js
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
$(function () {
|
||||
eval($('#code').text());
|
||||
prettyPrint();
|
||||
});
|
Reference in New Issue
Block a user