Disable size string
This commit is contained in:
parent
a5ef28a0f8
commit
de0b69f3cb
|
@ -10,7 +10,7 @@ def repo_json(request, repo_label):
|
||||||
repo = get_object_or_404(Repo, label__label=repo_label)
|
repo = get_object_or_404(Repo, label__label=repo_label)
|
||||||
repo_dict = {'location': repo.location,
|
repo_dict = {'location': repo.location,
|
||||||
'latest_backup': "repo.last_backup()",
|
'latest_backup': "repo.last_backup()",
|
||||||
'size': repo.size_string(),
|
'size': "repo.size_string()",
|
||||||
'recent_errors': "not implemented",
|
'recent_errors': "not implemented",
|
||||||
'warning': repo.warning(),
|
'warning': repo.warning(),
|
||||||
'error': repo.error()}
|
'error': repo.error()}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user