mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
resource label update (#13129)
* resource label update * preserve existing behavior * fix connection group color * comments
This commit is contained in:
@@ -27,6 +27,8 @@ export class ConnectionProfileGroup extends Disposable implements IConnectionPro
|
||||
public parentId?: string;
|
||||
private _isRenamed = false;
|
||||
public readonly isRoot: boolean = false;
|
||||
public readonly textColor: string = 'white'; // This value should come from the constructor when issue: https://github.com/microsoft/azuredatastudio/issues/13138 is fixed
|
||||
|
||||
public constructor(
|
||||
public name: string,
|
||||
public parent?: ConnectionProfileGroup,
|
||||
|
||||
Reference in New Issue
Block a user