This is an automated email from the ASF dual-hosted git repository.

rfellows pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 317469c34d NIFI-13923 update CS listing breadcrumb UX to match the 
canvas breadcrumb UX (#10395)
317469c34d is described below

commit 317469c34d1d27fa2876b92e3c4551937de19ec4
Author: Scott Aslan <[email protected]>
AuthorDate: Mon Oct 6 14:04:10 2025 -0400

    NIFI-13923 update CS listing breadcrumb UX to match the canvas breadcrumb 
UX (#10395)
    
    This closes #10395
---
 .../ui/controller-service/controller-services.component.html | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/controller-service/controller-services.component.html
 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/controller-service/controller-services.component.html
index 2a390b9d89..ec79ca2f7c 100644
--- 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/controller-service/controller-services.component.html
+++ 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/controller-service/controller-services.component.html
@@ -28,14 +28,16 @@
                 </div>
             } @else {
                 <div class="flex flex-col h-full gap-y-2">
-                    <div class="flex justify-between">
-                        <breadcrumbs
-                            [entity]="serviceState.breadcrumb"
-                            
[currentProcessGroupId]="serviceState.processGroupId"></breadcrumbs>
+                    <div class="flex justify-between items-center w-full">
+                        <div class="flex-1 min-w-0 mr-4">
+                            <breadcrumbs
+                                [entity]="serviceState.breadcrumb"
+                                
[currentProcessGroupId]="serviceState.processGroupId"></breadcrumbs>
+                        </div>
                         @if (serviceState.breadcrumb.permissions.canWrite) {
                             <button
                                 mat-icon-button
-                                class="primary-icon-button"
+                                class="primary-icon-button shrink-0"
                                 (click)="openNewControllerServiceDialog()">
                                 <i class="fa fa-plus"></i>
                             </button>

Reply via email to