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/21 20:19:22 UTC

[cloudstack-primate] branch master updated: config: fix missing max guest limit in hypervisor capabilities (#234)

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 59e1057  config: fix missing max guest limit in hypervisor capabilities (#234)
59e1057 is described below

commit 59e1057a6d2e1755dc9f5ebb95b3f49e1515e325
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Sun Mar 22 03:19:05 2020 +0700

    config: fix missing max guest limit in hypervisor capabilities (#234)
    
    Fixes #207
---
 src/config/section/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/config.js b/src/config/section/config.js
index 3108f90..f1aa907 100644
--- a/src/config/section/config.js
+++ b/src/config/section/config.js
@@ -65,7 +65,7 @@ export default {
       title: 'Hypervisor Capabilities',
       icon: 'database',
       permission: ['listHypervisorCapabilities'],
-      columns: ['hypervisor', 'hypervisorversion', 'maxguestlimit', 'maxdatavolumeslimit', 'maxhostspercluster'],
+      columns: ['hypervisor', 'hypervisorversion', 'maxguestslimit', 'maxdatavolumeslimit', 'maxhostspercluster'],
       actions: [
         {
           api: 'updateHypervisorCapabilities',