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/26 22:22:47 UTC

[incubator-warble-server] branch master updated: ditch alignment

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


The following commit(s) were added to refs/heads/master by this push:
     new b4bdeed  ditch alignment
b4bdeed is described below

commit b4bdeed8b16db8189b82f481bace5ecfa81157e7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 17:22:42 2018 -0500

    ditch alignment
---
 ui/js/coffee/warble_clientlist.coffee | 1 -
 ui/js/warble.v1.js                    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/ui/js/coffee/warble_clientlist.coffee b/ui/js/coffee/warble_clientlist.coffee
index 2448b12..47038f8 100644
--- a/ui/js/coffee/warble_clientlist.coffee
+++ b/ui/js/coffee/warble_clientlist.coffee
@@ -22,7 +22,6 @@ makeClientType = (main, t) ->
             td = mk('th')
             if el.match(/Hostname/)
                 td.style.width = "200px"
-                td.style.textAlign = 'right'
             if el.match(/Location/)
                 td.style.minWidth = "300px"
             if el.match(/Actions/)
diff --git a/ui/js/warble.v1.js b/ui/js/warble.v1.js
index 150d45d..3bc1351 100644
--- a/ui/js/warble.v1.js
+++ b/ui/js/warble.v1.js
@@ -4598,7 +4598,6 @@ makeClientType = function(main, t) {
       td = mk('th');
       if (el.match(/Hostname/)) {
         td.style.width = "200px";
-        td.style.textAlign = 'right';
       }
       if (el.match(/Location/)) {
         td.style.minWidth = "300px";


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