Commit Graph

10680 Commits

Author SHA1 Message Date
Eric Lippmann fed0fc9608 Merge branch 'feature/fold-and-unfold-filter-by-click-12634'
resolves 
2016-12-08 14:30:55 +01:00
Eric Lippmann aee4c4e6a8 Merge branch 'feature/allow-changing-default-of-command-options-11952'
resolves 
2016-12-08 14:23:03 +01:00
Eric Lippmann 1b6e7177a3 Allow to export the host and service detail views to JSON
resolves 
2016-12-08 10:40:22 +01:00
Eric Lippmann 4f6c54e62c Support scheduling a downtime for all services of a host w/ the Icinga 2 API as command transport
fixes 
2016-12-08 10:40:22 +01:00
Eric Lippmann 2156eb1a8c Remove gap between header and content on site reloads 2016-12-08 10:40:22 +01:00
Florian Strohmaier 9bff4dd83b Enable horizontal scrolling for perfdata table
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>

fixes 
2016-12-08 10:40:22 +01:00
Eric Lippmann 5661dfa63c Harden import of vendor JavaSript libs
fixes 
2016-12-08 10:40:22 +01:00
Eric Lippmann a6bbc68bcb Highlight state in HTML plugin output too
fixes 
2016-12-08 10:40:22 +01:00
Eric Lippmann eef982f3c3 Don't stop auto-refresh when a form button has focus 2016-12-08 10:40:22 +01:00
Eric Lippmann f53eb48e38 Show hint if notifications are disabled globally
resolves 
2016-12-08 10:40:22 +01:00
Eric Lippmann b3bc1b6f81 Let the SummaryNavigationItemRenderer show the worst state
fixes 
2016-12-08 10:40:22 +01:00
Eric Lippmann 4f77cce7a9 Cache count in MonitoringBadgeNavigationItemRenderer 2016-12-08 10:40:22 +01:00
Alexander A. Klimov 8c2b6ae665 Conform to coding guidelines
refs 
2016-12-07 18:33:26 +01:00
Alexander A. Klimov 69c8ed471b FilterEditor: add possibility to fold and unfold filter by click
refs 

Signed-off-by: Alexander A. Klimov <alexander.klimov@icinga.com>
2016-12-07 18:26:45 +01:00
Alexander A. Klimov 0665ca387b Setup: show monitoring config summary even with Icinga 2 API as command transport
fixes 
2016-12-07 17:09:48 +01:00
Alexander A. Klimov 7253fbcfa4 Command forms: make the defaults of some checkboxes configurable
refs 
2016-12-07 16:53:53 +01:00
Michael Friedrich 5797ce52d7 Update changelog.py (includes ordering by category) 2016-12-07 15:15:06 +01:00
Eric Lippmann 4eb61c2bcf Revert breaking change in Auth::isAuthenticated()
refs 
fixes 
2016-12-06 12:41:22 +01:00
Alexander A. Klimov f1051f0ea5 Drop MonitoredObject::getNotes() 2016-12-05 13:33:11 +01:00
Alexander A. Klimov cdc3d43a04 Respect newlines in host and service notes
fixes 
2016-12-05 13:33:11 +01:00
Alexander A. Klimov 4205eb4cc9 nl2br helper: convert also raw newlines 2016-12-05 13:33:11 +01:00
Eric Lippmann d6d0434a5f Merge remote branch 'bugfix/show-all-usergroups-in-the-web-interface-11744'
fixes 
2016-12-05 11:18:18 +01:00
Eric Lippmann 65f0a4683f Doc: Allow to view documentation of disabled modules
fixes 
2016-12-02 15:21:58 +01:00
Johannes Meyer 2fa854b0a8 ConfigForm: Introduce and utilize method transformEmptyValuesToNull()
This utility method serves as alternative for all previous custom solutions to prevent empty values from being persisted to INI files.

Since the IniWriter now handles NULL correctly, we're able to refrain from using array_filter for this purpose which was the actual cause for the referenced bug.

fixes 
2016-12-01 10:55:24 +01:00
Eric Lippmann e549c44247 Don't show exception when no announcement has been created
refs 
2016-11-29 16:32:30 +01:00
Eric Lippmann 39c7451664 Implement announcements
refs 
2016-11-29 15:24:34 +01:00
Eric Lippmann 5a9540aa95 Left-align quick actions 2016-11-29 15:24:13 +01:00
Eric Lippmann 0c2e8abc0e Reintroduce control separation 2016-11-29 15:23:42 +01:00
Eric Lippmann f6e0f503b3 Remove Alert Summary menu entry
refs 
2016-11-28 14:57:05 +01:00
Eric Lippmann a9461ada54 Only render a menu item when it's not empty
A menu item is not empty when it either has children or a defined URL.
2016-11-28 14:56:17 +01:00
Eric Lippmann 425c6da47f CSS: Change the menu's search placeholder's color only when focussed 2016-11-28 14:53:01 +01:00
Eric Lippmann e532717226 Fix quick actions icon alignment 2016-11-25 15:13:59 +01:00
Florian Strohmaier b722f6e178 Replace icon comment w/ comment-empty
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:49 +01:00
Florian Strohmaier 6695e437ab Replace icon bell-alt w/ bell for the send notification command
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:49 +01:00
Florian Strohmaier 3294f60ef4 Replace icon ok w/ check for the acknowledge command
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:49 +01:00
Florian Strohmaier cfb4cd7ad1 Use icon binoculars for overview section
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:49 +01:00
Florian Strohmaier d664248d9d Use icon attention-circled for Problems section
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier b9e7bb857f Use icon-history for history sidebar menu item
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier 79ab6157a1 Replace reply icon w/ edit for process check result
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier ca8f4d3b7e Replace reschedule icon w/ calendar-empty for reschedule check
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier 0bf2bb15d5 Replace reschedule icon w/ arrows-cw for check now
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier bd7b612ba7 Replace chat icon w/ chat-empty in the about page
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Florian Strohmaier a7a23be1c8 Update icon font
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:42 +01:00
Eric Lippmann d39a41ebc6 Merge branch 'feature/quick-actions-13187'
resolves 
2016-11-24 13:22:00 +01:00
Eric Lippmann 9d39391102 Use 'Remove acknowledgement' instead of 'Remove problem acknowledgement'
refs 
2016-11-24 12:49:40 +01:00
Eric Lippmann df4e51845d Display host status and service status summary as inline-block
refs 
2016-11-24 12:49:40 +01:00
Eric Lippmann 76fb506a89 Remove control separation in the host and service detail views
refs 
2016-11-24 12:49:40 +01:00
Florian Strohmaier 4a254f5b33 CSS: Add styles for quick actions
refs 

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:36 +01:00
Florian Strohmaier cea9f5aea1 Use quick actions in the host and service detail views
refs 

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:24 +01:00
Florian Strohmaier 1b4428e8a2 QuickActions: create quick actions template
refs 

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 12:49:12 +01:00