mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Changed add connection -> new connection (#19596)
* changed add connection -> new connection * remove xlf file changes * fix spacing * fix workspace settings
This commit is contained in:
@@ -147,7 +147,7 @@ export class ServerTreeView extends Disposable implements IServerTreeView {
|
|||||||
if (!this._connectionManagementService.hasRegisteredServers()) {
|
if (!this._connectionManagementService.hasRegisteredServers()) {
|
||||||
this._buttonSection = append(container, $('.button-section'));
|
this._buttonSection = append(container, $('.button-section'));
|
||||||
const connectButton = new Button(this._buttonSection);
|
const connectButton = new Button(this._buttonSection);
|
||||||
connectButton.label = localize('serverTree.addConnection', "Add Connection");
|
connectButton.label = localize('serverTree.newConnection', "New Connection");
|
||||||
this._register(attachButtonStyler(connectButton, this._themeService));
|
this._register(attachButtonStyler(connectButton, this._themeService));
|
||||||
this._register(connectButton.onDidClick(() => {
|
this._register(connectButton.onDidClick(() => {
|
||||||
this._connectionManagementService.showConnectionDialog();
|
this._connectionManagementService.showConnectionDialog();
|
||||||
|
|||||||
Reference in New Issue
Block a user