mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
0bde465295
commit
d539a0e017
@ -644,6 +644,12 @@ class Monitoring_ListController extends Controller
|
||||
return $query;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get columns to be added from URL parameter 'addColumns'
|
||||
* and assign to $this->view->addColumns (as array)
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function addColumns()
|
||||
{
|
||||
$columns = preg_split(
|
||||
|
Loading…
x
Reference in New Issue
Block a user