You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/01/07 21:55:34 UTC

[jira] [Commented] (NIFI-115) Allow user to identify queue with expiration and/or back pressure enabled

    [ https://issues.apache.org/jira/browse/NIFI-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268200#comment-14268200 ] 

Matt Gilman commented on NIFI-115:
----------------------------------

expiration icon...
{code}
<svg width="10" height="10" style="float: left; margin-top: 1px;" title="Expires flowfiles older than 'expiration'">
  <defs>
    <linearGradient id="expiration" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#aeafb1"/>
      <stop offset="100%" stop-color="#87888a"/>
    </linearGradient>
  </defs>
  <circle cx="5" cy="5" r="4.75" stroke-width="0.5" stroke="#87888a" fill="url(#expiration)"/>
  <line x1="6" y1="5" x2="3" y2="4" stroke="#fff" stroke-width="1"/>
  <line x1="6" y1="5" x2="3" y2="7" stroke="#fff" stroke-width="1"/>
</svg>
{code}

> Allow user to identify queue with expiration and/or back pressure enabled
> -------------------------------------------------------------------------
>
>                 Key: NIFI-115
>                 URL: https://issues.apache.org/jira/browse/NIFI-115
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>            Reporter: Matt Gilman
>            Priority: Minor
>
> - icon for expiration
> - search for expiration and back pressure



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)