Commit graph

1467 commits

Author SHA1 Message Date
Yonas Habteab
fcda9bd655 Controller: Don't use any params if not preserved 2021-09-10 14:28:56 +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
Johannes Meyer
1f1c33b8f4 Store redis connections in a separate file 2021-09-10 14:21:33 +02:00
Johannes Meyer
6e6794392a
Merge pull request #309 from Icinga/upgrade-user-detail-view-281
UserDetail: Enhance user detail view
2021-09-10 14:19:58 +02:00
Johannes Meyer
6ab8a93895
Merge pull request #345 from Icinga/update-documentation
Update documentation
2021-09-10 13:30:41 +02:00
Johannes Meyer
ce9346b19f Update README.md 2021-09-10 13:28:57 +02:00
Johannes Meyer
d201b4c444 doc: Update about chapter 2021-09-10 13:28:57 +02:00
Johannes Meyer
65b214541a doc: Update images 2021-09-10 13:28:57 +02:00
Johannes Meyer
23a3c24bc2 doc: Add security chapter 2021-09-10 13:28:57 +02:00
Johannes Meyer
8059977e4f doc: Update migration chapter 2021-09-10 13:28:57 +02:00
Johannes Meyer
01ccfd6cf2 doc: Update configuration chapter 2021-09-10 13:28:57 +02:00
Johannes Meyer
2223ce55ba doc: Update installation chapter 2021-09-10 13:28:57 +02:00
Florian Strohmaier
f2700f9c5d Fix search-editor-opener alignment
refs #238
2021-09-10 09:13:27 +02:00
Sukhwinder Dhillon
6ea00674ab UserDetail: Add services, types and empty state 2021-09-08 16:46:09 +02:00
Sukhwinder Dhillon
43557b3235 UserListItem: Remove email and pager columns 2021-09-08 16:37:07 +02:00
Sukhwinder Dhillon
14823480a9 Disable delete button if downtime cannot be deleted 2021-09-08 16:34:06 +02:00
Sukhwinder Dhillon
a467a30d47 DowntimeDetail: Add - to downtime start/end value
If the downtime is not in effect, show `-` instead of default unix timestamp
2021-09-08 14:08:45 +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
160107b0cf
Merge pull request #343 from Icinga/bugfix/active-state-on-list-items-after-refresh-341
Set active state on list items after refresh
2021-09-07 14:45:01 +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
Johannes Meyer
fae8a5cd59 css: Remove compat spinner styles
Icinga Web 2 now supports fontawesome itself and
already provides a good looking spinner icon.
2021-09-07 14:34:32 +02:00
Sukhwinder Dhillon
5e19bafd3f BaseListItem: Remove unused methods 2021-09-07 14:30:16 +02:00
Sukhwinder Dhillon
d6e5a60248 Add detail url to List classes
This helps to identify the currently selected list and add the active state after refresh
2021-09-07 14:29:28 +02:00
Sukhwinder Dhillon
e768931d4e Add detail filter attribute to ListItem classes
This helps to identify the currently selected list item
2021-09-07 14:28:32 +02:00
Sukhwinder Dhillon
0b44eba61d DowntimeCard: Add TimeUntil when schedule start time is in the future 2021-09-07 13:06:32 +02:00
Yonas Habteab
c67b873096 Show a notification for every successful action 2021-09-07 12:11:09 +02:00
Sukhwinder Dhillon
6e908d7ab7 Downtime: Add scheduled_by column 2021-09-06 09:04:46 +02:00
Sukhwinder Dhillon
62a7203095 item-list.less: Set less padding for empty state in minimal view mode
This corrects the alignment of the control separator of the columns.
2021-09-03 16:50:29 +02:00
Johannes Meyer
35b22d6a47
Merge pull request #335 from Icinga/add-metainfo-to-service-detail-329
Add metainfo to service detail
2021-09-03 16:45:11 +02:00
Sukhwinder Dhillon
3fe2a0848f action-list.js: Unselect the correct object 2021-09-03 14:39:05 +02:00
Sukhwinder Dhillon
3b8752556f Introduce class ServiceMetaInfo and use it in ServiceController 2021-09-03 11:53:43 +02:00
Sukhwinder Dhillon
fbb4e8578e Add the general css class name object instead of host. 2021-09-03 11:51:25 +02:00
Johannes Meyer
ff8460a1f6 Controller: Link preferred view mode with the current view
fixes #260
2021-09-03 10:10:58 +02:00
Johannes Meyer
3a2a4f0e32 css: Apply general detail styles with a single class
fixes #290
2021-09-02 12:43:42 +02:00
Sukhwinder Dhillon
edc08d9299 NotificationsController: Remove autorefresh
This affects the performance
2021-09-02 11:18:07 +02:00
Sukhwinder Dhillon
39a501c2f7 Make object header unclickable in detail view 2021-09-02 09:41:05 +02:00
Sukhwinder Dhillon
0e450fc968 action-list.js : Add missing parentheses to match the active list element 2021-09-01 16:39:11 +02:00
Sukhwinder Dhillon
9ae025c0a8 EventDetail: Fix improper notification detail wording 2021-09-01 15:23:52 +02:00
Johannes Meyer
614446b721
Merge pull request #307 from Icinga/bugfix/add-empty-state-to-all-controllers-286
Add `No items found` to controllers
2021-09-01 13:55:45 +02:00
Sukhwinder Dhillon
4c28d63545 HostController: Add sortControl to services tab of host detail 2021-09-01 12:30:48 +02:00
Johannes Meyer
69f489de54
Merge pull request #321 from Icinga/fix/searching-in-servicegrid-has-no-effect-317
Fix that searching in servicegrid has no effect
2021-09-01 12:23:48 +02:00
Johannes Meyer
9e1c1d2eed services/grid: Fix searchbar integration
fixes #317
2021-09-01 12:12:43 +02:00
Johannes Meyer
20361c219b ProblemToggle: Add method isChecked() 2021-09-01 12:12:20 +02:00
Sukhwinder Dhillon
7488891bb7 Add empty-state to service grid 2021-09-01 10:32:33 +02:00
Sukhwinder Dhillon
6306cf22fa item-table.less: Add empty-state class 2021-09-01 10:32:33 +02:00
Sukhwinder Dhillon
0388f5ee67 LoadMore: Add ShowMore only if data is available 2021-09-01 10:32:30 +02:00
Sukhwinder Dhillon
564d0b6d8c HostsController: Add missing query column 2021-09-01 08:59:29 +02:00
Johannes Meyer
45a81486ad
Merge pull request #316 from Icinga/fix/monitoring-module-still-loaded
Fix that monitoring module is still loaded
2021-08-31 17:42:22 +02:00
Johannes Meyer
dc4752df43 ObjectDetail: Catch errors of legacy action hooks 2021-08-31 17:39:12 +02:00
Johannes Meyer
2051b29656 run.php: Fix incorrect namespace registration for module monitoring 2021-08-31 16:38:56 +02:00