change element id in config page

Signed-off-by: sshijun <sshijun@vmware.com>
This commit is contained in:
sshijun 2019-09-12 15:46:16 +08:00
parent 753219834e
commit 30e8e2bbe1

View File

@ -33,7 +33,7 @@
</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>