Add the ability to disable the notification panel
Change-Id: Iee7bd5979318a803858c4b9b8033d4a2a61fc88f
This commit is contained in:
parent
65f321190a
commit
71285139d6
@ -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.
|
||||
|
@ -0,0 +1,3 @@
|
||||
PANEL = 'notifications'
|
||||
PANEL_DASHBOARD = 'monitoring'
|
||||
REMOVE_PANEL = True
|
0
monitoring/disabled/__init__.py
Normal file
0
monitoring/disabled/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user