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 98120200BC7 for ; Thu, 10 Nov 2016 23:18:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 96D09160AF7; Thu, 10 Nov 2016 22:18:43 +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 BD315160B17 for ; Thu, 10 Nov 2016 23:18:42 +0100 (CET) Received: (qmail 53811 invoked by uid 500); 10 Nov 2016 22:18:42 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 53773 invoked by uid 99); 10 Nov 2016 22:18:41 -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; Thu, 10 Nov 2016 22:18:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AB575EEE2A; Thu, 10 Nov 2016 22:18:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Thu, 10 Nov 2016 22:18:46 -0000 Message-Id: <6d20fc75dabe44038d266432058cd45d@git.apache.org> In-Reply-To: <01eeecd04f294b1eb8ceadf8eb357f5b@git.apache.org> References: <01eeecd04f294b1eb8ceadf8eb357f5b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/7] accumulo git commit: ACCUMULO-1480 Added header for namespaces and changed name for All and Default options archived-at: Thu, 10 Nov 2016 22:18:43 -0000 ACCUMULO-1480 Added header for namespaces and changed name for All and Default options Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0f2d0222 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0f2d0222 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0f2d0222 Branch: refs/heads/master Commit: 0f2d022252e647fd922800a2a807337320a6e0fd Parents: f7a5c15 Author: Luis Tavarez Authored: Mon Oct 31 12:56:26 2016 -0400 Committer: Luis Tavarez Committed: Mon Oct 31 12:56:26 2016 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/accumulo/monitor/util/Table.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0f2d0222/server/monitor/src/main/java/org/apache/accumulo/monitor/util/Table.java ---------------------------------------------------------------------- diff --git a/server/monitor/src/main/java/org/apache/accumulo/monitor/util/Table.java b/server/monitor/src/main/java/org/apache/accumulo/monitor/util/Table.java index 1979a9c..79259ac 100644 --- a/server/monitor/src/main/java/org/apache/accumulo/monitor/util/Table.java +++ b/server/monitor/src/main/java/org/apache/accumulo/monitor/util/Table.java @@ -155,6 +155,8 @@ public class Table { if (namespace == null) { namespace = "*"; } + sb.append("
Namespaces
\n"); + sb.append("
\n"); sb.append("
\n"); doDropdownMenu(redir, page, tableName, sb, namespaces, namespace); sb.append("
\n"); @@ -252,10 +254,12 @@ public class Table { String namespaceUrl = String.format("/op?action=namespace&redir=%s&page=%s&table=%s&selected=", redir, page, tableName); sb.append("