Skip to content

Commit

Permalink
made the compliance tablemore specific
Browse files Browse the repository at this point in the history
  • Loading branch information
userjack6880 committed Jun 4, 2019
1 parent 9ad62ce commit a7d8346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function page_title() {
function dashboard_dmarc_table_start($dateRange) {
echo "<h3><a id='compliance'></a>DMARC Compliance - Since $dateRange</h3>\n";

echo "<table id='sorted_dashboard_table' class='centered'>\n";
echo "<table id='compliance_table' class='centered'>\n";
echo "\t<thead>\n";
echo "\t<tr>\n";
echo "\t\t<th>Domain</th>\n";
Expand Down
2 changes: 1 addition & 1 deletion templates/openda/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<script type="text/javascript" src="templates/openda/gs_sortable.js"></script>
<script>
var TSort_Data = new Array('sorted_dashboard_table','s','i','','i','i','i');
var TSort_Data = new Array('compliance_table','s','i','','i','i','i');
var TSort_NColumns = 1;
tsRegister();
</script>
Expand Down

0 comments on commit a7d8346

Please sign in to comment.