mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-2100: vm snapshot tooltips
This commit is contained in:
parent
4c0ed3d85d
commit
002236e489
@ -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',
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user