File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
resources/views/admin/databases Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1111* Fixes an issue that could occur if a UUID contained ` #e# ` formatting within it when it comes to creating databases.
1212* Fixed node status display to account for updated daemon security changes.
1313* Fixes default language being selected as German (defaults to English now).
14+ * Fixes bug preventing the deletion of database servers.
1415
1516### Changed
1617* Using ` node:<name> ` when filtering servers now properly filters the servers by node name, rather than looking for the node ID.
Original file line number Diff line number Diff line change 9393 <td >{{ $db -> username } } </td >
9494 <td class =" text-center" >{{ $db -> c_databases } } </td >
9595 <td >@if (is_null ($db -> a_linkedNode ) )<em >unlinked</em >@else {{ $db -> a_linkedNode } }@endif </td >
96- <td class =" text-center" ><a href =" #" class =" text-danger" data-action =" delete" data-type =" delete-dbserver " data-attr =" {{ $db -> id } }" ><i class =" fa fa-trash-o" ></i ></a ></td >
96+ <td class =" text-center" ><a href =" #" class =" text-danger" data-action =" delete" data-type =" delete-server " data-attr =" {{ $db -> id } }" ><i class =" fa fa-trash-o" ></i ></a ></td >
9797 </tr >
9898 @endforeach
9999 </tbody >
You can’t perform that action at this time.
0 commit comments