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/27 04:15:45 UTC

[incubator-warble-server] 01/06: make disabled nodes more obvious

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 6c1c012c4bdb09f1ee89d41ecbdbfeac673737fd
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 20:03:30 2018 -0500

    make disabled nodes more obvious
---
 ui/js/coffee/warble_clientlist.coffee | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/js/coffee/warble_clientlist.coffee b/ui/js/coffee/warble_clientlist.coffee
index bb558a3..80e38ee 100644
--- a/ui/js/coffee/warble_clientlist.coffee
+++ b/ui/js/coffee/warble_clientlist.coffee
@@ -95,6 +95,7 @@ clientlist = (json, state) ->
             
             if source.enabled == false
                 d.style.fontStyle = 'italic'
+                d.style.color = "#666"
                 
             # node ID
             t = mk('td')


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