CLOUDSTACK-2100: vm snapshot tooltips

This commit is contained in:
Pierre-Luc Dion 2015-03-07 23:59:27 -05:00
parent 4c0ed3d85d
commit 002236e489
2 changed files with 13 additions and 0 deletions

View File

@ -300,6 +300,16 @@ cloudStack.docs = {
helpComputeOfferingDomain: { helpComputeOfferingDomain: {
desc: 'The domain to associate this compute offering with' desc: 'The domain to associate this compute offering with'
}, },
// Create Instance Snapshot
helpCreateInstanceSnapshotName: {
desc: 'Give the snapshot a name. A unique name will be automatically generated if you leave this blank'
},
helpCreateInstanceSnapshotDescription: {
desc: 'A short description of for the snapshot'
},
helpCreateInstanceSnapshotMemory: {
desc: 'Check this to include CPU/memory state. Does not quiesce the VM. If not checked, the snapshot contain only volumes.'
},
// Add disk offering // Add disk offering
helpDiskOfferingName: { helpDiskOfferingName: {
desc: 'Any desired name for the offering', desc: 'Any desired name for the offering',

View File

@ -31,14 +31,17 @@
fields: { fields: {
name: { name: {
label: 'label.name', label: 'label.name',
docID: 'helpCreateInstanceSnapshotName',
isInput: true isInput: true
}, },
description: { description: {
label: 'label.description', label: 'label.description',
docID: 'helpCreateInstanceSnapshotDescription',
isTextarea: true isTextarea: true
}, },
snapshotMemory: { snapshotMemory: {
label: 'label.vmsnapshot.memory', label: 'label.vmsnapshot.memory',
docID: 'helpCreateInstanceSnapshotMemory',
isBoolean: true, isBoolean: true,
isChecked: false, isChecked: false,
isHidden: function(args) { isHidden: function(args) {