Add optional Report Bug link to Horizon

Change-Id: I2d0053adbdfcb196683c709f755f778427e6109b
Closes-Bug: #1499476
This commit is contained in:
lin-hua-cheng
2015-09-24 11:34:52 -07:00
parent 83045e3ed7
commit 1f19522a85
8 changed files with 41 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ HORIZON_CONFIG = {
'ajax_queue_limit': 10,
'ajax_poll_interval': 2500,
# URL for reporting issue with this site.
'bug_url': None,
# URL for additional help with this site.
'help_url': None,