diff --git a/jcloud/hooks.py b/jcloud/hooks.py index bb5cccd..f4535c1 100644 --- a/jcloud/hooks.py +++ b/jcloud/hooks.py @@ -292,7 +292,6 @@ scheduler_events = { ], "0 0 1 */3 *": ["jcloud.jcloud.pagetype.backup_restoration_test.backup_test.run_backup_restore_test"], "0 8 * * *": [ - "jcloud.jcloud.pagetype.aws_savings_plan_recommendation.aws_savings_plan_recommendation.create", "jcloud.jcloud.cleanup.reset_large_output_fields_from_ansible_tasks", ], "0 21 * * *": [ @@ -302,7 +301,6 @@ scheduler_events = { "0 6 * * *": [ "jcloud.jcloud.audit.suspend_sites_with_disabled_team", "jcloud.jcloud.pagetype.tls_certificate.tls_certificate.retrigger_failed_wildcard_tls_callbacks", - "jcloud.jcloud.pagetype.aws_savings_plan_recommendation.aws_savings_plan_recommendation.refresh", "jcloud.infrastructure.pagetype.ssh_access_audit.ssh_access_audit.run", ], }, diff --git a/jcloud/jcloud/pagetype/jcloud_settings/jcloud_settings.js b/jcloud/jcloud/pagetype/jcloud_settings/jcloud_settings.js index e0ba1f5..5cd019a 100644 --- a/jcloud/jcloud/pagetype/jcloud_settings/jcloud_settings.js +++ b/jcloud/jcloud/pagetype/jcloud_settings/jcloud_settings.js @@ -2,28 +2,5 @@ // For license information, please see license.txt jingrow.ui.form.on('Jcloud Settings', { - create_stripe_webhook(frm) { - frm.call('create_stripe_webhook'); - }, - create_github_app(frm) { - frm.call({ - method: 'get_github_app_manifest', - pg: frm.pg, - callback: (response) => { - window.location.href = response.message; - let $form = $('