close #1801
This commit is contained in:
parent
41845ffdad
commit
c6d8bed095
1 changed files with 2 additions and 2 deletions
|
@ -52,10 +52,10 @@
|
||||||
<th>
|
<th>
|
||||||
<div class="btn-group hidden-xs">
|
<div class="btn-group hidden-xs">
|
||||||
<button type="button" id="mass_actions" class="btn btn-sm btn-default dropdown-toggle disabled"
|
<button type="button" id="mass_actions" class="btn btn-sm btn-default dropdown-toggle disabled"
|
||||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">@lang('server.allocations.mass_actions') <span class="caret"></span>
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Mass Actions <span class="caret"></span>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu dropdown-massactions">
|
<ul class="dropdown-menu dropdown-massactions">
|
||||||
<li><a href="#" id="selective-deletion" data-action="selective-deletion">@lang('server.allocations.delete') <i class="fa fa-fw fa-trash-o"></i></a></li>
|
<li><a href="#" id="selective-deletion" data-action="selective-deletion">Delete <i class="fa fa-fw fa-trash-o"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
Loading…
Reference in a new issue