rfellows commented on code in PR #10350:
URL: https://github.com/apache/nifi/pull/10350#discussion_r2394875239


##########
nifi-frontend/src/main/frontend/apps/nifi-registry/src/app/app.component.html:
##########
@@ -15,9 +15,4 @@
   ~ limitations under the License.
   -->
 
-<div class="flex flex-col h-screen">
-    <header class="mb-5 nifi-registry-header">
-        <app-header></app-header>
-    </header>
-    <router-outlet></router-outlet>
-</div>
+<router-outlet></router-outlet>

Review Comment:
   Removing the app-header from here has also, in effect, removed it from the 
buckets page since it wasn't added there specifically along with this change.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to