mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
add title for color box (#19121)
This commit is contained in:
@@ -193,7 +193,7 @@ export class ServerGroupDialog extends Modal {
|
||||
const colorColorBox = new Colorbox(container, {
|
||||
name: 'server-group-color',
|
||||
class: ['server-group-color'],
|
||||
label: `Colobox Color: ${color}`,
|
||||
label: localize('serverGroup.colorValue', "Color: {0}", color),
|
||||
});
|
||||
|
||||
this._register(colorColorBox.onSelect((viaKeyboard) => {
|
||||
|
||||
Reference in New Issue
Block a user