mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Fix tab order of refresh and close container controls
This commit is contained in:
parent
5afc54d973
commit
9082a5204e
@ -49,7 +49,7 @@ EOT;
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $closeTpl = <<< 'EOT'
|
private $closeTpl = <<< 'EOT'
|
||||||
<li class="dropdown" style="float: right;">
|
<li class="dropdown" style="float: right; ">
|
||||||
<a href="#" title="{TITLE}" aria-label="{TITLE}" class="close-container-control">
|
<a href="#" title="{TITLE}" aria-label="{TITLE}" class="close-container-control">
|
||||||
<i aria-hidden="true" class="icon-cancel"></i>
|
<i aria-hidden="true" class="icon-cancel"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -377,8 +377,8 @@ EOT;
|
|||||||
array(
|
array(
|
||||||
$tabs,
|
$tabs,
|
||||||
$drop,
|
$drop,
|
||||||
$close,
|
$refresh,
|
||||||
$refresh
|
$close
|
||||||
),
|
),
|
||||||
$this->baseTpl
|
$this->baseTpl
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user