Merge pull request #10174 from AllForNothing/release-1.10.0

Improve ui for  project config page
This commit is contained in:
Will Sun 2019-12-06 14:59:28 +08:00 committed by GitHub
commit 9efe8b47d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
</clr-control-helper>
</clr-checkbox-container>
<clr-checkbox-container id="prevent-vulenrability-image" class="margin-top-05">
<label></label>
<label><span *ngIf="!withNotary">{{ 'PROJECT_CONFIG.SECURITY' | translate }}</span></label>
<clr-checkbox-wrapper>
<input type="checkbox" clrCheckbox [(ngModel)]="projectPolicy.PreventVulImg"
name="prevent-vulenrability-image-input" [disabled]="!hasChangeConfigRole" />