From 28052d594360f1fd61f5a8a4f12404afddacf4d9 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sun, 8 Apr 2018 14:27:42 -0400 Subject: [PATCH] Fix html closing tags (#1100) --- resources/themes/pterodactyl/admin/eggs/new.blade.php | 1 + resources/themes/pterodactyl/admin/nodes/index.blade.php | 2 +- resources/themes/pterodactyl/server/files/index.blade.php | 2 +- resources/themes/pterodactyl/server/files/list.blade.php | 2 +- .../themes/pterodactyl/server/settings/allocation.blade.php | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/themes/pterodactyl/admin/eggs/new.blade.php b/resources/themes/pterodactyl/admin/eggs/new.blade.php index 9f55d0a5..8059363f 100644 --- a/resources/themes/pterodactyl/admin/eggs/new.blade.php +++ b/resources/themes/pterodactyl/admin/eggs/new.blade.php @@ -108,6 +108,7 @@

This should be a JSON representation of what values the daemon should be looking for when booting a server to determine completion.

+ diff --git a/resources/themes/pterodactyl/admin/nodes/index.blade.php b/resources/themes/pterodactyl/admin/nodes/index.blade.php index b4f936fb..abaf25e5 100644 --- a/resources/themes/pterodactyl/admin/nodes/index.blade.php +++ b/resources/themes/pterodactyl/admin/nodes/index.blade.php @@ -56,7 +56,7 @@ @foreach ($nodes as $node) - {{ $node->name }} + {{ $node->name }} {{ $node->location->short }} {{ $node->memory }} MB {{ $node->disk }} MB diff --git a/resources/themes/pterodactyl/server/files/index.blade.php b/resources/themes/pterodactyl/server/files/index.blade.php index 6b970ad7..73e23ee3 100644 --- a/resources/themes/pterodactyl/server/files/index.blade.php +++ b/resources/themes/pterodactyl/server/files/index.blade.php @@ -33,7 +33,7 @@

@lang('server.files.path', ['path' => '/home/container', 'size' => '' . $node->upload_size . ' MB'])

-
+
@endsection diff --git a/resources/themes/pterodactyl/server/files/list.blade.php b/resources/themes/pterodactyl/server/files/list.blade.php index e4e88b60..e6a252e5 100644 --- a/resources/themes/pterodactyl/server/files/list.blade.php +++ b/resources/themes/pterodactyl/server/files/list.blade.php @@ -45,7 +45,7 @@ @if (isset($directory['first']) && $directory['first'] === true) - + diff --git a/resources/themes/pterodactyl/server/settings/allocation.blade.php b/resources/themes/pterodactyl/server/settings/allocation.blade.php index 5e73ac5c..4c7d7661 100644 --- a/resources/themes/pterodactyl/server/settings/allocation.blade.php +++ b/resources/themes/pterodactyl/server/settings/allocation.blade.php @@ -74,7 +74,7 @@

@lang('server.config.allocation.help_text')

-
+
@endsection