mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added a url base
This commit is contained in:
parent
68624f6971
commit
1af3c21655
11 changed files with 54 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
@Html.Partial("_Sidebar")
|
||||
<link rel="stylesheet" type="text/css" href="~/Content/dataTables.bootstrap.css" />
|
||||
<link rel="stylesheet" type="text/css" href="~/assets/dataTables.bootstrap.css" />
|
||||
|
||||
<script type="text/javascript" src="~/Content/datatables.min.js"></script>
|
||||
<script type="text/javascript" src="~/assets/datatables.min.js"></script>
|
||||
|
||||
<div class="col-sm-8 col-sm-push-1">
|
||||
<fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue