diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.html b/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.html index 2c5fe9a89..96f1c7caa 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.html +++ b/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.html @@ -121,21 +121,21 @@ {{ 'REPLICATION.DES_REPO_FLATTENING' | translate }} - - - {{ 'REPLICATION.REPLICATION_TRIGGER' | translate }} - - + {{ 'REPLICATION.BANDWIDTH' | translate }} - + {{ 'REPLICATION.DESCRIPTION' | translate }} + + + {{ 'REPLICATION.REPLICATION_TRIGGER' | translate }} + + {{ 'REPLICATION.PLACEHOLDER' | translate }} diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.ts b/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.ts index ffd6b62ab..0ec995dc7 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.ts +++ b/src/portal/src/app/base/left-side-nav/replication/replication/list-replication-rule/list-replication-rule.component.ts @@ -100,7 +100,7 @@ export class ListReplicationRuleComponent implements OnInit, OnDestroy { paused: boolean = false; hiddenArray: boolean[] = getHiddenArrayFromLocalStorage( PageSizeMapKeys.LIST_REPLICATION_RULE_COMPONENT, - [false, false, false, false, false, false, false, true, true] + [false, false, false, false, false, false, true, true, false] ); @ViewChild('datagrid') datagrid: ClrDatagrid;