@ -79,7 +79,6 @@ export default class GlobalApi {
}
getServers4Selector() {
this.create_server_websocket()
let r = [];
for (const srv in this.stats.servers_map) {
r.push({"srv": this.stats.servers_map[srv]['key'], "name": this.stats.servers_map[srv]['name']})
@ -46,6 +46,7 @@ export default {
showMe(action) {
this.show = action === undefined ? !this.show : action;
if (action === true) {
this.$API.create_server_websocket();
this.onLoad();
},