You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/27 10:45:05 UTC

[cloudstack-primate] branch master updated: infra: show host configure HA action (#267)

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

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new f3ff5c3  infra: show host configure HA action (#267)
f3ff5c3 is described below

commit f3ff5c39e688e4b5117b3ebb2c1631175ba70cf8
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Fri Mar 27 16:14:56 2020 +0530

    infra: show host configure HA action (#267)
    
    Fixes #200
    
    Signed-off-by: Abhishek Kumar <ab...@gmail.com>
---
 src/config/section/infra/hosts.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/config/section/infra/hosts.js b/src/config/section/infra/hosts.js
index e225ca7..297cba9 100644
--- a/src/config/section/infra/hosts.js
+++ b/src/config/section/infra/hosts.js
@@ -192,7 +192,6 @@ export default {
       label: 'label.ha.configure',
       dataView: true,
       args: ['hostid', 'provider'],
-      show: (record) => { return ['KVM'].includes(record.hypervisor) },
       mapping: {
         hostid: {
           value: (record) => { return record.id }