mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +01:00
Add func about after create label close create panel
This commit is contained in:
parent
82b57971c0
commit
8b2b3b1594
@ -74,4 +74,4 @@
|
||||
.dropdown .dropdown-toggle.btn {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.borderSty{border: 1px solid #A1A1A1; line-height: 22px;}
|
||||
.borderSty{border: 1px solid #A1A1A1 !important; line-height: 22px;}
|
@ -151,6 +151,7 @@ export class CreateEditLabelComponent implements OnInit, OnDestroy {
|
||||
this.inProgress = false;
|
||||
this.reload.emit();
|
||||
this.labelModel = this.initLabel();
|
||||
this.formShow = false;
|
||||
})
|
||||
.catch(err => {
|
||||
this.inProgress = false;
|
||||
@ -164,6 +165,7 @@ export class CreateEditLabelComponent implements OnInit, OnDestroy {
|
||||
this.inProgress = false;
|
||||
this.reload.emit();
|
||||
this.labelModel = this.initLabel();
|
||||
this.formShow = false;
|
||||
})
|
||||
.catch(err => {
|
||||
this.inProgress = false;
|
||||
|
@ -49,7 +49,7 @@
|
||||
"bootstrap": "4.0.0-alpha.5",
|
||||
"codelyzer": "~2.0.0-beta.4",
|
||||
"enhanced-resolve": "^3.0.0",
|
||||
"harbor-ui": "0.7.19-test-5",
|
||||
"harbor-ui": "0.7.19-test-8",
|
||||
"jasmine-core": "2.4.1",
|
||||
"jasmine-spec-reporter": "2.5.0",
|
||||
"karma": "~1.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user