mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
QuickSearch: add help/info title
This commit is contained in:
parent
7815e450b7
commit
1a631b04db
@ -40,6 +40,7 @@ trait QuickSearch
|
||||
Html::tag('input', [
|
||||
'type' => 'text',
|
||||
'name' => 'q',
|
||||
'title' => $this->translate('Search is simple! Try to combine multiple words'),
|
||||
'value' => $search,
|
||||
'placeholder' => $this->translate('Search...'),
|
||||
'class' => 'search'
|
||||
|
Loading…
x
Reference in New Issue
Block a user