Commit graph

15 commits

Author SHA1 Message Date
Yonas Habteab
705a470a1f Utilize widgets moved to ipl-web 2023-09-08 14:54:47 +02:00
raviks789
172e75102f Do not evaluate invalid performance data 2023-09-05 16:44:42 +02:00
Sukhwinder Dhillon
0ff9cca771 PerfDataTable: Respect given $limit 2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
076fc02184 PerfDataTable: Simplify the code 2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
922b09f7f1 PerfDataTable: Use strict comparison 2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
57809e74ce PerfDataTable: Don't iterate unnecessarily 2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
1863c7f55b PerfDataTable: Remove unnecessory property $containsSparkline
- Make it a method var
2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
2d195e0489 PerfDataTable: Remove unnecessary loop and $columns[] variable
- $columns[] is populated in loop, but never used
2023-09-05 14:26:43 +02:00
Sukhwinder Dhillon
e6a82567e5 PerfDataTable: Remove unnecessary if condition, $col is always set 2023-09-05 14:26:43 +02:00
Yonas Habteab
92951cd377 Sort also pie charts in detailed view mode
At the moment we only render the sorted perfData in the object details, but when switching to
the detailed view mode the same perfData are rendered unsorted. This PR ensures that the perfData
are also sorted once after they have been successfully parsed.
2022-08-23 09:26:05 +02:00
Yonas Habteab
beaaa71fe8 Don't sort perfData which can't be visualized
This ensures that all perfdata which can't be visualized are rendered exactly in the
same order they are stored in the database after all vizualizable perfData are rendered.
2022-06-28 16:12:52 +02:00
Johannes Meyer
9f1e3d7fba PerfDataTable: Don't double encode cell values
fixes #476
2022-01-13 12:13:36 +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
cb142007c3 Better declare empty values
fixes #349
2021-09-27 11:55:56 +02:00
Johannes Meyer
d2c92d5d3c Move PerfDataTable to Icinga\Module\Icingadb\Widget\Detail 2021-08-20 17:27:37 +02:00
Renamed from library/Icingadb/Widget/PerfDataTable.php (Browse further)