From 472912ad70a54ace529d81fd1db6ac12cf29808b Mon Sep 17 00:00:00 2001 From: bfederle Date: Mon, 30 Jan 2012 16:06:27 -0800 Subject: [PATCH] bug 12888: Fix update row on stop VM status 12888: resolved fixed --- ui/scripts/instances.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index c7fb3efe7ba..8e333b46bc5 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -527,7 +527,8 @@ } }, stop: { - label: 'Stop instance', + label: 'Stop instance', + addRow: 'false', createForm: { title: 'Stop instance', desc: 'Please confirm that you want to stop this instance',