mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Work on the UI to show what episodes have been requested #254
This commit is contained in:
parent
a5cbd5dfd6
commit
0657264dd3
26 changed files with 8438 additions and 15 deletions
|
@ -83,7 +83,8 @@ namespace PlexRequests.UI.Helpers
|
|||
$"<link rel=\"stylesheet\" href=\"{startUrl}/awesome-bootstrap-checkbox.css\" type=\"text/css\"/>",
|
||||
$"<link rel=\"stylesheet\" href=\"{startUrl}/base.css\" type=\"text/css\"/>",
|
||||
$"<link rel=\"stylesheet\" href=\"{startUrl}/Themes/{settings.ThemeName}\" type=\"text/css\"/>",
|
||||
$"<link rel=\"stylesheet\" href=\"{startUrl}/datepicker.min.css\" type=\"text/css\"/>"
|
||||
$"<link rel=\"stylesheet\" href=\"{startUrl}/datepicker.min.css\" type=\"text/css\"/>",
|
||||
$"<link rel=\"stylesheet\" href=\"{startUrl}/tooltip/tooltipster.bundle.min.css\" type=\"text/css\"/>",
|
||||
};
|
||||
|
||||
|
||||
|
@ -98,7 +99,8 @@ namespace PlexRequests.UI.Helpers
|
|||
$"<script src=\"{startUrl}/pace.min.js\"></script>",
|
||||
$"<script src=\"{startUrl}/jquery.mixitup.js\"></script>",
|
||||
$"<script src=\"{startUrl}/moment.min.js\"></script>",
|
||||
$"<script src=\"{startUrl}/bootstrap-datetimepicker.min.js\"></script>"
|
||||
$"<script src=\"{startUrl}/bootstrap-datetimepicker.min.js\"></script>",
|
||||
$"<script src=\"{startUrl}/tooltip/tooltipster.bundle.min.js\"></script>"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue