Repository: kylin
Updated Branches:
  refs/heads/2.x-staging a29faec53 -> 2a441191d


minor,UI modeler&analyst permission update


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2a441191
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2a441191
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2a441191

Branch: refs/heads/2.x-staging
Commit: 2a441191d32eff7bb3061efe48f7087e857809bf
Parents: a29faec
Author: janzhongi <jiazh...@ebay.com>
Authored: Wed Jan 27 19:56:51 2016 +0800
Committer: janzhongi <jiazh...@ebay.com>
Committed: Wed Jan 27 19:56:51 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/jobs/jobs.html     | 2 +-
 webapp/app/partials/models/models.html | 2 +-
 webapp/app/partials/query/query.html   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2a441191/webapp/app/partials/jobs/jobs.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/jobs/jobs.html 
b/webapp/app/partials/jobs/jobs.html
index 5555730..daf4578 100644
--- a/webapp/app/partials/jobs/jobs.html
+++ b/webapp/app/partials/jobs/jobs.html
@@ -22,7 +22,7 @@
         <form ng-if="userService.isAuthorized()">
             <div class="form-group" 
ng-if="userService.hasRole('ROLE_MODELER')" >
                 <a class="btn btn-xs btn-info" href="projects" tooltip="Manage 
Project"><i class="fa fa-gears"></i></a>
-                <a class="btn btn-xs btn-primary" style="width: 29px" 
tooltip="Add Project" ng-click="toCreateProj()">
+              <a class="btn btn-xs btn-primary" 
ng-if="userService.hasRole('ROLE_ADMIN')||kylinConfig.getDeployEnv()!=='PROD'" 
style="width: 29px" tooltip="Add Project" ng-click="toCreateProj()">
                     <i class="fa fa-plus"></i>
                 </a>
             </div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/2a441191/webapp/app/partials/models/models.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/models/models.html 
b/webapp/app/partials/models/models.html
index c0b7a05..88cc6f3 100644
--- a/webapp/app/partials/models/models.html
+++ b/webapp/app/partials/models/models.html
@@ -21,7 +21,7 @@
     <form class="navbar-form navbar-left" style="margin-top: 0px !important;" 
ng-if="userService.isAuthorized()">
         <div class="form-group" ng-if="userService.hasRole('ROLE_MODELER')" >
             <a class="btn btn-xs btn-info" href="projects" tooltip="Manage 
Project"><i class="fa fa-gears"></i></a>
-            <a class="btn btn-xs btn-primary" style="width: 29px" tooltip="Add 
Project" ng-click="toCreateProj()">
+          <a class="btn btn-xs btn-primary" 
ng-if="userService.hasRole('ROLE_ADMIN')||kylinConfig.getDeployEnv()!=='PROD'" 
style="width: 29px" tooltip="Add Project" ng-click="toCreateProj()">
                 <i class="fa fa-plus"></i>
             </a>
         </div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/2a441191/webapp/app/partials/query/query.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query.html 
b/webapp/app/partials/query/query.html
index 7b865fc..0af08d6 100644
--- a/webapp/app/partials/query/query.html
+++ b/webapp/app/partials/query/query.html
@@ -21,7 +21,7 @@
     <form class="navbar-form navbar-left" style="margin-top: 0px !important;" 
ng-if="userService.isAuthorized()">
         <div class="form-group" ng-if="userService.hasRole('ROLE_MODELER')">
             <a class="btn btn-xs btn-info" href="projects" tooltip="Manage 
Project"><i class="fa fa-gears"></i></a>
-            <a class="btn btn-xs btn-primary" style="width: 29px" tooltip="Add 
Project" ng-click="toCreateProj()">
+          <a class="btn btn-xs btn-primary" 
ng-if="userService.hasRole('ROLE_ADMIN')||kylinConfig.getDeployEnv()!=='PROD'" 
style="width: 29px" tooltip="Add Project" ng-click="toCreateProj()">
                 <i class="fa fa-plus"></i>
             </a>
         </div>

Reply via email to