mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added accessibility features to bootstrap tables
This commit is contained in:
parent
34a1bb7152
commit
b965d170ab
BIN
public/js/bootstrap-table.js
vendored
BIN
public/js/bootstrap-table.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue