mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 20:11:51 +00:00
Fix: Incorrect Data Display in Replications Table (#21461)
fix incorrect data display in replications table Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit is contained in:
parent
28896b1bd6
commit
c0ef35896d
|
@ -179,14 +179,6 @@
|
|||
getFlattenLevelString(p.dest_namespace_replace_count)
|
||||
| translate
|
||||
}}</clr-dg-cell>
|
||||
<clr-dg-cell class="trigger">
|
||||
{{ getTriggerTypeI18n(p.trigger) | translate }}
|
||||
<clr-signpost *ngIf="p?.trigger?.trigger_settings?.cron">
|
||||
<clr-signpost-content *clrIfOpen>
|
||||
{{ p?.trigger?.trigger_settings?.cron }}
|
||||
</clr-signpost-content>
|
||||
</clr-signpost>
|
||||
</clr-dg-cell>
|
||||
<clr-dg-cell>{{
|
||||
getBandwidthStr(p.speed) | translate
|
||||
}}</clr-dg-cell>
|
||||
|
@ -206,6 +198,14 @@
|
|||
</clr-tooltip-content>
|
||||
</clr-tooltip>
|
||||
</clr-dg-cell>
|
||||
<clr-dg-cell class="trigger">
|
||||
{{ getTriggerTypeI18n(p.trigger) | translate }}
|
||||
<clr-signpost *ngIf="p?.trigger?.trigger_settings?.cron">
|
||||
<clr-signpost-content *clrIfOpen>
|
||||
{{ p?.trigger?.trigger_settings?.cron }}
|
||||
</clr-signpost-content>
|
||||
</clr-signpost>
|
||||
</clr-dg-cell>
|
||||
</clr-dg-row>
|
||||
<clr-dg-footer>
|
||||
<clr-dg-pagination
|
||||
|
|
Loading…
Reference in New Issue
Block a user