icingaweb2/modules/monitoring
Eric Lippmann 5b895ab038 Data views: Implement `Sortable' interface
Because the `ListController' should only operate on data views,
data views should be a proxy to their underlying queries.

The methods `DataView::fromRequest()' and `DataView::sort()' are from now on deprecated
because they are relaced by `$backend->select()->from($viewName)' and `DataView::order()' respectively.
2014-05-07 10:19:00 +02:00
..
application Monitoring/ListController: Operate on the `hostStatus' view instead of the query 2014-05-07 09:40:23 +02:00
bin/action CS: Replace multiple empty lines with one 2013-09-04 18:36:10 +02:00
doc Fix testing documentation 2014-04-10 15:54:50 +02:00
library/Monitoring Data views: Implement `Sortable' interface 2014-05-07 10:19:00 +02:00
public Add infinite scrolling to the timeline 2014-04-01 11:46:44 +02:00
test/php Rewrite perfdata plugin classes 2014-05-05 16:15:49 +02:00
configuration.php Restriction example in the monitoring module configuration script 2014-01-22 16:25:24 +00:00
run.php Fix: Simplify TopBar hook 2014-02-12 09:58:59 +01:00