]> git.proxmox.com Git - pmg-gui.git/commitdiff
Dashboard.js - fix subscription status for single node installations
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 13 Nov 2017 09:32:16 +0000 (10:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 13 Nov 2017 09:32:16 +0000 (10:32 +0100)
js/Dashboard.js

index 0505cbd4765020e3d75fddec56eeba5c7c13c917..fcad8edc396c43ebf222706a39f8f8af4c18e027 100644 (file)
@@ -175,6 +175,7 @@ Ext.define('PMG.Dashboard', {
                autoLoad: true,
                autoDestroy: true,
                proxy: {
+                   extraParams: { list_single_node: 1 },
                    type: 'proxmox',
                    url: '/api2/json/config/cluster/status'
                },