How to see the changes made to Horizon code
Once the files in horizon are edited, how can the changes be visible? Say i changed an existing panel name from 'Overview' to 'Overviews' by modifying the panel.py file under dashboard/admin/overview.How can these changes be seen in the dashboard.
Have you tried restarting the httpd service and then launching the dashboard again ?
Thank you sunny. This is how i solved the issue. I had to do a ./unstack.sh followed by a./rejoin-stack.sh and then enable the horizon service to see the changes.