@if (this.Server.Type == ServerType.GameServer)
{
@@ -35,21 +41,60 @@
|
@this.GetStateCaption() |
- @if (this.IsActionAvailable())
+
+ @if (this.Server.ServerState == ServerState.Started)
+ {
+
+
+ @if (this.Server.Type == ServerType.GameServer)
{
-
+
}
- else
+ }
+ else if ((this.Server.ServerState == ServerState.Stopped))
+ {
+
+
+ @if (this.Server.Type == ServerType.GameServer)
+ {
+
+ }
+ }
+ else
+ {
+
+
+ @if (this.Server.Type == ServerType.GameServer)
{
-
+
}
-
+ }
+
+
|
@code {
- private bool _isExpanded;
+ private bool _isDeleted;
///