From a83e879e18148c763fcb09df42e08e1cf90dee84 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 24 May 2013 17:02:05 +0200 Subject: Better automated test support 1. add class to active facet instead of using direct style modification for hiding/showing 2. add name attribute to tables and dialog buttons and error dialog https://fedorahosted.org/freeipa/ticket/3744 --- install/ui/src/freeipa/widget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/widget.js') diff --git a/install/ui/src/freeipa/widget.js b/install/ui/src/freeipa/widget.js index 62a71f0a..06fcef56 100644 --- a/install/ui/src/freeipa/widget.js +++ b/install/ui/src/freeipa/widget.js @@ -1561,7 +1561,8 @@ IPA.table_widget = function (spec) { container.addClass('table-widget'); that.table = $('', { - 'class': 'search-table' + 'class': 'search-table', + name: that.name }).appendTo(container); if (that['class']) that.table.addClass(that['class']); -- cgit