Loading src/components/viewComponents/connectDisplay.vue +2 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,8 @@ export default { }, saveHost: function() { this.savedHosts.push( // We use unshift instead of push to add the entry to the beginning of the array this.savedHosts.unshift( { name: this.$store.state.apiConfig.name, hostname: this.$store.state.host, Loading Loading
src/components/viewComponents/connectDisplay.vue +2 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,8 @@ export default { }, saveHost: function() { this.savedHosts.push( // We use unshift instead of push to add the entry to the beginning of the array this.savedHosts.unshift( { name: this.$store.state.apiConfig.name, hostname: this.$store.state.host, Loading