Skip to content

Commit

Permalink
Addressed Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuvar committed Oct 19, 2020
1 parent 46cb977 commit 47b3749
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ <h1>{{i18n.keyID['sds_creatFileShare']}}</h1>
<p-dropdown [style]="{'min-width':'150px','width':'220px'}" placeholder="Please select" [options]="backendsOption" (onChange)="updateFormAndRegion()" formControlName="backend"></p-dropdown>
</form-item>
<form-item *ngIf="cloudFileShareCreateForm.controls['sfsType']" label="{{label.sfs_type}}" [required]="true">
<span *ngIf = "false"><p-radioButton label="Auto" formControlName="sfsType" name="typeRadioGroup" value="Auto"></p-radioButton></span>
<span><p-radioButton label="SFS" formControlName="sfsType" name="typeRadioGroup" value="SFS"></p-radioButton></span>
<span style="margin-left: 30px;"><p-radioButton label="SFS_Turbo" formControlName="sfsType" name="typeRadioGroup" value="SFS_Turbo" disabled="true"></p-radioButton></span>

Expand Down

0 comments on commit 47b3749

Please sign in to comment.