Skip to content

Commit

Permalink
community decided the modal needs changing
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Oct 28, 2021
1 parent 459ae6f commit e2cb0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/datatables/datatablesBestPracticeAnalyser.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(document).ready(function () {
text: 'Force Refresh All Data',
className: 'btn btn-primary btn-sm',
action: function (e, dt, button, config) {
$('#APIContent').html('<label class="form-check-label" >Are you sure you want to force the Best Practice Analysis to run? This will slow down normal usage considerably.</label><br><nothing class="APIConfirmed"><a href="/api/BestPracticeAnalyser_OrchestrationStarter"><button id="Confirmed" class="btn btn-primary APIConfirmed">Yes</button></a></nothing><nothing class="APIDenied"> <button data-bs-dismiss="modal" class="btn btn-primary APIDenied">No</button>');
$('#APIContent').html('<center><label class="form-check-label" >Are you sure you want to force the Best Practice Analysis to run? This will slow down normal usage considerably.<br /><br /></label><br><nothing class="APIConfirmed"><a href="/api/BestPracticeAnalyser_OrchestrationStarter"><button id="Confirmed" class="btn btn-primary APIConfirmed">Yes</button></a></nothing><nothing class="APIDenied"> <button data-bs-dismiss="modal" class="btn btn-primary APIDenied">No</button></center>');

document.getElementById("PopModal").click();
}
Expand Down

0 comments on commit e2cb0f1

Please sign in to comment.