Fix a bug where blurring the server name after changing the name changed (#471)

the UI to the Connections tab
This commit is contained in:
Jonathan Cohen 2019-08-20 15:15:00 -04:00 committed by GitHub
parent 79c6fe70f7
commit 710320ec3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -559,7 +559,7 @@
monthlyCost: {type: Number, value: 0},
selectedTab: {
type: String,
value: '',
value: 'connections',
},
managedServerUtilzationPercentage: {
type: Number,

View file

@ -773,7 +773,6 @@ export class App {
}
view.metricsEnabled = selectedServer.getMetricsEnabled();
view.selectedTab = 'connections';
this.appRoot.showServerView();
this.showMetricsOptInWhenNeeded(selectedServer, view);