Commit graph

69 commits

Author SHA1 Message Date
raviks789
172e75102f Do not evaluate invalid performance data 2023-09-05 16:44:42 +02:00
Yonas Habteab
423c9a88e4 Deprecate StateBadge class again 2023-08-29 09:27:11 +02:00
Johannes Meyer
4a0583f89d Add StateBadge(s) changes from ipl-web here 2023-07-20 10:20:09 +02:00
Johannes Meyer
121071c7f2 Revert "Drop classes StateBadge and StateBadges"
This reverts commit 6d36b0c3ed.
2023-07-20 09:36:36 +02:00
Johannes Meyer
b3b8004332 Remove public/css/widget/cancel-button.less 2023-07-11 10:30:47 +02:00
Johannes Meyer
6c05f51b00 DowntimeCard: Make progress animatable 2023-06-22 14:56:47 +02:00
Johannes Meyer
515ae13e32 CheckStatistics: Make progress animatable and enhance overall layout 2023-06-22 14:56:47 +02:00
raviks789
7e746e22db Separate grid and table layout styles from item-table 2023-06-20 13:39:53 +02:00
raviks789
b1654ee0e0 Use BaseTableRowItem for HostgroupGridCell and ServicegroupGridCell 2023-06-20 13:39:53 +02:00
Yonas Habteab
7e0956f3d1 CSS: Cherry-pick group grid styles from monitoring 2023-06-20 13:39:53 +02:00
Johannes Meyer
6d36b0c3ed Drop classes StateBadge and StateBadges
They're now part of ipl-web
2023-06-15 15:48:46 +02:00
Sukhwinder Dhillon
2e7d7b9129 CheckStatistics: Show TimePeriod name if available 2023-06-15 15:25:25 +02:00
Johannes Meyer
e2650d289f migrate: Notify the user about the equal/like filter change 2023-06-15 11:07:53 +02:00
raviks789
e1deb4209f Fix negative next check value when both active and passive checks are disabled 2023-06-07 16:04:23 +02:00
Johannes Meyer
2e72779273 css: Fix superfluous bottom margin on quick actions
refs #657
2022-10-26 13:49:27 +02:00
raviks789
8490335bfe
Fix pending state balls (#605)
* Add `plug` icon to `pending` state balls when downtime is scheduled

The `pending` object state balls must contain `plug` icon in case downtime is scheduled for that object.

* Resolve `state-change` css class for `pending` state

`pending` state balls will be represented as hollowed state balls instead of solid state balls (ipl-web@3bccdd0da71a178fc0b10422275bfee8c4d3f4a4).
Hence, `pending` state balls must behave similarly as `ok` or `up` upon change in state of the object.
2022-08-18 14:35:12 +02:00
Johannes Meyer
9e6fbf67a9 css: Ensure compatiblity with collapsible.js in legacy versions 2022-08-18 13:16:44 +02:00
Johannes Meyer
3edebe0846 css: Rename .actions class to .object-detail-actions 2022-07-20 10:56:44 +02:00
raviks789
d31dc5c7fa Change overflow property to overflow-x in performance-data-table class
Since the vertical scrolling must disabled upon clip, only `overflow-x` property is set to `auto`. Similar to `performance-data-table` class in monitoring module.
This fix disables the vertical scrolling in the `performance-data-table` when it overflows.
2022-07-18 09:46:16 +02:00
Johannes Meyer
cf23a8fc7c Introduce new widget Notice 2022-06-29 12:40:43 +02:00
Johannes Meyer
3bc59e3897 CustomVarTable: Utilize new hook Icingadb/CustomVarRenderer 2022-05-27 15:43:59 +02:00
Johannes Meyer
d46e0bedd1 Revert "CheckStatistics: Fix bubble placement in IE11"
This reverts commit 4264f3a5e1.
2022-05-27 15:34:15 +02:00
Johannes Meyer
fe39916ca0 Finally show previous states and current states properly 2022-04-01 14:25:26 +02:00
Johannes Meyer
e946dace15 Remove all traces of cancel-button-like styles 2022-03-21 12:55:26 +01:00
Johannes Meyer
fb6eb88ddf SetAsBackendForm: Make it a ipl\Html\Form 2022-02-24 16:22:37 +01:00
Florian Strohmaier
0851f6f045 view-mode-switcher: Optimize for theming 2022-02-24 14:30:25 +01:00
Johannes Meyer
d344cbc22c css: Don't use .var() or var() calls explicitly 2022-02-10 11:15:52 +01:00
Florian Strohmaier
003d60033f check-attempt: Optimize taken attempt ball contrast 2021-11-12 15:03:12 +01:00
Sukhwinder Dhillon
f0d0989332 migrate popup: Add checkbox to set icingadb as backend
This checkbox is only displayed in modules that support icingadb.
2021-11-11 09:08:16 +01:00
Florian Strohmaier
9f8eeb7640 monitoring-health: Fix .vertical-key-value layout, when wrapping 2021-11-08 15:45:51 +01:00
Johannes Meyer
595814b9b8
Merge pull request #413 from Icinga/bugfix/theme-issues-410
Fix theme issues
2021-11-05 08:15:16 +01:00
Florian Strohmaier
fe6d6d01dc state-badge.less: Use opacity for handled state badges
refs #410
2021-11-04 20:42:30 +01:00
Florian Strohmaier
9d17010fa7 state-change.less: Fix handled .state-change .state-balls in overdue detail headers
refs #410
2021-11-04 20:42:30 +01:00
Florian Strohmaier
367b5648a8 object-meta-info: Remove specific .*-key-value .key color
refs #410
2021-11-04 15:25:24 +01:00
Florian Strohmaier
8a0b4ca014 state-change.less: Avoid transparency on overlapping solid state-change state-balls
refs #410
2021-11-04 15:25:23 +01:00
Florian Strohmaier
d71e254a85 performance-data-table: Optimize text color
refs #410
2021-11-04 15:25:23 +01:00
Florian Strohmaier
caffeb1d1e monitoring-health: Fix bad labels line break
refs #401
2021-11-04 14:59:09 +01:00
Florian Strohmaier
462e4f580f donut-container.less: Fix .donut-container minimal-layout
refs #401
2021-11-04 14:59:09 +01:00
Sukhwinder Dhillon
3ef6ffb7a4 migrate-popup: Change font style and minor changes 2021-11-04 08:53:43 +01:00
Sukhwinder Dhillon
769a04fd68 actions.less: Remove default ul styles 2021-11-04 08:45:01 +01:00
Sukhwinder Dhillon
a8780494eb
Use css variables for colors (#372) 2021-11-03 15:43:07 +01:00
Ravi Kumar Kempapura Srinivasa
adab8da3dc Add Overview, Problems and History menu when monitoring module is disabled
When monitoring module is disabled instead of showing host and service details in Icinga DB menu, the details needs to be distributed in Overview, Problems and History menus respectively.
This is to imitate the case when only monitoring module is active.
2021-11-03 15:39:30 +01:00
Florian Strohmaier
2fe05ef705 CSS: Align state-change soft-state-balls 2021-11-02 14:39:11 +01:00
Sukhwinder Dhillon
24488d250b
Fix downtime progress bar bubble overflow (#338) 2021-10-06 16:04:38 +02:00
Yonas Habteab
36eb8fafaa CSS: Add new ball-size-l ~ bal-size-ml rule 2021-10-01 17:34:06 +02:00
Johannes Meyer
cde7d6ae65
Merge pull request #333 from Icinga/bugfix/dont-allow-user-to-delete-scheduled-downtimes
Don't allow user to delete scheduled downtimes
2021-09-10 14:27:14 +02:00
Sukhwinder Dhillon
14823480a9 Disable delete button if downtime cannot be deleted 2021-09-08 16:34:06 +02:00
Johannes Meyer
c9c0cca973 css: Don't let .keys in a check-stats widget align themselves
fixes #256
2021-09-07 15:54:58 +02:00
Johannes Meyer
cc2075a21d css: Align icons and labels of quick actions on the same baseline 2021-09-07 14:34:32 +02:00
Sukhwinder Dhillon
fbb4e8578e Add the general css class name object instead of host. 2021-09-03 11:51:25 +02:00