add column for attributes in header of table

This commit is contained in:
Uwe Steinmann 2017-03-03 12:15:22 +01:00
parent 27b74c7c5f
commit dfe7146a7d

View File

@ -653,6 +653,7 @@ $(document).ready( function() {
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("attributes")."</th>\n";
print "<th>".getMLText("status")."</th>\n";
print "<th>".getMLText("action")."</th>\n";
print "</tr>\n</thead>\n<tbody>\n";