Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/775e18e2d3e6efc163ce65630aeb5e830df1d08d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed in regards to the Request Button showing up.

Still need to investiagte the availability side of things
pull/2922/head
Jamie Rees 6 years ago
parent 2b1eebafd1
commit 775e18e2d3

@ -80,7 +80,7 @@
<i class="fa fa-check"></i> {{ 'Common.Available' | translate }}</button>
</div>
<div *ngIf="!result.fullyAvailable">
<div *ngIf="result.requested || result.approved; then requestedBtn else notRequestedBtn"></div>
<div *ngIf="result.requested || result.approved || result.monitored; then requestedBtn else notRequestedBtn"></div>
<ng-template #requestedBtn>
<button style="text-align: right" class="btn btn-primary-outline disabled" [disabled]>
<i class="fa fa-check"></i> {{ 'Common.Requested' | translate }}</button>

Loading…
Cancel
Save