feat: annotation edit modal with antd datepicker (#11500)

This commit is contained in:
Lily Kuang
2020-11-03 12:59:13 -08:00
committed by GitHub
parent 6f2e36dd1b
commit eef4809978
9 changed files with 488 additions and 28 deletions

View File

@@ -70,6 +70,7 @@ class AnnotationRestApi(BaseSupersetModelRestApi):
allow_browser_login = True
show_columns = [
"id",
"short_descr",
"long_descr",
"start_dttm",
@@ -79,6 +80,7 @@ class AnnotationRestApi(BaseSupersetModelRestApi):
"layer.name",
]
list_columns = [
"id",
"changed_by.first_name",
"changed_by.id",
"changed_on_delta_humanized",