Statistics
| Branch: | Tag: | Revision:

root / ui / views.py @ 67679131

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
e646ebe5 03/30/2011 11:38 pm Dimitris Moraitis

pep8 compliance

42f67a2a 03/06/2011 07:40 am Dimitris Moraitis

major js restructuring & refactoring

Most javascript functions have been moved to a seperate file.
The standard view is also now seperate from the machines view. This solves a
couple of issues with Webkit browsers and the code becomes cleaner.
All actions from both the list and the standard view now have unified...

941b00d4 02/12/2011 10:08 pm Markos Gogoulos

added error codes for reboot action.

if the action can't happen, the user gets informed. There are three cases:

  • user sends the reboot request but timeout happens. He gets informed to check his network connection
  • the request can't be made. The user gets informed that the reboot action couldn't happen. We can further parse the error message to discover why this...
abf90954 02/11/2011 07:59 pm Markos Gogoulos

added TIMEOUT variable on settings.py.dist. You'll have to cp to your settings.py

initial value is 10 seconds. after this time passes, if the ui hasn't received any data, the user is informed (with js alert window at the moment) that there
are network issues (a better message might ask the user to refresh)

0dedf601 01/24/2011 07:08 pm Christos Psaltis

new main tabs appear and disappear without animation

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

renamed instances to machines and also files/urls

325918fd 01/16/2011 07:27 pm Christos Psaltis

removed old hardcoded instances from views.py

ec06b07c 01/15/2011 07:50 am Dimitris Moraitis

js api calls

edda4d30 01/14/2011 10:02 pm Markos Gogoulos

removed django localeurl, added ui/i18n that handles the change of languages with GET. also added the translation of a few strings and updated a few lines on the documentation

2c3ab694 01/14/2011 08:53 pm Christos Psaltis

moved os logos to their own folder

de9bbf4e 01/14/2011 08:41 pm Christos Psaltis

replaced pc/os icons for machines

072ac3b4 01/14/2011 02:47 pm Christos Psaltis

added grey color background for better look when there is a long list of instances

b80d3c62 01/10/2011 11:52 am Markos Gogoulos

passing request to def home, to be available on the templates

b303ba05 12/21/2010 04:42 pm Christos Psaltis

move to django templates except main instances

5153f2a9 12/20/2010 07:39 pm Dimitris Moraitis

more css improvements towards mockup

cc7c5902 12/17/2010 10:00 pm Dimitris Moraitis

port to Django

ce124269 12/16/2010 06:28 pm Dimitris Moraitis

added ui django app