[ https://issues.apache.org/jira/browse/NIFI-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115399#comment-16115399
]
ASF GitHub Bot commented on NIFI-4266:
--------------------------------------
GitHub user yuri1969 opened a pull request:
https://github.com/apache/nifi/pull/2058
NIFI-4266 - Allow double-click to display Event
...details
Thank you for submitting a contribution to Apache NiFi.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
### For all changes:
- [x] Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
- [x] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying
to resolve? Pay particular attention to the hyphen "-" character.
- [x] Has your PR been rebased against the latest commit within the target branch (typically
master)?
- [x] Is your initial contribution a single, squashed commit?
### For code changes:
- [x] Have you ensured that the full suite of tests is executed via mvn -Pcontrib-check
clean install at the root nifi folder?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yuri1969/nifi NIFI-4266
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2058.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2058
----
commit 8d0ac85928ad0561f69aec009c26ae82638083f5
Author: yuri1969 <1969yuri1969@gmail.com>
Date: 2017-08-05T13:15:25Z
NIFI-4266 - Allow double-click to display Event
...details
----
> Allow double-click to display Event details
> -------------------------------------------
>
> Key: NIFI-4266
> URL: https://issues.apache.org/jira/browse/NIFI-4266
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Yuri
> Priority: Minor
> Labels: data, provenance, ui
>
> A user frequently has to open the "View details" dialog when inspecting data in NiFi
Provenance. Each time the user has to right-click the event node and then select "View details"
from the menu.
> It would be quicker to double-click an event node to display the "details" dialog.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|