Skip to content

Commit 94edac4

Browse files
committed
Improved visual experience of EiInfo tables.
1 parent 7fd06ad commit 94edac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/js/eiInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jQuery(document).ready(function() {
99
tbl.style.align = 'right';
1010
tbl.setAttribute('border', '3');
1111
tbl.setAttribute('align', 'center');
12-
tbl.setAttribute('class', 'table table-bordered');
12+
tbl.setAttribute('class', 'table table-bordered table-striped dataTable no-footer');
1313
return tbl;
1414
}
1515

0 commit comments

Comments
 (0)