mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
e2e: Fixed issue with aria label (#22166)
* e2e: Fixed issue with aria label * removed ini
This commit is contained in:
parent
e5df200893
commit
ba7c931286
@ -1,6 +1,9 @@
|
||||
<aside class="dashboard-settings__aside">
|
||||
<a href="{{::section.url}}" class="dashboard-settings__nav-item" ng-class="{active: ctrl.viewId === section.id}"
|
||||
ng-repeat="section in ctrl.sections" aria-label={{ctrl.selectors.sectionItems}}>
|
||||
<a href="{{::section.url}}"
|
||||
class="dashboard-settings__nav-item"
|
||||
ng-class="{active: ctrl.viewId === section.id}"
|
||||
ng-repeat="section in ctrl.sections"
|
||||
aria-label="{{ctrl.selectors.sectionItems(section.title)}}">
|
||||
<i class="{{::section.icon}}"></i>
|
||||
{{::section.title}}
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user