Skip to content

Commit 2c95897

Browse files
committed
Fix #4808
1 parent b0c74d8 commit 2c95897

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/src/app/components/bucket/bucket-data-placement-policy-form/bucket-data-placement-policy-form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ const columns = deepFreeze([
2929
},
3030
{
3131
name: 'healthyHosts',
32-
label: 'Healthy Nodes in Pool'
32+
label: 'Healthy Nodes'
3333
},
3434
{
3535
name: 'healthyNodes',
36-
label: 'Healthy Drives on Nodes'
36+
label: 'Healthy Drives'
3737
},
3838
{
3939
name: 'bucketUsage',

frontend/src/app/components/modals/edit-bucket-placement-modal/edit-bucket-placement-modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const columns = deepFreeze([
3737
},
3838
{
3939
name: 'healthyHosts',
40-
label: 'Healthy Nodes in Pool'
40+
label: 'Healthy Nodes'
4141
},
4242
{
4343
name: 'healthyNodes',
44-
label: 'Healthy Drives on Nodes'
44+
label: 'Healthy Drives'
4545
},
4646
{
4747
name: 'usage',

frontend/src/app/components/modals/edit-bucket-placement-modal/edit-bucket-placement-modal.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
text-align: left;
2727
width: 100%;
28-
max-width: 124px;
28+
max-width: 92px;
2929
}
3030

3131
.healthy-hosts-col {

0 commit comments

Comments
 (0)