Upload dhcpd-pools binary and package-lock.json

This commit is contained in:
Akkadius 2017-09-13 13:53:52 -05:00
parent 90b3b46c01
commit 0a0e6ca7f5
5 changed files with 1180 additions and 3 deletions

BIN
bin/dhcpd-pools Normal file

Binary file not shown.

1158
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,18 @@
},
"dependencies": {
"always-tail": "^0.2.0",
"basic-auth": "^1.1.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-ipfilter": "^0.3.1",
"humanize": "0.0.9",
"jade": "~1.11.0",
"jsonfile": "^3.0.1",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2"
"serve-favicon": "~2.4.2",
"slack-node": "^0.1.8",
"ws": "^3.1.0"
}
}

View File

@ -40,6 +40,19 @@ $( document ).ready(function() {
$('.form-line').removeClass("focused");
});
// leftsidebar
/*
* When a sidebar item is clicked in mobile - let's make sure we push the sidebar back in
*/
$(document).on('click','a',function(){
console.log("click");
// $(this) = your current element that clicked.
// additional code
});
function modal (title, content, buttons) {
$('#modal-buttons').html('');
$('#modal-title').html(title);

View File

@ -214,14 +214,14 @@
<!-- Custom Js -->
<script src="assets/js/admin.js"></script>
<script src="assets/js/pjax.js"></script>
<script src="assets/js/api-examples.js"></script>
<script src="assets/js/glass-core.js"></script>
<script src="assets/js/glass-websockets.js"></script>
<script src="assets/js/file-saver.js"></script>
<script src="assets/js/pjax.js"></script>
<script type="text/javascript">
function get_stats() {