From 35d89050817324876c4411998c81abdac3501563 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 21 Feb 2013 16:26:31 +0530 Subject: [PATCH] Reset a VM detail view display --- ui/scripts/configuration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 1e44ecfd688..4a64eeac1a5 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' },