Reset a VM detail view display
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/35d89050 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/35d89050 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/35d89050 Branch: refs/heads/ui-quick-view-v2 Commit: 35d89050817324876c4411998c81abdac3501563 Parents: 8e88a42 Author: Pranav Saxena <[email protected]> Authored: Thu Feb 21 16:26:31 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 21 16:26:31 2013 +0530 ---------------------------------------------------------------------- ui/scripts/configuration.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35d89050/ui/scripts/configuration.js ---------------------------------------------------------------------- diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 1e44ecf..4a64eea 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -361,6 +361,7 @@ label: 'label.CPU.cap', converter: cloudStack.converters.toBooleanText }, + isvolatile:{ label:'Volatile' , converter: cloudStack.converters.toBooleanText }, tags: { label: 'label.storage.tags' }, hosttags: { label: 'label.host.tags' }, domain: { label: 'label.domain' },
