diff --git a/dashboard/fixtures/localrepos.json b/dashboard/fixtures/localrepos.json index f8a43ef..f15b58e 100644 --- a/dashboard/fixtures/localrepos.json +++ b/dashboard/fixtures/localrepos.json @@ -16,5 +16,14 @@ "type": 0, "name": "MTG" } + }, + { + "pk": 3, + "model": "dashboard.repository", + "fields": { + "path": "/srv/git/codereview.git", + "type": 0, + "name": "CodeReview" + } } ] diff --git a/media/default.css b/media/default.css index d5dc724..89d61bb 100644 --- a/media/default.css +++ b/media/default.css @@ -8,12 +8,10 @@ a { div.navigation { width: 300px; float: left; - background-color: #ddd; overflow: hidden; } div.content { margin-left: 300px; - background-color: #eee; } ul.tree li.dir { list-style-type: circle;