diff --git a/src/portal/lib/src/create-edit-rule/create-edit-rule.component.html b/src/portal/lib/src/create-edit-rule/create-edit-rule.component.html index 65aa1d410..178750aae 100644 --- a/src/portal/lib/src/create-edit-rule/create-edit-rule.component.html +++ b/src/portal/lib/src/create-edit-rule/create-edit-rule.component.html @@ -21,8 +21,8 @@
-
- +
+ @@ -31,8 +31,8 @@
-
- +
+ diff --git a/src/portal/lib/src/replication/replication.component.ts b/src/portal/lib/src/replication/replication.component.ts index 4d6693db8..daab204d4 100644 --- a/src/portal/lib/src/replication/replication.component.ts +++ b/src/portal/lib/src/replication/replication.component.ts @@ -488,6 +488,8 @@ export class ReplicationComponent implements OnInit, OnDestroy { if (seconds <= 0 && timesDiff > 0) { return timesDiff + 'ms'; + } else { + return '-'; } } }