Changed the title and the names of some properties
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9fe932ed Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9fe932ed Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9fe932ed Branch: refs/heads/sf-plugins Commit: 9fe932ed0676d06441f56d81fabb0a400f81579c Parents: 35626b6 Author: Mike Tutkowski <[email protected]> Authored: Wed Jul 15 19:41:13 2015 -0600 Committer: Mike Tutkowski <[email protected]> Committed: Fri Sep 18 19:28:21 2015 -0600 ---------------------------------------------------------------------- ui/plugins/sfAdministration/sfAdministration.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9fe932ed/ui/plugins/sfAdministration/sfAdministration.js ---------------------------------------------------------------------- diff --git a/ui/plugins/sfAdministration/sfAdministration.js b/ui/plugins/sfAdministration/sfAdministration.js index ddc0e33..b44038f 100644 --- a/ui/plugins/sfAdministration/sfAdministration.js +++ b/ui/plugins/sfAdministration/sfAdministration.js @@ -2,7 +2,7 @@ cloudStack.plugins.sfAdministration = function(plugin) { plugin.ui.addSection({ id: 'sfAdministration', - title: 'sfAdministration', + title: 'SolidFire Administration', preFilter: function(args) { return isAdmin(); }, @@ -244,26 +244,26 @@ label: 'Total Capacity', isEditable: true }, - miniops: { + totalminiops: { label: 'Total Min IOPS', isEditable: true }, - maxiops: { + totalmaxiops: { label: 'Total Max IOPS', isEditable: true }, - burstiops: { + totalburstiops: { label: 'Total Burst IOPS', isEditable: true }, - zone: { - label: 'Zone' + zonename: { + label: 'label.zone' } } ], dataProvider: function(args) { $.ajax({ - url: createURL("listSolidFireClusters&name=" + args.context.sfClusters[0].name), + url: createURL("listSolidFireClusters&name=" + args.context.sfAdministration[0].name), dataType: "json", async: true, success: function(json) {
