mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 07:37:38 +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>
|
<clr-icon shape="network-globe" clrVerticalNavIcon></clr-icon>
|
||||||
{{'SIDE_NAV.HARBOR_API_MANAGEMENT' | translate}}
|
{{'SIDE_NAV.HARBOR_API_MANAGEMENT' | translate}}
|
||||||
</a>
|
</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-children>
|
||||||
</clr-vertical-nav-group>
|
</clr-vertical-nav-group>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,6 +189,7 @@ export class ProjectQuotasComponent implements OnChanges {
|
|||||||
|
|
||||||
this.quotaService.getQuotaList(QuotaType, pageNumber, this.pageSize, sortBy).pipe(finalize(() => {
|
this.quotaService.getQuotaList(QuotaType, pageNumber, this.pageSize, sortBy).pipe(finalize(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
this.selectedRow = [];
|
||||||
})).subscribe(res => {
|
})).subscribe(res => {
|
||||||
if (res.headers) {
|
if (res.headers) {
|
||||||
let xHeader: string = res.headers.get("X-Total-Count");
|
let xHeader: string = res.headers.get("X-Total-Count");
|
||||||
|
Loading…
Reference in New Issue
Block a user