From dev-return-23734-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Wed Apr 25 16:16:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 258AC180679 for ; Wed, 25 Apr 2018 16:16:30 +0200 (CEST) Received: (qmail 58681 invoked by uid 500); 25 Apr 2018 14:16:30 -0000 Mailing-List: contact dev-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list dev@tinkerpop.apache.org Received: (qmail 58666 invoked by uid 99); 25 Apr 2018 14:16:29 -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; Wed, 25 Apr 2018 14:16:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E005DFB31; Wed, 25 Apr 2018 14:16:29 +0000 (UTC) From: dkuppitz To: dev@tinkerpop.apache.org Reply-To: dev@tinkerpop.apache.org References: In-Reply-To: Subject: [GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the... Content-Type: text/plain Message-Id: <20180425141629.7E005DFB31@git1-us-west.apache.org> Date: Wed, 25 Apr 2018 14:16:29 +0000 (UTC) Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/766 It does scale to up to 4 tabs. Should we ever have more, we only need to tweak the [maxTabs](https://github.com/apache/tinkerpop/pull/766/files#diff-c362bf9cce8980393d4230e56c86a655R31) property and regenerate the CSS. ---