Updated Branches: refs/heads/4.2 4db6fa7e5 -> daa95bab2
CLOUDSTACK-3813: UI > change label from Cache Storage to Secondary Staging Store. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/daa95bab Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/daa95bab Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/daa95bab Branch: refs/heads/4.2 Commit: daa95bab2b76b3aa6877eec87115dacfae05e5e1 Parents: 4db6fa7 Author: Jessica Wang <jessicaw...@apache.org> Authored: Fri Jul 26 15:29:18 2013 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Fri Jul 26 15:31:19 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 18 +++++++++--------- ui/scripts/zoneWizard.js | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/daa95bab/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 9b944a9..353d451 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -14698,7 +14698,7 @@ }, createNfsCache: { - label: 'Create NFS Cache Storage', + label: 'Create NFS Secondary Staging Store', isBoolean: true, isChecked: true }, @@ -15052,7 +15052,7 @@ }, cacheStorage: { type: 'select', - title: 'Cache Storage', + title: 'Secondary Staging Store', listView: { id: 'secondarystorages', section: 'seconary-storage', @@ -15100,9 +15100,9 @@ actions: { add: { - label: 'Add NFS Cache Storage', + label: 'Add NFS Secondary Staging Store', createForm: { - title: 'Add NFS Cache Storage', + title: 'Add NFS Secondary Staging Store', fields: { zoneid: { label: 'Zone', @@ -15177,24 +15177,24 @@ }, messages: { notification: function(args) { - return 'Add NFS Cache Storage'; + return 'Add NFS Secondary Staging Store'; } } } }, detailView: { - name: 'Cache Storage details', + name: 'Secondary Staging Store details', isMaximized: true, actions: { remove: { - label: 'Delete Cache Storage', + label: 'Delete Secondary Staging Store', messages: { confirm: function(args) { - return 'Please confirm you want to delete cache storage.'; + return 'Please confirm you want to delete Secondary Staging Store.'; }, notification: function(args) { - return 'Delete Cache Storage'; + return 'Delete Secondary Staging Store'; } }, action: function(args) { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/daa95bab/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 10aa486..d9d1f39 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -1968,7 +1968,7 @@ }, createNfsCache: { - label: 'Create NFS Cache Storage', + label: 'Create NFS Secondary Staging Store', isBoolean: true, isChecked: true, isHidden: true