mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed the issue where the Release build would not show the admin screens!
This commit is contained in:
parent
50c15bfc80
commit
2935bee30d
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
@Html.Partial("/Admin/_Sidebar")
|
||||
@Html.Partial("_Sidebar")
|
||||
|
||||
<div class="col-sm-8">
|
||||
<form class="form-horizontal" method="POST" action="/admin/authentication" id="mainForm">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@Html.Partial("/Admin/_Sidebar")
|
||||
@Html.Partial("_Sidebar")
|
||||
@{
|
||||
int port;
|
||||
if (Model.Port == 0)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@Html.Partial("/Admin/_Sidebar")
|
||||
@Html.Partial("_Sidebar")
|
||||
@{
|
||||
int port;
|
||||
if (Model.Port == 0)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@Html.Partial("/Admin/_Sidebar")
|
||||
@Html.Partial("_Sidebar")
|
||||
@{
|
||||
int port;
|
||||
if (Model.Port == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue