mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
Controls: always prepend the title
This commit is contained in:
parent
408e3753ab
commit
9dc50beee5
2
library/vendor/ipl/Web/Widget/Controls.php
vendored
2
library/vendor/ipl/Web/Widget/Controls.php
vendored
@ -35,7 +35,7 @@ class Controls extends Container
|
|||||||
$this->subTitle = $subTitle;
|
$this->subTitle = $subTitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->add($this->renderTitleElement());
|
return $this->prepend($this->renderTitleElement());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user