mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Use icon instead of the letter 'X' in close tab
This commit is contained in:
parent
3015028f5d
commit
168577ff33
@ -49,7 +49,7 @@ EOT;
|
||||
*/
|
||||
private $closeTpl = <<< 'EOT'
|
||||
<li class="dropdown" style="float: right;">
|
||||
<a href="#" class="dropdown-toggle close-toggle">X</a>
|
||||
<a href="#" class="dropdown-toggle close-toggle"> <i aria-hidden="true" class="icon-cancel"></i> </a>
|
||||
</li>
|
||||
EOT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user