You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/08/02 10:22:56 UTC

[kylin] branch master updated: KYLIN-4093: Slow query pages should be open to all users of the project

This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new d73838b  KYLIN-4093: Slow query pages should be open to all users of the project
d73838b is described below

commit d73838b29336c960e27e2232b9c1440d264f7f13
Author: Liu Shaohui <li...@xiaomi.com>
AuthorDate: Wed Jun 12 15:06:36 2019 +0800

    KYLIN-4093: Slow query pages should be open to all users of the project
---
 webapp/app/partials/jobs/jobs.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/webapp/app/partials/jobs/jobs.html b/webapp/app/partials/jobs/jobs.html
index 7c8de32..1e31058 100644
--- a/webapp/app/partials/jobs/jobs.html
+++ b/webapp/app/partials/jobs/jobs.html
@@ -33,7 +33,7 @@
 
 <div class="row models-main dataTables_wrapper"  style="padding-top:10px;padding-left: 5px;">
   <div ng-class="row">
-    <tabset ng-if="userService.hasRole('ROLE_ADMIN')">
+    <tabset>
       <tab heading="Jobs" select="jobTabSelected('jobs')" active="tabs[2].active">
         <div class="col-xs-12" ng-include src="'partials/jobs/jobList.html'"></div>
       </tab>
@@ -41,7 +41,6 @@
         <div class="col-xs-12" ng-include src="'partials/jobs/badQuery.html'"></div>
       </tab>
     </tabset>
-    <div ng-if="!userService.hasRole('ROLE_ADMIN')" class="col-xs-12" ng-include src="'partials/jobs/jobList.html'"></div>
   </div>
 </div>