diff --git a/.gitignore b/.gitignore index 75334d8..e393208 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /node_modules -/public/* -/storage/*.key +/public/js/* +/public/css/* +/storage*.key /vendor .env .env.backup diff --git a/app/Http/Controllers/Search.php b/app/Http/Controllers/Search.php index ddfb8d6..ce8edb0 100644 --- a/app/Http/Controllers/Search.php +++ b/app/Http/Controllers/Search.php @@ -127,6 +127,7 @@ class Search extends Controller public function lastactive() { + date_default_timezone_set("Europe/Bratislava"); $time = strtotime("-15 minutes", time()); $date = date("Y-m-d G:i:s", $time); diff --git a/public/js/app.js b/public/js/app.js index 5b51935..e0d831f 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -7163,7 +7163,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-a09bb154] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-a09bb154] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -7182,7 +7182,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-2bdd922d] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-2bdd922d] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -7201,7 +7201,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-2363d932] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-2363d932] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -7220,7 +7220,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-1b0190aa] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-1b0190aa] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -7239,7 +7239,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-0311229c] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-0311229c] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -7258,7 +7258,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa // module -exports.push([module.i, "\n.chart[data-v-7da20202] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]); +exports.push([module.i, "\n.chart[data-v-7da20202] {\n width: 100%;\n height: 300px;\n}\n", ""]); // exports @@ -82487,8 +82487,8 @@ __webpack_require__.r(__webpack_exports__); /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -__webpack_require__(/*! /home/data/www/testing/graph/resources/js/app.js */"./resources/js/app.js"); -module.exports = __webpack_require__(/*! /home/data/www/testing/graph/resources/sass/app.scss */"./resources/sass/app.scss"); +__webpack_require__(/*! /home/data/www/monitoring/resources/js/app.js */"./resources/js/app.js"); +module.exports = __webpack_require__(/*! /home/data/www/monitoring/resources/sass/app.scss */"./resources/sass/app.scss"); /***/ })