From 91ad9b3eaa926ae73d6cda71a05cca0d8a86264c Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 5 Sep 2016 16:31:35 -0400 Subject: [PATCH] fix server name linking on front-end, closes #79 --- CHANGELOG.md | 8 +++++--- resources/views/layouts/master.blade.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6228700ff..310d34c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ This file is a running track of new features and fixes to each version of the panel released starting with `v0.4.0`. ## v0.4.0 (release scheduled ~ Mid September) +Requires `Daemon@0.2.0` ### New Features * Task scheduler supporting customized CRON syntax or dropdown selected options. (currently only support command and power options) @@ -9,15 +10,16 @@ This file is a running track of new features and fixes to each version of the pa * Allows for use of IP rather than a FQDN if the node is not using SSL * Adds support for IP Aliases on display pages for users. This makes it possible to use GRE tunnels and still show the user what IP they should be connecting to. * Adds support for suspending servers -* Adds support for viewing SFTP password within the panel (#74, thanks @ET-Bent) +* Adds support for viewing SFTP password within the panel ([#74](https://github.com/Pterodactyl/Panel/issues/74), thanks [@ET-Bent](https://github.com/ET-Bent)) * Improved API with support for server suspension and build modification. ### Bug Fixes -* Fixes password auto-generation on 'Manage Server' page. (#67, thanks @ET-Bent) +* Fixes password auto-generation on 'Manage Server' page. ([#67](https://github.com/Pterodactyl/Panel/issues/67), thanks [@ET-Bent](https://github.com/ET-Bent)) * Fixes some overly verbose user output when an error occurs -* [Security Patch] Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. (#69) +* [Security Patch] Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. ([#69](https://github.com/Pterodactyl/Panel/issues/69)) * Prevent calling daemon until database call has been confirmed when changing default connection. * Fixes a few display issues relating to subusers and database management. +* Fixes the server name in the header not linking to the server correctly. ([#79](https://github.com/Pterodactyl/Panel/issues/79), thanks [@xX1bumblebee1Xx](https://github.com/xX1bumblebee1Xx)) ### General * Update Laravel to version `5.3` and update dependencies. diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 9ac04e43a..ed6fe93b0 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -172,7 +172,7 @@ @section('server-name') @if (isset($server->name) && isset($node->name)) @endif @show