Repository: cloudstack Updated Branches: refs/heads/4.5 e7fa3a295 -> 26f3e8499
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/26f3e849 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/26f3e849 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/26f3e849 Branch: refs/heads/4.5 Commit: 26f3e8499a6889e00b6e2ea63a0a9425c1b2647e Parents: e7fa3a2 Author: Jessica Wang <jessicaw...@apache.org> Authored: Tue Oct 14 14:17:39 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Tue Oct 14 14:17:39 2014 -0700 ---------------------------------------------------------------------- ui/scripts/storage.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/26f3e849/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' },