mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
Merge pull request #12881 from dataease/pr@dev-v2@perf_threshold_org_deafult_admin
perf(X-Pack): 阈值告警-仅组织默认管理员可查看组织下所有告警
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 294d28c86b...aaf9fa872a
@@ -186,6 +186,10 @@ public interface UserApi {
|
||||
@GetMapping("/orgAdmin")
|
||||
boolean orgAdmin();
|
||||
|
||||
@Hidden
|
||||
@GetMapping("/defaultOrgAdmin")
|
||||
boolean defaultOrgAdmin();
|
||||
|
||||
@Hidden
|
||||
@GetMapping("/invalidPwd")
|
||||
InvalidPwdVO invalidPwd();
|
||||
|
||||
Reference in New Issue
Block a user