mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-06 23:10:14 +02:00
Widget/Tabs: Show caret
This commit is contained in:
parent
a5908c9553
commit
cabe2ccbee
@ -58,7 +58,7 @@ EOT;
|
|||||||
private $dropdownTpl = <<< 'EOT'
|
private $dropdownTpl = <<< 'EOT'
|
||||||
<li class="dropdown pull-right ">
|
<li class="dropdown pull-right ">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="icon-list-ul"></i>
|
<b class="caret"></b>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
{TABS}
|
{TABS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user