Fixed typos in comment for renaming dashboard

Edited panel to dashboard in comment as "cats" is a dashboard
and not a panel. Also renamed "WildCats" from "wildcats" accordingly.

Change-Id: If5cb829e78268595006c866ea6cb0da1ea6f53c1
This commit is contained in:
Karthik Suresh 2015-09-08 17:57:42 +05:30
parent af82cbeca9
commit c43214063f
1 changed files with 1 additions and 1 deletions

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"