Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/428134421e029280700444cb9660bf6950a0f1b2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
12 additions and
11 deletions
@ -1,4 +1,4 @@
< div class = "form-group" >
< div class = "form-group" >
< div >
< input type = "text" id = "search" class = "form-control form-control-custom" placeholder = "Search" ( keyup ) = " search ( $ event ) " >
< / div >
@ -107,18 +107,19 @@
< button * ngIf = "!request.available" ( click ) = " changeAvailability ( request , true ) " style = "text-align: right" value = "true" class = "btn btn-sm btn-success-outline change" > < i class = "fa fa-plus" > < / i > {{ 'Requests.MarkAvailable' | translate }}< / button >
< / form >
< div class = "dropdown" * ngIf = "issueCategories && issuesEnabled" >
< button class = "btn btn-sm btn-primary-outline dropdown-toggle" type = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "true" >
< i class = "fa fa-plus" > < / i > Report Issue
< span class = "caret" > < / span >
< / button >
< ul class = "dropdown-menu" aria-labelledby = "dropdownMenu1" >
< li * ngFor = "let cat of issueCategories" > < a [ routerLink ] = " " ( click ) = " reportIssue ( cat , request ) " > {{cat.value}}< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "dropdown" * ngIf = "issueCategories && issuesEnabled" >
< button class = "btn btn-sm btn-primary-outline dropdown-toggle" type = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "true" >
< i class = "fa fa-plus" > < / i > Report Issue
< span class = "caret" > < / span >
< / button >
< ul class = "dropdown-menu" aria-labelledby = "dropdownMenu1" >
< li * ngFor = "let cat of issueCategories" > < a [ routerLink ] = " " ( click ) = " reportIssue ( cat , request ) " > {{cat.value}}< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
@ -133,4 +134,4 @@
< issue-report [ movie ] = " true " [ visible ] = " issuesBarVisible " ( visibleChange ) = " issuesBarVisible = $event;" [ title ] = " issueRequest ? . title "
[issueCategory]="issueCategorySelected" [id]="issueRequest?.id" [providerId]="">< / issue-report >
[issueCategory]="issueCategorySelected" [id]="issueRequest?.id" [providerId]="">< / issue-report >