summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-04 12:59:24 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:23 +0200
commit0e15a282e85b0e3eb71fd3fce1965646aeb47a27 (patch)
tree1a8281015732afdc24f07544b371c86c50d7ffb9 /ipatests/test_webui
parent4333161ac36c9487f225d61c79d8ff904f51d629 (diff)
downloadfreeipa-0e15a282e85b0e3eb71fd3fce1965646aeb47a27.tar.gz
freeipa-0e15a282e85b0e3eb71fd3fce1965646aeb47a27.tar.xz
freeipa-0e15a282e85b0e3eb71fd3fce1965646aeb47a27.zip
webui: remove column sizing in tables, use PF styles
https://fedorahosted.org/freeipa/ticket/4136 usage of .table-striped class also fixes: https://fedorahosted.org/freeipa/ticket/3050 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipatests/test_webui')
-rw-r--r--ipatests/test_webui/ui_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/ui_driver.py b/ipatests/test_webui/ui_driver.py
index 0516c6b6f..1345d2d32 100644
--- a/ipatests/test_webui/ui_driver.py
+++ b/ipatests/test_webui/ui_driver.py
@@ -917,7 +917,7 @@ class UI_driver(object):
s = "table"
if name:
s += "[name='%s']" % name
- s += '.search-table'
+ s += '.table'
return s
def select_record(self, pkey, parent=None, table_name=None):