mcgilman commented on code in PR #8173:
URL: https://github.com/apache/nifi/pull/8173#discussion_r1433243825


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/provenance/ui/provenance-event-listing/provenance-event-table/provenance-event-table.component.html:
##########
@@ -15,142 +15,184 @@
   ~ limitations under the License.
   -->
 
-<div class="provenance-event-table h-full flex flex-col">
-    <div class="flex flex-col">
-        <div class="value font-bold">Displaying {{ filteredCount }} of {{ 
totalCount }}</div>
-        <div class="flex justify-between">
-            <div>
-                Oldest event available: <span class="value">{{ 
oldestEventAvailable }}</span>
-            </div>
-            <div>
-                {{ resultsMessage }}
-                <a *ngIf="hasRequest" (click)="clearRequestClicked()">Clear 
Search</a>
+<div class="provenance-event-table h-full">
+    <div [class.hidden]="showLineage" class="h-full flex flex-col gap-y-2">
+        <div class="flex flex-col">
+            <div class="value font-bold">Displaying {{ filteredCount }} of {{ 
totalCount }}</div>

Review Comment:
   Good call. Will update.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to