Add search box to server pages
This commit is contained in:
parent
b1b6a7eecd
commit
0b0b80dc6d
4 changed files with 111 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue