mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Add aria labels (#20265)
Co-authored-by: Akshay Mata <akma@microsoft.com>
This commit is contained in:
@@ -864,6 +864,7 @@ export class SqlDatabaseTree {
|
||||
this._descriptionText.value = selectedIssue?.description || '';
|
||||
this._moreInfo.url = selectedIssue?.helpLink || '';
|
||||
this._moreInfo.label = selectedIssue?.displayName || '';
|
||||
this._moreInfo.ariaLabel = selectedIssue?.displayName || '';
|
||||
this._impactedObjects = selectedIssue?.impactedObjects || [];
|
||||
this._recommendationText.value = selectedIssue?.message || constants.NA;
|
||||
|
||||
|
||||
@@ -278,6 +278,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
this._createResourceGroupLink = this._view.modelBuilder.hyperlink().withProps({
|
||||
label: constants.CREATE_NEW,
|
||||
ariaLabel: constants.CREATE_NEW_RESOURCE_GROUP,
|
||||
url: '',
|
||||
CSSStyles: {
|
||||
...styles.BODY_CSS
|
||||
|
||||
Reference in New Issue
Block a user