feat: add cron picker to AlertReportModal (#12032)

* humanize cron display in list view
This commit is contained in:
ʈᵃᵢ
2020-12-14 22:29:31 -08:00
committed by GitHub
parent fda3a2fe7c
commit 6fcda5dac1
16 changed files with 384 additions and 53 deletions

View File

@@ -187,6 +187,7 @@ class TestReportSchedulesApi(SupersetTestCase):
"created_by",
"created_on",
"crontab",
"crontab_humanized",
"id",
"last_eval_dttm",
"last_state",