CLOUDSTACK-3813: UI > change label from Cache Storage to Secondary Staging Store.

This commit is contained in:
Jessica Wang 2013-07-26 15:29:18 -07:00
parent a5194a6304
commit 8280bf14e6
2 changed files with 10 additions and 10 deletions

View File

@ -14698,7 +14698,7 @@
}, },
createNfsCache: { createNfsCache: {
label: 'Create NFS Cache Storage', label: 'Create NFS Secondary Staging Store',
isBoolean: true, isBoolean: true,
isChecked: true isChecked: true
}, },
@ -15052,7 +15052,7 @@
}, },
cacheStorage: { cacheStorage: {
type: 'select', type: 'select',
title: 'Cache Storage', title: 'Secondary Staging Store',
listView: { listView: {
id: 'secondarystorages', id: 'secondarystorages',
section: 'seconary-storage', section: 'seconary-storage',
@ -15100,9 +15100,9 @@
actions: { actions: {
add: { add: {
label: 'Add NFS Cache Storage', label: 'Add NFS Secondary Staging Store',
createForm: { createForm: {
title: 'Add NFS Cache Storage', title: 'Add NFS Secondary Staging Store',
fields: { fields: {
zoneid: { zoneid: {
label: 'Zone', label: 'Zone',
@ -15177,24 +15177,24 @@
}, },
messages: { messages: {
notification: function(args) { notification: function(args) {
return 'Add NFS Cache Storage'; return 'Add NFS Secondary Staging Store';
} }
} }
} }
}, },
detailView: { detailView: {
name: 'Cache Storage details', name: 'Secondary Staging Store details',
isMaximized: true, isMaximized: true,
actions: { actions: {
remove: { remove: {
label: 'Delete Cache Storage', label: 'Delete Secondary Staging Store',
messages: { messages: {
confirm: function(args) { 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) { notification: function(args) {
return 'Delete Cache Storage'; return 'Delete Secondary Staging Store';
} }
}, },
action: function(args) { action: function(args) {

View File

@ -1968,7 +1968,7 @@
}, },
createNfsCache: { createNfsCache: {
label: 'Create NFS Cache Storage', label: 'Create NFS Secondary Staging Store',
isBoolean: true, isBoolean: true,
isChecked: true, isChecked: true,
isHidden: true isHidden: true