Add the ability to disable the notification panel

Change-Id: Iee7bd5979318a803858c4b9b8033d4a2a61fc88f
This commit is contained in:
Michael James Hoppal 2015-07-08 16:24:22 -06:00
parent 65f321190a
commit 71285139d6
3 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,9 @@ cp config.monasca.js config.js
./run_tests.sh --runserver
```
##Removing notification panel
If you want to disable the notification panel copy over _70_remove_monasca_notification_panel to the openstack_dashboard/enabled directory
#License
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.

View File

@ -0,0 +1,3 @@
PANEL = 'notifications'
PANEL_DASHBOARD = 'monitoring'
REMOVE_PANEL = True

View File