Add search box to server pages

This commit is contained in:
Dane Everitt 2018-09-11 21:25:02 -07:00
parent b1b6a7eecd
commit 0b0b80dc6d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 111 additions and 10 deletions

View file

@ -98,7 +98,6 @@
* Poll the API for changes every 10 seconds when the component is mounted.
*/
mounted: function () {
console.log(this.server);
this.$options.dataGetTimeout = window.setInterval(() => {
this.getResourceUse();
}, 10000);