Skip to content

Commit

Permalink
bpa stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Oct 28, 2021
1 parent 36fb47e commit 459ae6f
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 start the Best Practice Analysis? 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('<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>');

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

0 comments on commit 459ae6f

Please sign in to comment.