You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/30 16:16:31 UTC

[incubator-warble-server] branch master updated (1298ba7 -> 5dc16da)

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git.


    from 1298ba7  add in new custom response codes
     new f410480  add a hint
     new 5dc16da  regen JS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/js/coffee/warble_clientlist.coffee | 2 +-
 ui/js/warble.v1.js                    | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org


[incubator-warble-server] 02/02: regen JS

Posted by hu...@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 <hu...@apache.org>
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


[incubator-warble-server] 01/02: add a hint

Posted by hu...@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 f4104800ad6edfeadc6dff07d78a7f65c40082de
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Jun 30 11:15:49 2018 -0500

    add a hint
---
 ui/js/coffee/warble_clientlist.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/coffee/warble_clientlist.coffee b/ui/js/coffee/warble_clientlist.coffee
index 3963afc..053dd0e 100644
--- a/ui/js/coffee/warble_clientlist.coffee
+++ b/ui/js/coffee/warble_clientlist.coffee
@@ -188,7 +188,7 @@ clientlist = (json, state) ->
             line = new HTML('div', {class: 'clientcardline'})
             line.inject( [
                 new HTML('b', {}, "Fingerprint: "),
-                new HTML('kbd', {}, source.fingerprint)
+                new HTML('kbd', {title: "Run node.py --fingerprint if you need to re-check the fingerprint"}, source.fingerprint)
             ])
             d.inject(line)
             


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org