add class table-sm to table

This commit is contained in:
Uwe Steinmann 2021-04-19 08:35:05 +02:00
parent 70985572dc
commit bbe919118f

View File

@ -79,7 +79,7 @@ $(document).ready( function() {
foreach(array('document', 'folder', 'content') as $type) {
$content = '';
if(isset($res['frequencies'][$type]) && $res['frequencies'][$type]) {
$content .= "<table class=\"table table-condensed\">";
$content .= "<table class=\"table table-condensed table-sm\">";
$content .= "<thead>\n<tr>\n";
$content .= "<th>".getMLText("attribute_value")."</th>\n";
$content .= "<th>".getMLText("attribute_count")."</th>\n";