Ver Fonte

added test cron button function logic

CauseFX há 4 anos atrás
pai
commit
ec97372fa2
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 6 - 0
js/custom.js

@@ -1934,4 +1934,10 @@ $(document).on('click', '.log-details', function() {
 // Choose Log choose-organizr-log
 $(document).on("change", ".choose-organizr-log", function () {
 	organizrLogTable.ajax.url($(this).val()).load();
+});
+
+// Test cron
+$(document).on('click', '.test-cron', function() {
+	let cron = $(this).parent().parent().find('input').val();
+	testAPIConnection('cron',cron);
 });

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
js/custom.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff