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 2022/04/26 09:07:43 UTC

[incubator-linkis] branch dev-1.1.2 updated: ECM page 'instance' display mistake. #2036

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

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


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new 11c8066c6 ECM page 'instance' display mistake. #2036
11c8066c6 is described below

commit 11c8066c66e836c9ab89c9748e422069d912f97b
Author: 李为 <12...@qq.com>
AuthorDate: Tue Apr 26 17:07:36 2022 +0800

    ECM page 'instance' display mistake. #2036
    
    liveipooli
---
 web/src/apps/linkis/module/ECM/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/apps/linkis/module/ECM/index.vue b/web/src/apps/linkis/module/ECM/index.vue
index 407e73748..69e23acaa 100644
--- a/web/src/apps/linkis/module/ECM/index.vue
+++ b/web/src/apps/linkis/module/ECM/index.vue
@@ -240,7 +240,7 @@ export default {
         }
         return data;
       }
-      return  v && (v.cores !== undefined || v.memonry !== undefined || v.instances !== undefined) ? `${calcCompany(v.cores)}cores,${calcCompany(v.memory, true)}G,${calcCompany(v.instances)}apps` : ''
+      return  v && (v.cores !== undefined || v.memonry !== undefined || v.instance !== undefined) ? `${calcCompany(v.cores)}cores,${calcCompany(v.memory, true)}G,${calcCompany(v.instance)}apps` : ''
     }
   },
   created() {


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