0?n:i)(t)}},function(t,e,i){var n=i(33)("keys"),r=i(18);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e,i){var n=i(0),r=i(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(17)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,i){var n=i(14);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){t.exports={}},function(t,e,i){var n=i(4).f,r=i(3),o=i(10)("toStringTag");t.exports=function(t,e,i){t&&!r(t=i?t:t.prototype,o)&&n(t,o,{configurable:!0,value:e})}},function(t,e,i){e.f=i(10)},function(t,e,i){var n=i(1),r=i(0),o=i(17),a=i(39),s=i(4).f;t.exports=function(t){var e=r.Symbol||(r.Symbol=o?{}:n.Symbol||{});"_"==t.charAt(0)||t in e||s(e,t,{value:a.f(t)})}},function(t,e,i){"use strict";e.__esModule=!0;var n=a(i(66)),r=a(i(11)),o="function"==typeof r.default&&"symbol"==typeof n.default?function(t){return typeof t}:function(t){return t&&"function"==typeof r.default&&t.constructor===r.default&&t!==r.default.prototype?"symbol":typeof t};function a(t){return t&&t.__esModule?t:{default:t}}e.default="function"==typeof r.default&&"symbol"===o(n.default)?function(t){return void 0===t?"undefined":o(t)}:function(t){return t&&"function"==typeof r.default&&t.constructor===r.default&&t!==r.default.prototype?"symbol":void 0===t?"undefined":o(t)}},function(t,e,i){var n=i(3),r=i(7),o=i(56)(!1),a=i(32)("IE_PROTO");t.exports=function(t,e){var i,s=r(t),A=0,l=[];for(i in s)i!=a&&n(s,i)&&l.push(i);for(;e.length>A;)n(s,i=e[A++])&&(~o(l,i)||l.push(i));return l}},function(t,e,i){var n=i(44);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){t.exports=!i(2)&&!i(9)((function(){return 7!=Object.defineProperty(i(46)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(14),r=i(1).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,i){"use strict";var n=i(17),r=i(13),o=i(48),a=i(8),s=i(37),A=i(70),l=i(38),c=i(73),u=i(10)("iterator"),f=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,i,d,p,g,v){A(i,e,d);var b,m,w,y=function(t){if(!f&&t in k)return k[t];switch(t){case"keys":case"values":return function(){return new i(this,t)}}return function(){return new i(this,t)}},x=e+" Iterator",C="values"==p,B=!1,k=t.prototype,D=k[u]||k["@@iterator"]||p&&k[p],z=D||y(p),I=p?C?y("entries"):z:void 0,M="Array"==e&&k.entries||D;if(M&&(w=c(M.call(new t)))!==Object.prototype&&w.next&&(l(w,x,!0),n||"function"==typeof w[u]||a(w,u,h)),C&&D&&"values"!==D.name&&(B=!0,z=function(){return D.call(this)}),n&&!v||!f&&!B&&k[u]||a(k,u,z),s[e]=z,s[x]=h,p)if(b={values:C?z:y("values"),keys:g?z:y("keys"),entries:I},v)for(m in b)m in k||o(k,m,b[m]);else r(r.P+r.F*(f||B),e,b);return b}},function(t,e,i){t.exports=i(8)},function(t,e,i){var n=i(19),r=i(71),o=i(34),a=i(32)("IE_PROTO"),s=function(){},A=function(){var t,e=i(46)("iframe"),n=o.length;for(e.style.display="none",i(72).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("
diff --git a/resources/js/components/SearchTable.vue b/resources/js/components/SearchTable.vue
new file mode 100644
index 0000000..fecd43c
--- /dev/null
+++ b/resources/js/components/SearchTable.vue
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/sass/_suggest.scss b/resources/sass/_suggest.scss
index 001b0e6..f264af0 100644
--- a/resources/sass/_suggest.scss
+++ b/resources/sass/_suggest.scss
@@ -29,6 +29,7 @@
border-top: none;
max-height: 400px;
overflow-y: auto;
+ z-index: 100;
border-bottom: 1px solid #023d7b;
}
.vue-suggestion .vs__list .vs__list-item {
diff --git a/resources/views/lastactive.blade.php b/resources/views/lastactive.blade.php
new file mode 100644
index 0000000..5f31e59
--- /dev/null
+++ b/resources/views/lastactive.blade.php
@@ -0,0 +1,43 @@
+@extends('master')
+
+@section('title')
+
+ Last active in 15 min
+
+@stop
+
+@section('links')
+
+@stop
+
+@section('content')
+@isset($data)
+
+
+
+ | IP |
+ Meno PC |
+ Užívateľ |
+ Od |
+ Do |
+
+
+
+
+ @foreach ($data as $r)
+
+ | {{$r->ip}} |
+ {{$r->comp}} |
+ {{$r->name}} |
+ {{$r->f}} |
+ {{$r->t}} |
+
+ @endforeach
+
+
+
+@endisset
+
+@stop
\ No newline at end of file
diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php
index 93ab252..0e9797a 100644
--- a/resources/views/master.blade.php
+++ b/resources/views/master.blade.php
@@ -12,6 +12,11 @@
+
+
+ @section('head')
+
+ @show