mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: annotation edit modal with antd datepicker (#11500)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user