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: {
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
helpDiskOfferingName: {
desc: 'Any desired name for the offering',

View File

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