You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/06/19 00:24:40 UTC

git commit: updated refs/heads/master to 643447e

Updated Branches:
  refs/heads/master 231c4b5b1 -> 643447e78


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/master
Commit: 643447e78ce338bc18a1dea5282780cea25fdbc7
Parents: 231c4b5
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jun 18 15:24:32 2013 -0700
Committer: Brian Federle <br...@citrix.com>
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
-                }
             }
           },