Updated Branches: refs/heads/master a5194a630 -> 8280bf14e
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/8280bf14 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8280bf14 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8280bf14 Branch: refs/heads/master Commit: 8280bf14e6dc3ac8054f1e0953befae9637f072f Parents: a5194a6 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:29:18 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/8280bf14/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/8280bf14/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