-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问如何关闭导出功能? #1367
Comments
用了1个小时研究明白了,这个程序里没有这一项功能。 进入docker容器,找到sqlquery.html。修改showExport相关配置为以下内容。
|
这个是前端的, 因为关闭导出也意义不大, 数据泄露风险还在, 所以没做相应的开关, 欢迎 pr |
你这写法太死了,增加个权限,showExport这个变量的值由sql/views.py对用户进行权限判断后传入不是更好? |
问题描述
请问如何关闭导出功能?
或者针对特定的人关闭导出功能?
版本信息
The text was updated successfully, but these errors were encountered: