Initial summary changes
This commit is contained in:
parent
6dce7e2004
commit
76adf14b28
4 changed files with 66 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ class IndexController extends \PHPCI\Controller
|
|||
$projects = $this->_projectStore->getWhere(array(), 50, 0, array(), array('title' => 'ASC'));
|
||||
$summary = $this->_buildStore->getBuildSummary();
|
||||
|
||||
$summaryView = new b8\View('BuildsTable');
|
||||
$summaryView = new b8\View('SummaryTable');
|
||||
$summaryView->builds = $summary['items'];
|
||||
|
||||
$this->view->builds = $this->getLatestBuildsHtml();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue