Statistics
| Branch: | Tag: | Revision:

root / ui / views.py @ 2797d46a

History | View | Annotate | Download (8.2 kB)

# Date Author Comment
9ed51b7e 07/12/2011 12:01 pm Kostas Papadimitriou

Machine connect fixes and improvements. Refs. #801

- more informative messages
- ui improvements
- ie fixes
- new rdp filename (<serverid>-<ip>.rdp)

9040e9fe 07/11/2011 06:09 pm Kostas Papadimitriou

minor improvements on ui error handlers

display specific code/message (-5, "UI Error") for js exceptions
display exception info and firebug trace if in DEBUG mode

6f4c1371 07/08/2011 10:31 am Kostas Papadimitriou

connect to machine improvements

- specific messages depending the os of the client and the vm
- direct to rdp file if windows client tries to connect to a windows vm
-

b687587e 07/07/2011 03:51 pm Kostas Papadimitriou

more informative `machine connect` process.

afedad4d 06/30/2011 06:44 pm Markos Gogoulos

add check for windows OS.

Refs #471

fd70c1db 06/30/2011 06:14 pm Markos Gogoulos

add windows rdp functionality

Refs #671

a226ff9f 06/28/2011 06:05 pm Christos Psaltis

Change only browser title and not the project variable

8950a78f 06/28/2011 05:02 pm Christos Psaltis

Change page title to ~okeanos, Refs. #699

7b03c69d 06/17/2011 04:38 pm Dimitris Moraitis

move UPDATE_INTERVAL to settings.py

a5bc3755 06/16/2011 04:24 pm Vangelis Koukis

Add license text to all UI files, refs #581

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes

e6561111 05/04/2011 01:52 pm Mike Muzurakis

revert date changes, Refs #431

54479111 05/03/2011 06:48 pm Mike Muzurakis

fix IE date issue, Refs #431

6912c72b 05/02/2011 10:52 pm Markos Gogoulos

fix vnc console. open console on a new window

Refs #391

f2d1f663 04/29/2011 11:28 pm Markos Gogoulos

fix vnc console

pass console width/height on machine_console template. This can be
inserted on settings.py

473d37cc 04/29/2011 11:05 pm Markos Gogoulos

fix vnc console

9c901aec 04/29/2011 09:51 pm Markos Gogoulos

fix vnc console.

vnc console opens on a new tab. the code is on template machine_console.html and
has it's own url /machines/console

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