Commit graph

10 commits

Author SHA1 Message Date
Bastian Lederer
8af79a61b2 Avoid using null as an array key or as the key to array_key_exists()
Passing `null` as the key to `array_key_exists()` or using it as an array key
is deprecated as of PHP 8.5.

Co-authored-by: Eric Lippmann <eric.lippmann@icinga.com>
2026-03-20 14:54:23 +01:00
Eric Lippmann
272e791390 License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 14:03:05 +01:00
Sukhwinder Dhillon
279839d9da Align coding style to comply with latest PSR 2025-12-15 16:06:44 +01:00
Sukhwinder Dhillon
61f689177b (Grid/View)ModeSwitcher: Fix Variable '$active, $inactive' are probably undefined 2023-09-05 14:26:43 +02:00
raviks789
b1654ee0e0 Use BaseTableRowItem for HostgroupGridCell and ServicegroupGridCell 2023-06-20 13:39:53 +02:00
Johannes Meyer
07e2341aea ViewModeSwitcher: Allow to change the mode programmatically 2022-06-09 16:26:27 +02:00
Johannes Meyer
822553e364 ViewModeSwitcher: Add basic support for mode tabular 2022-06-09 16:26:27 +02:00
Sukhwinder Dhillon
b40cf1cd39 Fix view mode switcher shows different mode than what is used 2022-02-28 10:28:32 +01:00
Yonas Habteab
aefd0e1f7d Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
Johannes Meyer
5a8813b98b Move ViewModeSwitcher to Icinga\Module\Icingadb\Web\Control 2021-08-20 17:23:29 +02:00
Renamed from library/Icingadb/Widget/ViewModeSwitcher.php (Browse further)