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