mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Update jobs.component.html
Place Submit button below column split.
This commit is contained in:
parent
cd60035bde
commit
d6c5984c96
1 changed files with 6 additions and 10 deletions
|
@ -41,14 +41,6 @@
|
|||
<small *ngIf="form.get('automaticUpdater').hasError('required')" class="error-text">The Automatic Update is required</small>
|
||||
<button type="button" class="btn btn-sm btn-primary-outline" (click)="testCron(form.get('automaticUpdater')?.value)">Test</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div>
|
||||
<button type="submit" [disabled]="form.invalid" class="btn btn-primary-outline">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
|
@ -92,8 +84,12 @@
|
|||
<small *ngIf="form.get('newsletter').hasError('required')" class="error-text">The Newsletter is required</small>
|
||||
<button type="button" class="btn btn-sm btn-primary-outline" (click)="testCron(form.get('newsletter')?.value)">Test</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div>
|
||||
<button type="submit" [disabled]="form.invalid" class="btn btn-primary-outline">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
@ -102,4 +98,4 @@
|
|||
<ul *ngIf="testModel">
|
||||
<li *ngFor="let item of testModel.schedule">{{item | date:'short'}}</li>
|
||||
</ul>
|
||||
</p-dialog>
|
||||
</p-dialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue