Accessibility: Fix - Missing table description: A data table is present with no description associated to it (#13117)
(cherry picked from commit 97fa4d76dc)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
ce9766eb69
commit
39e59efd22
@@ -602,6 +602,7 @@
|
||||
<key alias="healthStatusDescription">The health status of the index and if it can be read</key>
|
||||
<key alias="indexers">Indexers</key>
|
||||
<key alias="indexInfo">Index info</key>
|
||||
<key alias="contentInIndex">Content in index</key>
|
||||
<key alias="indexInfoDescription">Lists the properties of the index</key>
|
||||
<key alias="manageIndexes">Manage Examine's indexes</key>
|
||||
<key alias="manageIndexesDescription">Allows you to view the details of each index and provides some tools for
|
||||
|
||||
@@ -618,6 +618,7 @@
|
||||
<key alias="healthStatusDescription">The health status of the index and if it can be read</key>
|
||||
<key alias="indexers">Indexers</key>
|
||||
<key alias="indexInfo">Index info</key>
|
||||
<key alias="contentInIndex">Content in index</key>
|
||||
<key alias="indexInfoDescription">Lists the properties of the index</key>
|
||||
<key alias="manageIndexes">Manage Examine's indexes</key>
|
||||
<key alias="manageIndexesDescription">Allows you to view the details of each index and provides some tools for
|
||||
|
||||
@@ -321,8 +321,8 @@
|
||||
{{ ::result.values[field] | umbCmsJoinArray:', ' }}
|
||||
</td>
|
||||
<td class="tr nowrap">
|
||||
<button type="button"
|
||||
class="table__action-overlay color-green"
|
||||
<button type="button"
|
||||
class="table__action-overlay color-green"
|
||||
ng-click="vm.showSearchResultDialog(result.values)">({{ ::result.fieldCount }} <localize key="examineManagement_fields">fields</localize>)</button>
|
||||
</td>
|
||||
<td class="tr nowrap umb-avatar--white">
|
||||
@@ -370,7 +370,7 @@
|
||||
<div class="umb-panel-group__details-status-content">
|
||||
|
||||
<table class="table table-bordered table-condensed">
|
||||
<caption> </caption>
|
||||
<caption class="sr-only"><localize key="examineManagement_contentInIndex">Content In Index</localize></caption>
|
||||
<tr ng-repeat="(key, val) in vm.selectedIndex.providerProperties track by $index">
|
||||
<th>{{key}}</th>
|
||||
<td>{{val}}</td>
|
||||
|
||||
Reference in New Issue
Block a user