mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
SelectionToolbar: temporarily disabled
Doesn't work as multiselect doesn't understand all filters
This commit is contained in:
parent
7b5d7bdbcf
commit
2ab75e1433
@ -12,6 +12,7 @@ class Zend_View_Helper_SelectionToolbar extends Zend_View_Helper_Abstract
|
||||
*/
|
||||
public function selectionToolbar($type, $target = null)
|
||||
{
|
||||
return '';
|
||||
if ($type == 'multi') {
|
||||
return '<div class="selection-toolbar">'
|
||||
. '<a href="' . $target . '" data-base-target="_next"> Show All </a> </div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user