diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f8bc8b..291a6b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * Fixes an issue that could occur if a UUID contained `#e#` formatting within it when it comes to creating databases. * Fixed node status display to account for updated daemon security changes. * Fixes default language being selected as German (defaults to English now). +* Fixes bug preventing the deletion of database servers. ### Changed * Using `node:` when filtering servers now properly filters the servers by node name, rather than looking for the node ID. diff --git a/resources/views/admin/databases/index.blade.php b/resources/views/admin/databases/index.blade.php index 00e17660..0549f1d6 100644 --- a/resources/views/admin/databases/index.blade.php +++ b/resources/views/admin/databases/index.blade.php @@ -93,7 +93,7 @@ {{ $db->username }} {{ $db->c_databases }} @if(is_null($db->a_linkedNode))unlinked@else{{ $db->a_linkedNode }}@endif - + @endforeach