Skip to content

Commit

Permalink
Merge pull request #2309 from ar4s/ng-dashboard-hotfix
Browse files Browse the repository at this point in the history
Changed default value
  • Loading branch information
ar4s committed Mar 21, 2016
2 parents b453620 + 759b060 commit 8f91edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/dashboards/admin.py
Expand Up @@ -29,7 +29,7 @@ def keyfunc(x):
))

self.initial['params'] = json.dumps(
self.initial.get('params', '{}'),
self.initial.get('params', {}),
indent=4
)

Expand Down

0 comments on commit 8f91edf

Please sign in to comment.