Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DB1710503 for ; Tue, 30 Apr 2013 19:20:28 +0000 (UTC) Received: (qmail 33528 invoked by uid 500); 30 Apr 2013 19:20:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 33472 invoked by uid 500); 30 Apr 2013 19:20:24 -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 33238 invoked by uid 99); 30 Apr 2013 19:20:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 19:20:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EBA31884696; Tue, 30 Apr 2013 19:20:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Tue, 30 Apr 2013 19:20:33 -0000 Message-Id: <0e2f2bb01a8a49cea166ecf57e4a87d3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/22] git commit: updated refs/heads/master to c7143be Add remove NIC API calls Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ae79d782 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ae79d782 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ae79d782 Branch: refs/heads/master Commit: ae79d782ec56c5bf9b5697850d627b66acf1b9ba Parents: 9544d04 Author: Brian Federle Authored: Fri Apr 26 10:48:25 2013 -0700 Committer: Brian Federle Committed: Fri Apr 26 10:48:25 2013 -0700 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 2 + ui/dictionary.jsp | 2 + ui/scripts/instances.js | 21 +++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ae79d782/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index ad8f42b..32f5946 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -14,6 +14,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +label.action.delete.nic=Remove NIC +message.action.delete.nic=Please confirm that want to remove this NIC, which will also remove the associated network from the VM. label.add.affinity.group=Add new affinity group message.delete.affinity.group=Please confirm that you would like to remove this affinity group. label.delete.affinity.group=Delete Affinity Group http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ae79d782/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 1880be5..47ba794 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,8 @@ under the License. <% long now = System.currentTimeMillis(); %>