Merge pull request #9073 from AllForNothing/quota-id

change element id in config page
This commit is contained in:
Mia ZHOU 2019-09-12 16:49:38 +08:00 committed by GitHub
commit 0d11caa1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,11 +33,11 @@
</ng-template>
</clr-tab>
<clr-tab>
<button id="config-system" clrTabLink>{{'CONFIG.PROJECT_QUOTAS' | translate }}</button>
<button id="config-quotas" clrTabLink>{{'CONFIG.PROJECT_QUOTAS' | translate }}</button>
<clr-tab-content id="project_quotas" *clrIfActive>
<project-quotas [(allConfig)]="allConfig" (refreshAllconfig)="refreshAllconfig()"></project-quotas>
</clr-tab-content>
</clr-tab>
</clr-tabs>
</div>
</div>
</div>