How to add 1 panel on the Dashboard (as an module openstack)
Hello, I'm currently work on Openstack Dashboard to Custom it. But I have some problem with the architecture of file code...
I would like, as the module nova, to add on the project a panel as Instances (for exemple page1).
And When I click on this one, I would like arrive to a page which display "Hello" (for exemple).
I have no Idea to do that with Openstack Dashbard.
Maybe people know a solution? I think is an interesting topic.
I can only for the moment modify the name of my panels.
--- at 09:26 today ---
I found on http://docs.openstack.org/developer/horizon/topics/tutorial.html#defining-a-dashboard
a procedure to add a panel.
What do you think about that? If I understand, I have to download the script run_tests.sh https://github.com/gabrielhurley/horizon_demo. and execute the line:
./run_tests.sh -m startpanel flocking --dashboard=visualizations --target=auto
I supose whith that I will create a new project. So if I want a project with name projet2, I have to execute the line:
./run_tests.sh -m startpanel projet2 --dashboard=visualizations --target=auto
And after all is built? Have I some panels definied to add some informations?
Maybe some people have already do this manipulation?
After modification, I have actually that on my Dashboard:
To answer at Jpichon:
I would like to obtain this result:
I have at the moment:
How can I do?