mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Alanren/fixsmoketest (#5019)
* fix the smoke test * update readme * fix the selector for server name input * add new property to server profile engineType
This commit is contained in:
@@ -61,6 +61,8 @@ class SelectListRenderer implements IListRenderer<ISelectOptionItem, ISelectList
|
||||
|
||||
data.text.textContent = text;
|
||||
data.decoratorRight.innerText = (!!decoratorRight ? decoratorRight : '');
|
||||
// {{SQL CARBON EDIT}}
|
||||
data.text.setAttribute('aria-label', text);
|
||||
|
||||
if (typeof element.description === 'string') {
|
||||
const itemDescriptionId = (text.replace(/ /g, '_').toLowerCase() + '_description_' + data.root.id);
|
||||
|
||||
Reference in New Issue
Block a user