Change swimlane layout to save space on the screen
This commit is contained in:
18
app/Template/board/view_private.php
Normal file
18
app/Template/board/view_private.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<section id="main">
|
||||
|
||||
<?= $this->render('project/filters', array(
|
||||
'project' => $project,
|
||||
'filters' => $filters,
|
||||
'categories_list' => $categories_list,
|
||||
'users_list' => $users_list,
|
||||
'is_board' => true,
|
||||
)) ?>
|
||||
|
||||
<?= $this->render('board/table_container', array(
|
||||
'project' => $project,
|
||||
'swimlanes' => $swimlanes,
|
||||
'board_private_refresh_interval' => $board_private_refresh_interval,
|
||||
'board_highlight_period' => $board_highlight_period,
|
||||
)) ?>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user