Skip to content

Commit 538a576

Browse files
authored
Merge pull request ceph#62430 from ankitk18/fix/alignment-action-btn
mgr/dashboard:fixed alignment of create action button
2 parents a5d21ee + 0d65d14 commit 538a576

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[columns]="initiatorColumns"
1111
selectionType="multiClick"
1212
(updateSelection)="updateSelection($event)">
13-
<div class="table-actions btn-toolbar">
13+
<div class="table-actions">
1414
<cd-table-actions [permission]="permission"
1515
[selection]="selection"
1616
class="btn-group"

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
forceIdentifier="true"
1212
selectionType="single"
1313
(updateSelection)="updateSelection($event)">
14-
<div class="table-actions btn-toolbar">
14+
<div class="table-actions">
1515
<cd-table-actions [permission]="permission"
1616
[selection]="selection"
1717
class="btn-group"

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
selectionType="single"
1111
(updateSelection)="updateSelection($event)">
1212

13-
<div class="table-actions btn-toolbar">
13+
<div class="table-actions">
1414
<cd-table-actions [permission]="permission"
1515
[selection]="selection"
1616
class="btn-group"

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
(setExpandedRow)="setExpandedRow($event)"
3131
(updateSelection)="updateSelection($event)">
3232

33-
<div class="table-actions btn-toolbar">
33+
<div class="table-actions">
3434
<cd-table-actions [permission]="permission"
3535
[selection]="selection"
3636
class="btn-group"

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[toolHeader]="true"
3131
(updateSelection)="updateSelection($event, flowType.symmetrical)"
3232
(fetchData)="loadData($event)">
33-
<div class="table-actions btn-toolbar">
33+
<div class="table-actions">
3434
<cd-table-actions
3535
[permission]="permission"
3636
[selection]="symFlowSelection"
@@ -60,7 +60,7 @@
6060
[toolHeader]="true"
6161
(updateSelection)="updateSelection($event, flowType.directional)"
6262
(fetchData)="loadData($event)">
63-
<div class="table-actions btn-toolbar">
63+
<div class="table-actions">
6464
<cd-table-actions
6565
[permission]="permission"
6666
[selection]="dirFlowSelection"
@@ -92,7 +92,7 @@
9292
[toolHeader]="true"
9393
(updateSelection)="pipeSelection = $event"
9494
(fetchData)="loadData($event)">
95-
<div class="table-actions btn-toolbar">
95+
<div class="table-actions">
9696
<cd-table-actions
9797
[permission]="permission"
9898
[selection]="pipeSelection"

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
(setExpandedRow)="setExpandedRow($event)"
2323
(fetchData)="getPolicyList($event)"
2424
(updateSelection)="updateSelection($event)">
25-
<div class="table-actions btn-toolbar">
25+
<div class="table-actions">
2626
<cd-table-actions
2727
[permission]="permission"
2828
[selection]="selection"

0 commit comments

Comments
 (0)