mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
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:
parent
79c6fe70f7
commit
710320ec3e
2 changed files with 1 additions and 2 deletions
|
|
@ -559,7 +559,7 @@
|
|||
monthlyCost: {type: Number, value: 0},
|
||||
selectedTab: {
|
||||
type: String,
|
||||
value: '',
|
||||
value: 'connections',
|
||||
},
|
||||
managedServerUtilzationPercentage: {
|
||||
type: Number,
|
||||
|
|
|
|||
|
|
@ -773,7 +773,6 @@ export class App {
|
|||
}
|
||||
|
||||
view.metricsEnabled = selectedServer.getMetricsEnabled();
|
||||
view.selectedTab = 'connections';
|
||||
this.appRoot.showServerView();
|
||||
this.showMetricsOptInWhenNeeded(selectedServer, view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue