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