mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed landing page
This commit is contained in:
parent
a79e038995
commit
02cd6608d0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
public int ServersAvailable { get; set; }
|
||||
public int ServersUnavailable { get; set; }
|
||||
public bool PartiallyDown => ServersUnavailable > 0 && ServersAvailable > 0;
|
||||
public bool CompletlyDown => ServersUnavailable > 0 && ServersAvailable == 0;
|
||||
public bool CompletelyDown => ServersUnavailable > 0 && ServersAvailable == 0;
|
||||
public bool FullyAvailable => ServersUnavailable == 0 && ServersAvailable > 0;
|
||||
public int TotalServers => ServersUnavailable + ServersAvailable;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue