Merge "Fixed typos in comment for renaming dashboard"

This commit is contained in:
Jenkins
2015-09-09 09:36:26 +00:00
committed by Gerrit Code Review

View File

@@ -13,7 +13,7 @@
import horizon
from horizon import base
# Rename "cats" to "wildcats", ignore if panel doesn't exist
# Rename "cats" to "WildCats", ignore if dashboard doesn't exist
try:
cats = horizon.get_dashboard("cats")
cats.name = "WildCats"