Added accessibility features to bootstrap tables

This commit is contained in:
snipe 2020-03-28 00:51:26 -07:00
parent 34a1bb7152
commit b965d170ab
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -268,7 +268,8 @@
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<i class="fa fa-flag-o" aria-hidden="true"></i>
<span class="sr-only">Alerts</span>
@if (count($alert_items))
<span class="label label-danger">{{ count($alert_items) }}</span>
@endif