Bläddra i källkod

[shell] Add Sqoop2 user permission

Romain Rigaux 13 år sedan
förälder
incheckning
97d83bb
1 ändrade filer med 1 tillägg och 0 borttagningar
  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"