mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
ImportsourceController: search should be shown...
...next to the title
This commit is contained in:
parent
2f3e8c406f
commit
91cb98e02f
@ -122,11 +122,15 @@ class ImportsourceController extends ActionController
|
|||||||
|
|
||||||
public function editmodifierAction()
|
public function editmodifierAction()
|
||||||
{
|
{
|
||||||
$source = $this->requireImportSourceAndAddModifierTable();
|
// We need to load the table AFTER adding the title, otherwise search
|
||||||
|
// will not be placed next to the title
|
||||||
|
$source = ImportSource::load($this->params->getRequired('source_id'), $this->db());
|
||||||
|
|
||||||
$this->addTitle(
|
$this->addTitle(
|
||||||
$this->translate('%s: Property Modifier'),
|
$this->translate('%s: Property Modifier'),
|
||||||
$source->get('source_name')
|
$source->get('source_name')
|
||||||
)->addBackToModifiersLink($source);
|
)->addBackToModifiersLink($source);
|
||||||
|
$source = $this->requireImportSourceAndAddModifierTable();
|
||||||
$this->tabs()->activate('modifier');
|
$this->tabs()->activate('modifier');
|
||||||
|
|
||||||
$listUrl = 'director/importsource/modifier?source_id='
|
$listUrl = 'director/importsource/modifier?source_id='
|
||||||
|
Loading…
x
Reference in New Issue
Block a user