Repository: cloudstack Updated Branches: refs/heads/master 35a8b7079 -> 340bcc60c
CLOUDSTACK-7723: UI > Storage > detail view > add Disk Offering field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/340bcc60 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/340bcc60 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/340bcc60 Branch: refs/heads/master Commit: 340bcc60c0142e5c7f026dec78ca393278d4b60f Parents: 35a8b70 Author: Jessica Wang <jessicaw...@apache.org> Authored: Tue Oct 14 14:02:18 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Tue Oct 14 14:02:29 2014 -0700 ---------------------------------------------------------------------- ui/scripts/storage.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/340bcc60/ui/scripts/storage.js ---------------------------------------------------------------------- diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 97b3b8f..ee8fa9d 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -1458,6 +1458,9 @@ status: { label: 'label.status' }, + diskofferingdisplaytext: { + label: 'Disk Offering' + }, type: { label: 'label.type' },