You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/03/22 02:49:50 UTC

[linkis] branch dev-1.3.2 updated: update udfManager auth (#4399)

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

casion pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new 11a37879d update udfManager auth (#4399)
11a37879d is described below

commit 11a37879dcc48a712f6246485dbbd4a5a0f2bac6
Author: aiceflower <ki...@gmail.com>
AuthorDate: Wed Mar 22 10:49:44 2023 +0800

    update udfManager auth (#4399)
    
    Co-authored-by: aiceflower <ki...@sina.com>
---
 linkis-web/src/apps/linkis/view/linkis/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-web/src/apps/linkis/view/linkis/index.vue b/linkis-web/src/apps/linkis/view/linkis/index.vue
index e848ed1b3..671da9e06 100644
--- a/linkis-web/src/apps/linkis/view/linkis/index.vue
+++ b/linkis-web/src/apps/linkis/view/linkis/index.vue
@@ -51,7 +51,7 @@
                       v-for="(item3, index3) in (item.key === '1-9' ? urmSideNavList.children : item.key === '1-8' ?datasourceNavList.children:basedataNavList.children)"
                       :key="index3" @on-click="clickToRoute">
                       <div
-                        v-if="isLogAdmin ? true : item3.key === '1-8-1' || item3.key === '1-9-2' || item3.key === '1-9-3' || item3.key === '1-9-1'">
+                        v-if="isLogAdmin ? true : item3.key === '1-8-1' || item3.key === '1-9-2' || item3.key === '1-9-1'">
                         <Cell :key="index3" :class="{ crrentItem: crrentItem === item3.key }"
                           :title="item3.name" :name="item3.key" />
                       </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org