mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 15:17:43 +01:00
Merge pull request #11717 from AllForNothing/testing-3
Fix bugs for testing kick 3
This commit is contained in:
commit
ae9f8f6d5d
@ -104,11 +104,6 @@
|
||||
<clr-icon shape="network-globe" clrVerticalNavIcon></clr-icon>
|
||||
{{'SIDE_NAV.HARBOR_API_MANAGEMENT' | translate}}
|
||||
</a>
|
||||
<a class="font-size-13" clrVerticalNavLink target="_blank" routerLink="/devcenter-api"
|
||||
routerLinkActive="active">
|
||||
<clr-icon shape="network-globe" clrVerticalNavIcon></clr-icon>
|
||||
{{'SIDE_NAV.HELM_API_MANAGEMENT' | translate}}
|
||||
</a>
|
||||
</clr-vertical-nav-group-children>
|
||||
</clr-vertical-nav-group>
|
||||
</div>
|
||||
@ -119,4 +114,4 @@
|
||||
<account-settings-modal></account-settings-modal>
|
||||
<password-setting></password-setting>
|
||||
<confiramtion-dialog></confiramtion-dialog>
|
||||
<about-dialog></about-dialog>
|
||||
<about-dialog></about-dialog>
|
||||
|
@ -189,6 +189,7 @@ export class ProjectQuotasComponent implements OnChanges {
|
||||
|
||||
this.quotaService.getQuotaList(QuotaType, pageNumber, this.pageSize, sortBy).pipe(finalize(() => {
|
||||
this.loading = false;
|
||||
this.selectedRow = [];
|
||||
})).subscribe(res => {
|
||||
if (res.headers) {
|
||||
let xHeader: string = res.headers.get("X-Total-Count");
|
||||
|
Loading…
Reference in New Issue
Block a user