Discussion:
[opennms-cvs] [OpenNMS/opennms] 75e9fc: This is a three different JIRA issues:
Ronald Roskens
2017-07-19 20:57:57 UTC
Permalink
Branch: refs/heads/jira/NMS-5334
Home: https://github.com/OpenNMS/opennms
Commit: 75e9fc6378b521db0c40cb0ddb0137c0d40b0b30
https://github.com/OpenNMS/opennms/commit/75e9fc6378b521db0c40cb0ddb0137c0d40b0b30
Author: Ronald Roskens <***@gmail.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)

Changed paths:
M opennms-webapp/src/main/webapp/admin/sched-outages/editoutage.jsp
M opennms-webapp/src/main/webapp/admin/sched-outages/jsonNodes.jsp

Log Message:
-----------
This is a three different JIRA issues:

Fix for NMS-5334: Category and Scheduled Outage GUI Enhancment Request
Fix for NMS-2207: allow categories when creating downtime schedules
Fix for NMS-5762: Scheduled Outages - Node selection

I added a couple of enhancements to the Scheduled Outages page that should make things a little bit easier when selecting nodes.

In the nodelabel search box, you can now prefix the search string with a couple of special symbols to alter the search behavior:

'@' will let you search for surveillance categories
'#' Will search for nodes who are in the specified surveillance category
'$' will let you search for requisition names
'%' will search for nodes in a requisition that starts with the search string.


Commit: 6940e6fadb6eca26d58b76343bb9ca2b8559f407
https://github.com/OpenNMS/opennms/commit/6940e6fadb6eca26d58b76343bb9ca2b8559f407
Author: Ronald Roskens <***@gmail.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)

Changed paths:
M opennms-webapp/src/main/webapp/admin/sched-outages/jsonNodes.jsp

Log Message:
-----------
NMS-5334 : fix # and % searching.


Compare: https://github.com/OpenNMS/opennms/compare/75e9fc6378b5^...6940e6fadb6e
Loading...