mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 04:26:05 +00:00
Initial commit
This commit is contained in:
13
app/static/global/plugins/morris/examples/lib/example.css
Normal file
13
app/static/global/plugins/morris/examples/lib/example.css
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
app/static/global/plugins/morris/examples/lib/example.js
Normal file
4
app/static/global/plugins/morris/examples/lib/example.js
Normal file
@ -0,0 +1,4 @@
|
||||
$(function () {
|
||||
eval($('#code').text());
|
||||
prettyPrint();
|
||||
});
|
Reference in New Issue
Block a user