[Openstack] Horizon panel and database

2014-06-26 Thread Lukáš Vízner
Hi, I have specific task that I need to create a new panel in horizon dashboard. In this panel I need to create table and in this table I need to show data from my specific database table. I have created the new panel and table, I have prepared my database table, but now I donť know how to work w

Re: [Openstack] Horizon panel and database

2014-07-03 Thread Lukáš Vízner
--+ | node_name | varchar(30) | YES | | NULL || +--+++-+---++ Thanks much for help Lukas 2014-06-30 13:53 GMT+02:00 Matthias Runge : > On Thu, Jun 26, 2014 at 05:36:07PM +0200, Lukáš Vízner wrote: > > Hi, > > > > I have specific task that I

Re: [Openstack] Horizon panel and database

2014-07-10 Thread Lukáš Vízner
Hey, I just want to share interesting link which helped me solve my problem and better understand how it all works together: http://crazytechthoughts.blogspot.cz/2013/02/simple-employee-table-with-openstack.html Greetings Lukas 2014-07-03 11:18 GMT+02:00 Lukáš Vízner : > Hello, > > t