Statistics
| Branch: | Tag: | Revision:

root / ui / templates / machines.html @ 912bf2a1

History | View | Annotate | Download (15.6 kB)

# Date Author Comment
ccbd9f9b 01/28/2011 11:07 pm Markos Gogoulos

Initial attempt to implement the ui-->RS API-->rapi architecture

main changes are:

  • handlers.py: added function VirtualMachineName that returns the VirtualMachine, given it's id. added some ORM for the server list
    (commented at the moment, uncomment and add the db on settings.py to try it). added delete() on ServerHandler that calls rapi to destroy a machine...
2ed31bce 01/26/2011 04:48 pm Markos Gogoulos

a few minor changes regarding the naming of metadata, Server Label has become Server_Label (xml naming does not like spaces), also changed vocabs.py and machines.html according to the STATES tuple of vocabs.py

b7f8c534 01/26/2011 01:07 pm Christos Psaltis

change Hostname to Name in standard machinie view

36dc242e 01/21/2011 05:58 pm Christos Psaltis

last grey delimeter in standard view is now hidden and states in list view are correctly read

c376783b 01/21/2011 04:01 pm Markos Gogoulos

renamed instance to machine on css etc. also added a few strings for the translation

2e315183 01/21/2011 03:12 pm Christos Psaltis

added multisorting capability in list view, using the CTRL key

24fa2072 01/21/2011 03:08 pm Christos Psaltis

added, but not linked, tablesorter plugin and removed sorting from selection and OS column in list view

5435c65a 01/21/2011 02:38 pm Christos Psaltis

placed grey delimeter again and set minimum height for standard view to be the same as for list view

1c86af5b 01/20/2011 07:17 pm Christos Psaltis

fixed appearance of spinner in list view, transformed it to table and added sorting

38e2c5ed 01/20/2011 02:56 pm Christos Psaltis

added spinner when loading machines and server sleep, to emulate a real life use case

db4da4a8 01/20/2011 11:50 am Christos Psaltis

removed grey delimiter between instances, instead added more spacing

43df43aa 01/19/2011 05:43 pm Markos Gogoulos

renamed instances to machines and also files/urls