diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6755a63..1cca04bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * Support for CS:GO as a default service option selection. * Support for GMOD as a default service option selection. +### Fixed +* Using default value in rules when creating a new variable if the rules is empty. + ## v0.6.4 (Courageous Carniadactylus) ### Fixed * Fixed the console rendering on page load, I guess people don't like watching it load line-by-line for 10 minutes. Who would have guessed... diff --git a/resources/themes/pterodactyl/admin/services/options/variables.blade.php b/resources/themes/pterodactyl/admin/services/options/variables.blade.php index 975745dfe..c3e6a1419 100644 --- a/resources/themes/pterodactyl/admin/services/options/variables.blade.php +++ b/resources/themes/pterodactyl/admin/services/options/variables.blade.php @@ -139,7 +139,7 @@
- +

These rules are defined using standard Laravel Framework validation rules.