From 7daf6e2e93c2989b278199687bfaeae7d126d0a1 Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Fri, 10 Apr 2020 00:54:40 -0400 Subject: [PATCH] Uniformity is Key Updated logical order to match new server page on build and overview page. --- .../views/admin/servers/view/build.blade.php | 38 +++++++++---------- .../views/admin/servers/view/index.blade.php | 24 ++++++------ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/resources/views/admin/servers/view/build.blade.php b/resources/views/admin/servers/view/build.blade.php index bb55d6b18..e4bbd584c 100644 --- a/resources/views/admin/servers/view/build.blade.php +++ b/resources/views/admin/servers/view/build.blade.php @@ -29,6 +29,21 @@

Resource Management

+
+ +
+ + % +
+

Each physical core on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.

+
+
+ +
+ +
+

Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.

+
@@ -46,19 +61,12 @@

Setting this to 0 will disable swap space on this server. Setting to -1 will allow unlimited swap.

- +
- - % + + MB
-

Each physical core on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.

-
-
- -
- -
-

Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.

+

This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available.

@@ -67,14 +75,6 @@

Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000.

-
- -
- - MB -
-

This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available.

-
diff --git a/resources/views/admin/servers/view/index.blade.php b/resources/views/admin/servers/view/index.blade.php index eccecba70..23c8e42e0 100644 --- a/resources/views/admin/servers/view/index.blade.php +++ b/resources/views/admin/servers/view/index.blade.php @@ -57,18 +57,6 @@ Name {{ $server->name }} - - Memory - {{ $server->memory }}MB / {{ $server->swap }}MB - - - Disk Space - {{ $server->disk }}MB - - - Block IO Weight - {{ $server->io }} - CPU Limit {{ $server->cpu }}% @@ -83,6 +71,18 @@ @endif + + Memory + {{ $server->memory }}MB / {{ $server->swap }}MB + + + Disk Space + {{ $server->disk }}MB + + + Block IO Weight + {{ $server->io }} + Default Connection {{ $server->allocation->ip }}:{{ $server->allocation->port }}