Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/adf-services/df-service-details/df-paywall-modal.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- eslint-disable prettier/prettier -->
<div class="app-container" style="padding: 12px 20px">
<h1 mat-dialog-title style="text-align: center">Unlock Service</h1>
<mat-dialog-content>
Expand All @@ -12,8 +13,7 @@ <h4>{{ 'paywall.hostedTrial' | transloco }}</h4>
<div class="dynamic-width">
<h4>{{ 'paywall.ossVersion' | transloco }}</h4>
<p>
{{ 'paywall.signup' | transloco
}}<a
{{ 'paywall.signup' | transloco }}<a
href="https://genie.dreamfactory.com/?utm_source=platform&utm_medium=paywall&utm_campaign=hosted"
target="_blank"
>{{ 'paywall.trial' | transloco }}</a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ <h3>
" />
</h3>
<div>
<button mat-button matStepperNext type="button">Next</button>
<button
mat-button
matStepperNext
type="button"
[disabled]="serviceForm.get('type')?.value === ''">
Next
</button>
</div>
</div>
<mat-form-field class="dynamic-width" appearance="outline">
Expand Down Expand Up @@ -90,7 +96,13 @@ <h4 class="text-center">{{ type.label }}</h4>
</div>
</div>
<div>
<button mat-button matStepperNext type="button">Next</button>
<button
mat-button
matStepperNext
type="button"
[disabled]="serviceForm.get('type')?.value === ''">
Next
</button>
</div>
</div>
</mat-step>
Expand Down Expand Up @@ -158,7 +170,16 @@ <h4 class="text-center">{{ type.label }}</h4>
>
<div>
<button mat-button matStepperPrevious type="button">Back</button>
<button mat-button matStepperNext type="button">Next</button>
<button
mat-button
matStepperNext
type="button"
[disabled]="
serviceForm.get('type')?.value === '' &&
serviceForm.get('description')?.value === ''
">
Next
</button>
</div>
<div></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ <h1 class="page-header">
</mat-expansion-panel>
</ng-template>
</ng-container>
</ng-template>
</ng-template>