style: make database list less bloated (#10462)

This commit is contained in:
Maxime Beauchemin 2020-07-29 16:14:39 -07:00 committed by GitHub
parent 1fbd920902
commit 796f8e7d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -37,10 +37,8 @@ class DatabaseMixin:
list_columns = [
"database_name",
"backend",
"allow_run_async",
"allow_dml",
"allow_csv_upload",
"expose_in_sqllab",
"allow_run_async",
"creator",
"modified",
]
@ -197,7 +195,7 @@ class DatabaseMixin:
"extra": _("Extra"),
"encrypted_extra": _("Secure Extra"),
"server_cert": _("Root certificate"),
"allow_run_async": _("Asynchronous Query Execution"),
"allow_run_async": _("Async Execution"),
"impersonate_user": _("Impersonate the logged on user"),
"allow_csv_upload": _("Allow Csv Upload"),
"modified": _("Modified"),