]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard:fixed alignment of create action button
authorAnkit <51ankitkp@gmail.com>
Fri, 21 Mar 2025 11:26:44 +0000 (16:56 +0530)
committerAnkit <51ankitkp@gmail.com>
Fri, 21 Mar 2025 17:09:08 +0000 (22:39 +0530)
Fixes:https://tracker.ceph.com/issues/70433
Signed-off-by: Ankit Kumar <51ankitkp@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.html

index 320551ef7f28bd9d156e42d265fa413e3b2f9a22..cb0139f7df28ea01e6376916a3e0c5122f137d61 100644 (file)
@@ -10,7 +10,7 @@
           [columns]="initiatorColumns"
           selectionType="multiClick"
           (updateSelection)="updateSelection($event)">
-  <div class="table-actions btn-toolbar">
+  <div class="table-actions">
     <cd-table-actions [permission]="permission"
                       [selection]="selection"
                       class="btn-group"
index 1a24ddfd28cefcdbfef0c101efc86394a5260370..9c82832169060c904661662b2d496490a2179d76 100644 (file)
@@ -11,7 +11,7 @@
           forceIdentifier="true"
           selectionType="single"
           (updateSelection)="updateSelection($event)">
-  <div class="table-actions btn-toolbar">
+  <div class="table-actions">
     <cd-table-actions [permission]="permission"
                       [selection]="selection"
                       class="btn-group"
index bebe1700f5ac76a5b2e910f718f42bc807c3135b..6067a75ca2d189f51fa45e724365b5de626981d6 100644 (file)
@@ -10,7 +10,7 @@
           selectionType="single"
           (updateSelection)="updateSelection($event)">
 
-  <div class="table-actions btn-toolbar">
+  <div class="table-actions">
     <cd-table-actions [permission]="permission"
                       [selection]="selection"
                       class="btn-group"
index 1d5c1324ecbd3da4375e9f293f415092370637d6..5fe69509715f1df1d3a803c429556c2c6144e7f1 100644 (file)
@@ -30,7 +30,7 @@
           (setExpandedRow)="setExpandedRow($event)"
           (updateSelection)="updateSelection($event)">
 
-  <div class="table-actions btn-toolbar">
+  <div class="table-actions">
     <cd-table-actions [permission]="permission"
                       [selection]="selection"
                       class="btn-group"
index 8f45ce49bbf8e3f2995032af62502cfda0cec609..fb3ad72369154cbbbaf32462cc8927225ae2e3cd 100644 (file)
@@ -30,7 +30,7 @@
           [toolHeader]="true"
           (updateSelection)="updateSelection($event, flowType.symmetrical)"
           (fetchData)="loadData($event)">
-          <div class="table-actions btn-toolbar">
+          <div class="table-actions">
             <cd-table-actions
               [permission]="permission"
               [selection]="symFlowSelection"
@@ -60,7 +60,7 @@
           [toolHeader]="true"
           (updateSelection)="updateSelection($event, flowType.directional)"
           (fetchData)="loadData($event)">
-          <div class="table-actions btn-toolbar">
+          <div class="table-actions">
             <cd-table-actions
               [permission]="permission"
               [selection]="dirFlowSelection"
@@ -92,7 +92,7 @@
         [toolHeader]="true"
         (updateSelection)="pipeSelection = $event"
         (fetchData)="loadData($event)">
-        <div class="table-actions btn-toolbar">
+        <div class="table-actions">
           <cd-table-actions
             [permission]="permission"
             [selection]="pipeSelection"
index b927750c19ac76381aa400c8f0f8a1b37a5d42b0..fe82858253ac80945bcbd78c8aebee84a404590b 100644 (file)
@@ -22,7 +22,7 @@
   (setExpandedRow)="setExpandedRow($event)"
   (fetchData)="getPolicyList($event)"
   (updateSelection)="updateSelection($event)">
-  <div class="table-actions btn-toolbar">
+  <div class="table-actions">
     <cd-table-actions
       [permission]="permission"
       [selection]="selection"