Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Harbor
Commits
84c9a409
Commit
84c9a409
authored
7 years ago
by
pfh
Browse files
Options
Download
Email Patches
Plain Diff
Stop bubbling event in replication list
parent
5e14601d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ui_ng/lib/src/list-replication-rule/list-replication-rule.component.html.ts
+1
-1
...-replication-rule/list-replication-rule.component.html.ts
src/ui_ng/package.json
+1
-1
src/ui_ng/package.json
with
2 additions
and
2 deletions
+2
-2
src/ui_ng/lib/src/list-replication-rule/list-replication-rule.component.html.ts
+
1
-
1
View file @
84c9a409
...
...
@@ -16,7 +16,7 @@ export const LIST_REPLICATION_RULE_TEMPLATE: string = `
<clr-dg-row *clrDgItems="let p of changedRules" [clrDgItem]="p" (click)="selectRule(p)" [style.backgroundColor]="(projectScope && withReplicationJob && selectedId === p.id) ? '#eee' : ''">
<clr-dg-cell>{{p.name}}</clr-dg-cell>
<clr-dg-cell *ngIf="!projectScope">
<a href="javascript:void(0)" (click)="redirectTo(p)">{{p.projects?.length>0 ? p.projects[0].name : ''}}</a>
<a href="javascript:void(0)" (click)="
$event.stopPropagation();
redirectTo(p)">{{p.projects?.length>0 ? p.projects[0].name : ''}}</a>
</clr-dg-cell>
<clr-dg-cell>
{{p.description ? trancatedDescription(p.description) : '-'}}
...
...
This diff is collapsed.
Click to expand it.
src/ui_ng/package.json
+
1
-
1
View file @
84c9a409
...
...
@@ -31,7 +31,7 @@
"clarity-icons"
:
"^0.10.17"
,
"clarity-ui"
:
"^0.10.17"
,
"core-js"
:
"^2.4.1"
,
"harbor-ui"
:
"0.6.4
1
"
,
"harbor-ui"
:
"0.6.4
2
"
,
"intl"
:
"^1.2.5"
,
"mutationobserver-shim"
:
"^0.3.2"
,
"ngx-cookie"
:
"^1.0.0"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help