mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 03:30:51 +01:00
commit
8a6a4addb1
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@harbor/ui",
|
"name": "@harbor/ui",
|
||||||
"version": "1.8.0-rc2",
|
"version": "1.9.0",
|
||||||
"description": "Harbor shared UI components based on Clarity and Angular7",
|
"description": "Harbor shared UI components based on Clarity and Angular7",
|
||||||
"author": "CNCF",
|
"author": "CNCF",
|
||||||
"module": "index.js",
|
"module": "index.js",
|
||||||
|
2
src/portal/package-lock.json
generated
2
src/portal/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "harbor",
|
"name": "harbor",
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "harbor",
|
"name": "harbor",
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"description": "Harbor UI with Clarity",
|
"description": "Harbor UI with Clarity",
|
||||||
"angular-cli": {},
|
"angular-cli": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -45,7 +45,7 @@ registerLocaleData(localePt, 'pt-br');
|
|||||||
|
|
||||||
export function initConfig(configService: AppConfigService, skinableService: SkinableConfig) {
|
export function initConfig(configService: AppConfigService, skinableService: SkinableConfig) {
|
||||||
return () => {
|
return () => {
|
||||||
skinableService.getCustomFile();
|
skinableService.getCustomFile().subscribe();
|
||||||
configService.load().subscribe();
|
configService.load().subscribe();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -109,6 +109,7 @@ export class AddHttpAuthGroupComponent implements OnInit {
|
|||||||
this.currentForm.reset();
|
this.currentForm.reset();
|
||||||
this.addHttpAuthOpened = true;
|
this.addHttpAuthOpened = true;
|
||||||
this.role_id = 1;
|
this.role_id = 1;
|
||||||
|
this.inlineAlert.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user