Commit graph

9 commits

Author SHA1 Message Date
Eric Lippmann
7bb09036fc Fix const visibility 2025-10-21 14:56:41 +02:00
Sukhwinder Dhillon
d2f1a4dbde Add variable type hint to Icinga::app()'s returned object 2023-09-05 14:26:43 +02:00
raviks789
cd6f8e87ff Unset pagination parameters for service grid when limit=0,0
The pagination parameters must be unset when the limit parameter is `0,0` and the service grid
for all the hosts and services must be displayed.
2023-05-23 16:31:27 +02:00
Eric Lippmann
ebc6735270 Use Query::columns() instead of ::setColumns()
Query::columns() is no longer additive and ::setColumns() will therefore
be removed.
2022-06-02 14:24:52 +02:00
Eric Lippmann
4cbdf1c3d0 Revert "PivotTable: Reset columns on the base query"
This reverts commit 2c22941810c52e5b50ed8a50d712d1ef4cbee4c5.
2022-06-02 14:24:52 +02:00
Johannes Meyer
ecf33be34c PivotTable: Reset columns on the base query 2022-06-02 14:24:51 +02:00
Yonas Habteab
aefd0e1f7d Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
Sukhwinder Dhillon
9810452527 Add licence header 2021-08-20 12:15:45 +02:00
raviks789
bc118516ec
Add Service Grid (#204) 2021-08-05 11:23:01 +02:00