diff --git a/powerdnsadmin/templates/admin_history_table.html b/powerdnsadmin/templates/admin_history_table.html index cf31e0e..4f3d73d 100644 --- a/powerdnsadmin/templates/admin_history_table.html +++ b/powerdnsadmin/templates/admin_history_table.html @@ -24,19 +24,20 @@ {{ history.history.created_on }} + @@ -45,17 +46,10 @@ - - \ No newline at end of file + diff --git a/powerdnsadmin/templates/dashboard.html b/powerdnsadmin/templates/dashboard.html index e018be3..0e5b3b5 100755 --- a/powerdnsadmin/templates/dashboard.html +++ b/powerdnsadmin/templates/dashboard.html @@ -114,20 +114,20 @@ {{ history.history.msg }} {{ history.history.created_on }} + @@ -243,7 +243,8 @@ $(document.body).on('click', '.history-info-button', function () { var modal = $("#modal_history_info"); - var info = $(this).val(); + var history_id = $(this).val(); + var info = $("#history-info-div-" + history_id).html(); $('#modal-info-content').html(info); modal.modal('show'); });