aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-07-03 17:23:00 +0200
committerPeter Andersson <[email protected]>2012-07-06 16:29:24 +0200
commitb0abb6972043d4240b763603075f6979a69b88ef (patch)
tree10e1725628cc726994093a89af19f0ea161d12a9 /lib/common_test/src/ct_util.hrl
parent3b34580548d5060bae35a0f787e1c80b4a294123 (diff)
downloadotp-b0abb6972043d4240b763603075f6979a69b88ef.tar.gz
otp-b0abb6972043d4240b763603075f6979a69b88ef.tar.bz2
otp-b0abb6972043d4240b763603075f6979a69b88ef.zip
Make it possible to sort the HTML tables
OTP-9896 Introduce java scripts in the web pages to enable sorting of table elements.
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r--lib/common_test/src/ct_util.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl
index 6b016e95df..db891ed87e 100644
--- a/lib/common_test/src/ct_util.hrl
+++ b/lib/common_test/src/ct_util.hrl
@@ -64,3 +64,8 @@
-define(ct_config_txt, ct_config_plain).
-define(ct_profile_file, ".common_test").
+
+-define(css_default, "ct_default.css").
+-define(sortable_table_name, "SortableTable").
+-define(jquery_script, "jquery-latest.js").
+-define(tablesorter_script, "jquery.tablesorter.min.js").