mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
styling for #298 done, just need to wire up the model and do the actual status check
This commit is contained in:
parent
9f74d31f1d
commit
46f7a0769e
14 changed files with 180 additions and 23 deletions
|
@ -1,3 +1,41 @@
|
|||
@inherits PlexRequests.UI.Helpers.EmptyViewBase<PlexRequests.Core.SettingModels.LandingPageSettings>
|
||||
|
||||
@inherits PlexRequests.UI.Helpers.EmptyViewBase<PlexRequests.UI.Models.LandingPageViewModel>
|
||||
|
||||
|
||||
<img class="center" src="~/Content/images/logo.png" width="300" />
|
||||
|
||||
<div id="area" class="landing-block">
|
||||
@if (Model.NoticeEnable)
|
||||
{
|
||||
<div class="row" style="padding-top: 20px">
|
||||
<div class="col-md-1 col-md-push-4">
|
||||
<i class="fa fa-bell fa-5x"></i>
|
||||
</div>
|
||||
<div class="col-md-5 col-md-push-4">
|
||||
<span class="landing-title">Notice</span>
|
||||
<br/>
|
||||
@Model.NoticeMessage
|
||||
<br/>
|
||||
<strong>6/27/2016 @@ 9:00PM CST to 6/27/2016 @@ 9:00PM CST</strong>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
}
|
||||
<div class="row">
|
||||
<div class="col-md-1 col-md-push-4">
|
||||
<i class="fa fa-check-circle fa-5x"></i>
|
||||
</div>
|
||||
<div class="col-md-5 col-md-push-4">
|
||||
<span class="landing-title">Currently Online</span>
|
||||
<br/>
|
||||
The Plex server is currently online (check this page for continuous status updates)
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 10px">
|
||||
<a href="@Model.ContinueUrl?landing=false" class="btn btn-success-outline">Continue</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue