diff --git a/resources/assets/scripts/components/dashboard/Dashboard.vue b/resources/assets/scripts/components/dashboard/Dashboard.vue index 4e1905522..1c7e408fd 100644 --- a/resources/assets/scripts/components/dashboard/Dashboard.vue +++ b/resources/assets/scripts/components/dashboard/Dashboard.vue @@ -68,6 +68,8 @@ * iterate through the visible servers and fetch their resource usage. */ mounted: function () { + this.$refs.search.focus(); + window.setTimeout(() => { this._iterateServerResourceUse(); }, 5000);