15 min, search multiple

This commit is contained in:
2020-03-31 16:34:58 +02:00
parent aa07dffa1b
commit 4258f53d77
31 changed files with 902 additions and 472 deletions

2
resources/js/app.js vendored
View File

@@ -8,6 +8,7 @@ require('./bootstrap');
window.Vue = require('vue');
window.moment = require('moment');
window.Cookies = require('js-cookie');
/**
* The following block of code may be used to automatically register your
@@ -31,6 +32,7 @@ Vue.component('processes-graph', require('./components/ProcessesGraph.vue').defa
Vue.component('disk-graph', require('./components/DiskGraph.vue').default);
Vue.component('search-input', require('./components/SearchInput.vue').default);
Vue.component('search-multiple-input', require('./components/SearchMultipleInput.vue').default);
Vue.component('search-table',require('./components/SearchTable').default);
/**
* Next, we will create a fresh Vue application instance and attach it to
* the page. Then, you manwy begin adding components to this application