Add all-encompassing permission listing command (#145)
This commit is contained in:
parent
7925f516b8
commit
d8e721c9de
2 changed files with 80 additions and 0 deletions
|
@ -16,6 +16,7 @@ import { RemoveDashboardUserCmd } from "./commands/RemoveDashboardUserCmd";
|
|||
import { Configs } from "../../data/Configs";
|
||||
import { ApiPermissionAssignments } from "../../data/ApiPermissionAssignments";
|
||||
import { ListDashboardUsersCmd } from "./commands/ListDashboardUsersCmd";
|
||||
import { ListDashboardPermsCmd } from "./commands/ListDashboardPermsCmd";
|
||||
|
||||
const defaultOptions = {
|
||||
config: {
|
||||
|
@ -39,6 +40,7 @@ export const BotControlPlugin = zeppelinGlobalPlugin<BotControlPluginType>()("bo
|
|||
AddDashboardUserCmd,
|
||||
RemoveDashboardUserCmd,
|
||||
ListDashboardUsersCmd,
|
||||
ListDashboardPermsCmd,
|
||||
],
|
||||
|
||||
onLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue