diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php index a67a035..06cb5b3 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -21,6 +21,7 @@ $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $filterApplied = $this->escape($this->state->get('filter.applied')); $filterRtc = $this->escape($this->state->get('filter.rtc')); +$colSpan = $this->trackerAlias !== false ? 7 : 6; ?>
@@ -105,7 +106,7 @@ $filterRtc = $this->escape($this->state->get('filter.rtc')); - +