Added the display of the repository size in the source subtab of a project.
This commit is contained in:
@@ -510,6 +510,7 @@ class IDF_Views_Project
|
||||
'remote_svn' => $remote_svn,
|
||||
'repository_access' => $prj->getRemoteAccessUrl(),
|
||||
'repository_type' => $repository_type,
|
||||
'repository_size' => $prj->getRepositorySize(),
|
||||
'page_title' => $title,
|
||||
'form' => $form,
|
||||
),
|
||||
|
Reference in New Issue
Block a user