mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Merge branch 'master' into feature/offer-instance-name-as-query-column-9943
This commit is contained in:
commit
c0f027b8a7
@ -72,7 +72,7 @@ class SearchDashboard extends Dashboard
|
|||||||
$pane->createDashlet(
|
$pane->createDashlet(
|
||||||
$searchUrl->title . ': ' . $searchString,
|
$searchUrl->title . ': ' . $searchString,
|
||||||
Url::fromPath($searchUrl->url, array('q' => $searchString))
|
Url::fromPath($searchUrl->url, array('q' => $searchString))
|
||||||
)->setProgressLabel($this->view()->translate('Searching'));
|
)->setProgressLabel(t('Searching'));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user