mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Remove obsolete data attributes from filter box, add placeholder
This commit is contained in:
parent
ae62b261ba
commit
6ebe723f7e
@ -102,11 +102,9 @@ EOT;
|
|||||||
'text',
|
'text',
|
||||||
'query',
|
'query',
|
||||||
array(
|
array(
|
||||||
'label' => 'Filter Results',
|
// 'label' => 'Filter Results',
|
||||||
'name' => 'query',
|
'name' => 'query',
|
||||||
'data-icinga-component' => 'app/semanticsearch',
|
'placeholder' => 'Add filter'
|
||||||
'data-icinga-filter-domain' => $this->domain,
|
|
||||||
'data-icinga-filter-module' => $this->module
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$form->removeAttrib('data-icinga-component');
|
$form->removeAttrib('data-icinga-component');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user