Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d6c5984c96f44ed92ed9464a1587b0f7dfefbcba
You should set ROOT_URL correctly, otherwise the web may not work correctly.
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 >