diff --git a/musician/templates/musician/dashboard.html b/musician/templates/musician/dashboard.html
index 53c694e..d621e1c 100644
--- a/musician/templates/musician/dashboard.html
+++ b/musician/templates/musician/dashboard.html
@@ -40,7 +40,8 @@
@@ -120,7 +121,7 @@
@@ -137,6 +138,7 @@ $('#configDetailsModal').on('show.bs.modal', function (event) {
modal.find('.modal-body #config-username').text(button.data('username'));
modal.find('.modal-body #config-password').text(button.data('password'));
modal.find('.modal-body #config-root').text(button.data('root'));
+ modal.find('.modal-footer .btn').attr('href', button.data('url'));
})
{% endblock %}