浏览代码

[shell] Add Sqoop2 user permission

Romain Rigaux 13 年之前
父节点
当前提交
97d83bb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/shell/src/shell/settings.py

+ 1 - 0
apps/shell/src/shell/settings.py

@@ -21,6 +21,7 @@ PERMISSION_ACTIONS = (
   ("launch_pig", "Launch the Pig Shell"),
   ("launch_flume", "Launch the Flume Shell"),
   ("launch_hbase", "Launch the HBase Shell"),
+  ("launch_sqoop2", "Launch the Sqoop2 Shell"),
 )
 
 ICON = "/shell/static/art/icon_shell_24.png"