You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/04/30 14:36:56 UTC

[linkis] branch dev-1.4.0 updated: Release refresh button (#4507)

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

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


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new bfde76c6f Release refresh button (#4507)
bfde76c6f is described below

commit bfde76c6fba767ca1d6eafd3223878365ace0f58
Author: jacktao007 <zh...@apache.org>
AuthorDate: Sun Apr 30 22:36:50 2023 +0800

    Release refresh button (#4507)
---
 linkis-web/src/apps/linkis/module/resourceManagement/index.vue | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/linkis-web/src/apps/linkis/module/resourceManagement/index.vue b/linkis-web/src/apps/linkis/module/resourceManagement/index.vue
index 966120522..12f438b5a 100644
--- a/linkis-web/src/apps/linkis/module/resourceManagement/index.vue
+++ b/linkis-web/src/apps/linkis/module/resourceManagement/index.vue
@@ -22,8 +22,12 @@
       size="large"
       fix/>
     <div class="resource-title" :class="{'admin-title': !isAdminModel}">
-      <!-- <span class="title-text" >{{$t('message.linkis.resourceManagement.resourceUsage')}}</span>
-      <Icon class="title-icon" @click="refreshResource" type="md-refresh"></Icon> -->
+      <div style="display: inline-block;">
+        <div style="display: flex;align-items: center; height: 37px;margin-right: 10px">
+          <span class="title-text" >{{$t('message.linkis.resourceManagement.resourceUsage')}}</span>
+          <Icon class="title-icon" @click="refreshResource" type="md-refresh"></Icon>
+        </div>
+      </div>
       <Form v-if="isLogAdmin" class="global-history-searchbar" :style="{float: isAdminModel ? 'none' : 'right'}" :model="searchBar" inline>
         <FormItem v-show="isAdminModel" prop="userName" :label="$t('message.linkis.userName')">
           <Input


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