|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
|
|
|
|
|
<fieldset *ngIf="settings">
|
|
|
|
|
<legend>Customization</legend>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<!-- <div class="row">
|
|
|
|
|
<div class="col-md-2 col-md-push-10">
|
|
|
|
|
<span style="vertical-align: top;">Advanced</span>
|
|
|
|
|
<p-inputSwitch id="customInputSwitch" [(ngModel)]="advanced"></p-inputSwitch>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="col-md-5">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="applicationName" class="control-label">Application Name</label>
|
|
|
|
@ -26,13 +26,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" *ngIf="advanced">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<input type="checkbox" id="enable" [(ngModel)]="settings.mobile" [checked]="settings.mobile">
|
|
|
|
|
<label for="enable">Enable Mobile</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="form-group">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<input type="checkbox" id="enable" [(ngModel)]="settings.recentlyAddedPage" [checked]="settings.recentlyAddedPage">
|
|
|
|
|