mirrored dic keys in ui from backend

This commit is contained in:
ori
2019-05-01 19:57:03 +03:00
parent 406a9f2021
commit 82f24882cc
2 changed files with 8 additions and 8 deletions

View File

@@ -71,10 +71,10 @@
socketSendAll: function(){
this.$socket.sendObj([
{'team_number':this.teamNum},
{'connectionType':this.connectionType},
{'connection_type':this.connectionType},
{'ip':this.ip},
{'gateWay':this.gateWay},
{'hostName':this.hostName}]);
{'gateway':this.gateWay},
{'hostname':this.hostName}]);
}
},
computed: {