[NIFI-3154] display ellipsis when text is sufficiently long in connec…#1305
[NIFI-3154] display ellipsis when text is sufficiently long in connec…#1305scottyaslan wants to merge 1 commit into
Conversation
|
This PR addresses the long processor name/type, input/output port, and funnel values in the 'Connection Configuration' and 'Connection Details" dialogs. It adds ellipsis to the 'From |
|
@scottyaslan this looks good. I put in a few long names in various cases and it is behaving as you describe. |
| // populate the port information | ||
| $('#input-port-source').show(); | ||
| $('#input-port-source-name').text(inputPortName); | ||
| $('#input-port-source-name').text(inputPortName).addClass('ellipsis').attr('title', inputPortName); |
There was a problem hiding this comment.
Can the ellipsis class for all fields changed in this file be applied directly to the element in the corresponding JSP?
…tion details and connection configuration dialogs
4840b62 to
1165f2f
Compare
|
Thanks @scottyaslan! This has been merged to master. |
…tion details and connection configuration dialogs. This closes apache#1305
…tion details and connection configuration dialogs. This closes apache#1305
…tion details and connection configuration dialogs. This closes apache#1305
…tion details and connection configuration dialogs. This closes #1305
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:
Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
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.
Has your PR been rebased against the latest commit within the target branch (typically master)?
Is your initial contribution a single, squashed commit?
For code changes:
For documentation related changes:
Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.
…tion details and connection configuration dialogs