From commits-return-141-archive-asf-public=cust-asf.ponee.io@warble.apache.org Sat Jun 30 18:16:33 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 706D518066B for ; Sat, 30 Jun 2018 18:16:33 +0200 (CEST) Received: (qmail 15169 invoked by uid 500); 30 Jun 2018 16:16:32 -0000 Mailing-List: contact commits-help@warble.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@warble.apache.org Delivered-To: mailing list commits@warble.apache.org Received: (qmail 15093 invoked by uid 99); 30 Jun 2018 16:16:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2018 16:16:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F3B6E8299F; Sat, 30 Jun 2018 16:16:31 +0000 (UTC) Date: Sat, 30 Jun 2018 16:16:33 +0000 To: "commits@warble.apache.org" Subject: [incubator-warble-server] 02/02: regen JS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: humbedooh@apache.org In-Reply-To: <153037539190.15212.2812518476696101657@gitbox.apache.org> References: <153037539190.15212.2812518476696101657@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-warble-server X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 5dc16da6d53a78ea77b9bf077e8e6feec6fbffd5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180630161631.F3B6E8299F@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git commit 5dc16da6d53a78ea77b9bf077e8e6feec6fbffd5 Author: Daniel Gruno AuthorDate: Sat Jun 30 11:15:53 2018 -0500 regen JS --- ui/js/warble.v1.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/js/warble.v1.js b/ui/js/warble.v1.js index 6835c8c..6145c43 100644 --- a/ui/js/warble.v1.js +++ b/ui/js/warble.v1.js @@ -4826,7 +4826,11 @@ clientlist = function(json, state) { line = new HTML('div', { "class": 'clientcardline' }); - line.inject([new HTML('b', {}, "Fingerprint: "), new HTML('kbd', {}, source.fingerprint)]); + line.inject([ + new HTML('b', {}, "Fingerprint: "), new HTML('kbd', { + title: "Run node.py --fingerprint if you need to re-check the fingerprint" + }, source.fingerprint) + ]); d.inject(line); line = new HTML('div', { "class": 'clientcardline' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org For additional commands, e-mail: commits-help@warble.apache.org