UI: Remove excessive fields from disk offering list view Several new fields were causing disk offering list view to overflow. These were removed from the table listing, and are still viewable from the detail page.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/643447e7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/643447e7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/643447e7 Branch: refs/heads/object_store Commit: 643447e78ce338bc18a1dea5282780cea25fdbc7 Parents: 231c4b5 Author: Brian Federle <[email protected]> Authored: Tue Jun 18 15:24:32 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Jun 18 15:24:32 2013 -0700 ---------------------------------------------------------------------- ui/scripts/configuration.js | 28 ---------------------------- 1 file changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/643447e7/ui/scripts/configuration.js ---------------------------------------------------------------------- diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 150f244..b1a6851 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -943,34 +943,6 @@ else return "N/A"; } - }, - diskBytesReadRate: { - label: 'label.disk.bytes.read.rate', - validation: { - required: false, //optional - number: true - } - }, - diskBytesWriteRate: { - label: 'label.disk.bytes.write.rate', - validation: { - required: false, //optional - number: true - } - }, - diskIopsReadRate: { - label: 'label.disk.iops.read.rate', - validation: { - required: false, //optional - number: true - } - }, - diskIopsWriteRate: { - label: 'label.disk.iops.write.rate', - validation: { - required: false, //optional - number: true - } } },
