remove host pages total column

This commit is contained in:
ghost 2023-08-02 15:36:26 +03:00
parent b7a48b905e
commit bba718c901

View File

@ -236,7 +236,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
<tr>
<th><?php echo _('#') ?></th>
<th><?php echo _('Address') ?></th>
<th><?php echo _('Pages') ?></th>
<th><?php echo _('PR') ?></th>
<th><?php echo _('Actions') ?></th>
</tr>
@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?>
</a>
</td>
<td>
<?php $totalHostPagesIndexed = $db->getTotalHostPagesIndexed($topHostPage->hostId) ?>
<?php echo $totalHostPagesIndexed . ($totalHostPagesIndexed >= CRAWL_HOST_DEFAULT_PAGES_LIMIT ? '+' : false) ?>
</td>
<td>
<?php echo $topHostPage->rank ?>
</td>