From c69668a9eb469c9720d20e4a54ee8b3b8c7c33f8 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 13 Dec 2019 15:13:10 +0100 Subject: [PATCH] Define 'view DNS records' href link. --- musician/templates/musician/dashboard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 %}