mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix extension view issues (#15850)
This commit is contained in:
@@ -222,6 +222,7 @@ export class Renderer implements IPagedRenderer<IExtension, ITemplateData> {
|
|||||||
|
|
||||||
//data.installCount.style.display = ''; {{SQL CARBON EDIT}} Hide unused options
|
//data.installCount.style.display = ''; {{SQL CARBON EDIT}} Hide unused options
|
||||||
//data.ratings.style.display = ''; {{SQL CARBON EDIT}} Hide unused options
|
//data.ratings.style.display = ''; {{SQL CARBON EDIT}} Hide unused options
|
||||||
|
data.extension = extension;
|
||||||
|
|
||||||
if (extension.gallery && extension.gallery.properties && extension.gallery.properties.localizedLanguages && extension.gallery.properties.localizedLanguages.length) {
|
if (extension.gallery && extension.gallery.properties && extension.gallery.properties.localizedLanguages && extension.gallery.properties.localizedLanguages.length) {
|
||||||
data.description.textContent = extension.gallery.properties.localizedLanguages.map(name => name[0].toLocaleUpperCase() + name.slice(1)).join(', ');
|
data.description.textContent = extension.gallery.properties.localizedLanguages.map(name => name[0].toLocaleUpperCase() + name.slice(1)).join(', ');
|
||||||
|
|||||||
Reference in New Issue
Block a user