Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98354200BD8 for ; Tue, 1 Nov 2016 09:35:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 96E82160AE5; Tue, 1 Nov 2016 08:35:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 07456160B07 for ; Tue, 1 Nov 2016 09:35:18 +0100 (CET) Received: (qmail 82743 invoked by uid 500); 1 Nov 2016 08:35:18 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 82662 invoked by uid 99); 1 Nov 2016 08:35:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 08:35:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E842E3839; Tue, 1 Nov 2016 08:35:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Tue, 01 Nov 2016 08:35:20 -0000 Message-Id: <485f77e8fc7043cca875ad6acb586ca6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] git commit: updated refs/heads/4.8 to 84e2825 archived-at: Tue, 01 Nov 2016 08:35:19 -0000 Merge pull request #1701 from shapeblue/vr-destroy-ui-allow CLOUDSTACK-9534: Allow VR to be destroy in UI when in running stateThis allows us to destroy a VR that is in running state from the UI. This action is possible via cloudmonkey/APIs, and would be useful for anyone who wants to simply destroy a VR from the UI without having to stop it first. As this is a pure UI fix, manual testing would be needed but no regression integration testing is necessary. /cc @jburwell @karuturi @blueorangutan package Screenshot: ![screenshot from 2016-10-05 18-25-49](https://cloud.githubusercontent.com/assets/95203/19113882/398e8a8e-8b29-11e6-8e99-8f28def2e527.png) * pr/1701: CLOUDSTACK-9534: Allow VR to be destroy in UI when in running state Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/84e28259 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/84e28259 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/84e28259 Branch: refs/heads/4.8 Commit: 84e282596ef7c11e407c82fa5cdeaa1e5b28cbcf Parents: 2c436a4 65eb320 Author: Rohit Yadav Authored: Tue Nov 1 14:04:58 2016 +0530 Committer: Rohit Yadav Committed: Tue Nov 1 14:04:58 2016 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) ----------------------------------------------------------------------