Statistics
| Branch: | Tag: | Revision:

root / ui @ abf90954

# Date Author Comment
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)

a9d8ed3a 02/11/2011 07:50 pm Christos Psaltis

correct delete state and transitions in list view

9ea8125a 02/11/2011 07:35 pm Christos Psaltis

update status for machines according to rsapi

c5e38339 02/11/2011 06:55 pm Markos Gogoulos

added error handling when rapi can't login to the backend. the ui user gets informed

d165dbb4 02/11/2011 04:49 pm Christos Psaltis

prepare action notifications

b9e0f667 02/10/2011 04:33 pm Dimitris Moraitis

update status names in js handlers

12827073 02/09/2011 07:20 pm Markos Gogoulos

a few changes on the handlers/machines.html in order for the servers to appear

f124656b 02/08/2011 08:41 pm Christos Psaltis

change misc id to creation-note

164d6386 02/08/2011 07:11 pm Christos Psaltis

first version of sliding selection menu in list view

9918dde8 02/08/2011 03:54 pm Christos Psaltis

tables in list view are not showing when there are no machines to show

fac6fbbe 02/07/2011 10:17 pm Dimitris Moraitis

prevent invoking actions and populating images list more than once

201d192a 02/07/2011 04:37 pm Dimitris Moraitis

add jquery.cookie

fb66080c 02/07/2011 02:09 pm Dimitris Moraitis

save selected view (standard/list) in cookie

1e03328c 02/05/2011 09:21 pm Christos Psaltis

initial version of drop down selection menui in list view

291a7f0d 02/05/2011 07:25 pm Christos Psaltis

remove 1234 from shutdown call in list view

8fd5c3a5 02/05/2011 07:20 pm Christos Psaltis

use server ids in all views for reboot, shutdown and destroy calls

4da3085a 02/05/2011 07:10 pm Dimitris Moraitis

select all/none

bd8b1d60 02/05/2011 06:54 pm Christos Psaltis

rearrange code in standard machine view and add calls for reboot, shutdown actions

35b8688f 02/04/2011 08:29 pm Christos Psaltis

select-deselect all widget in list view

2292441b 02/04/2011 06:54 pm Christos Psaltis

remove redundant css entries

5c908a0f 02/04/2011 06:45 pm Christos Psaltis

Same font colors in terminated and active machines

efc2c28a 02/04/2011 06:10 pm Christos Psaltis

move spinner in the middle of the loading pane

26655d67 02/04/2011 06:05 pm Christos Psaltis

more light grey actions in list view

e9e9bc61 02/04/2011 05:57 pm Christos Psaltis

less width in blue seperator at list view

b8d16d68 02/01/2011 10:17 pm Markos Gogoulos

added flavors on the RS API and replaced MOCK Flavors

  • also added 2 flavors on the sqlite database
  • plus added Image.description on the Wizard (create new)
e2d89a17 02/01/2011 03:37 pm Dimitris Moraitis

remove alerts

ae0aea6d 02/01/2011 03:34 pm Dimitris Moraitis

send POST/DELETE calls on reboot, shutdown & destroy actions in list view

af215361 02/01/2011 03:10 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

Conflicts:
ui/templates/machines.html

0604f74f 02/01/2011 03:08 pm Dimitris Moraitis

toggle actions in list view

84479440 02/01/2011 01:49 pm Christos Psaltis

hide horizontal scroll bar in list view

14739cd6 02/01/2011 01:39 pm Christos Psaltis

add mock post create function in last step of wizard

379a34cf 01/30/2011 11:12 pm Dimitris Moraitis

list view improvements

d7c4ab32 01/30/2011 09:47 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

Conflicts:
ui/templates/list.html
ui/templates/machines.html

c3b3043d 01/30/2011 09:38 pm Dimitris Moraitis

fix table sort & scroll in list view

8400e1a5 01/30/2011 09:29 pm Markos Gogoulos

added create machine .post-create class on the ui

this is a static link that once pressed sends a HTTP POST request to the ganeti cluster (through api.handlers.ServerHandler.create)
and creates a virtual server. This is sort of a mockup behavior, since

  • it has to be integrated with the wizard form...
d66446ce 01/30/2011 08:38 pm Markos Gogoulos

reboot and shutdown actions for a machine added on the list machines view

they are connected with the api.handlers.ServerActionHandler.create function that understands the data they send

63816e18 01/30/2011 07:23 pm Markos Gogoulos

send a HTTP DELETE method with the server_id once destroy is called, for a machine

api.handlers.ServerHandler.delete receives the DELETE call and id and proceeds the request through the rapi

5006d438 01/29/2011 10:21 pm Christos Psaltis

add onclick events for reboot and destroy in standard view

912bf2a1 01/29/2011 10:14 pm Dimitris Moraitis

improve cross browser compatibility for the menu animation

e1fca99a 01/29/2011 10:01 pm Dimitris Moraitis

improve cross browser compatibility for menu animation

37554ef1 01/29/2011 09:51 pm Dimitris Moraitis

improve menu animation

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...
1daaa0d7 01/27/2011 02:47 pm Christos Psaltis

prepare list view template for dynamic actions menu

35737d00 01/26/2011 08:18 pm Christos Psaltis

set variables for accessing primary and secondary tab elements

d932286d 01/26/2011 07:12 pm Christos Psaltis

initial version of animation for main tabs

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

892cfabe 01/26/2011 02:08 pm Christos Psaltis

correct list view alignment of table elements

68b2ba60 01/26/2011 01:10 pm Christos Psaltis

correct rotation angle and speed for switching between main tabs

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

change Hostname to Name in standard machinie view

07233d78 01/25/2011 10:46 am Christos Psaltis

correct div id in desktops template

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

new main tabs appear and disappear without animation

cc570918 01/24/2011 06:19 pm Christos Psaltis

replaced counter in rotating arrow with boolean flag

24d0c6a9 01/24/2011 05:56 pm Christos Psaltis

added rotating arrow for alternative tabs

50b398f6 01/24/2011 02:42 pm Christos Psaltis

added empty initial templates for files, desktops, apps and arrow icon

556c1cbe 01/24/2011 02:28 pm Christos Psaltis

added checkbox in table headers of list 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

7dda8900 01/21/2011 04:08 pm Christos Psaltis

fixed widths for machines table in list view

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

6f471e00 01/21/2011 02:03 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

195e8f48 01/21/2011 02:02 pm Dimitris Moraitis

move menu items a bit to the bottom

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

bc863f04 01/20/2011 12:23 pm Christos Psaltis

fixed actions disappearing after hovering on an instance

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

removed grey delimiter between instances, instead added more spacing

800ee222 01/20/2011 11:42 am Christos Psaltis

added 1px space between grey delimiting line and each instance

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

renamed instances to machines and also files/urls

cbec4223 01/19/2011 04:38 pm Markos Gogoulos

mock id typo fixed for Ubuntu OS

c5deae4a 01/19/2011 02:50 pm Markos Gogoulos

instances bar for terminated machines does not appear if no terminated machines exist

cf0eb36b 01/19/2011 11:32 am Markos Gogoulos

translated a few strings to greek

1f9f6aec 01/17/2011 02:27 pm Christos Psaltis

more top margin for states in list view

d367b4f9 01/17/2011 02:19 pm Christos Psaltis

in list view, added more spacing between instances, and removed spacing between running instances and seperator line

d8927788 01/17/2011 01:43 pm Christos Psaltis

fixed instance hover pushing other entries lower

9c4d2a8f 01/17/2011 12:50 pm Christos Psaltis

changes opcatity of current language and greek translation of New button

1dd48fea 01/17/2011 12:38 pm Markos Gogoulos

standard/list view instances small css changes, plus README quick note added

b75a6236 01/17/2011 11:58 am Christos Psaltis

fixed alignment of instance view selection icons

d8ee4f1c 01/17/2011 11:55 am Christos Psaltis

top and bottom margins for hover box of instances in standard view are now equal

03b3fa7e 01/17/2011 11:37 am Christos Psaltis

added grey line seperating instances in standard view and changed margins

d8221f88 01/17/2011 10:35 am Christos Psaltis

less padding for OS entries at first wizard step

b8bbc338 01/17/2011 10:16 am Christos Psaltis

removed scrollbar of terminated instances in standard view

5de45a61 01/17/2011 10:13 am Christos Psaltis

added more top margin for instance settings (disks etc) in standard view

31e5083d 01/17/2011 10:01 am Christos Psaltis

added maximum height and scroll bar to list view of terminated instances

3b363b8e 01/17/2011 09:51 am Christos Psaltis

removed header entries remaining from old main version

032ed0df 01/17/2011 09:32 am Christos Psaltis

added more on and off logos

e0a7ddb5 01/16/2011 10:18 pm Christos Psaltis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

7db7cd19 01/16/2011 10:18 pm Christos Psaltis

removed about line from old main template

f848ac02 01/16/2011 09:00 pm Dimitris Moraitis

better menu positioning

fd76a30f 01/16/2011 08:57 pm Dimitris Moraitis

fix animated menu

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

removed old hardcoded instances from views.py

f1ac7ca8 01/15/2011 07:55 pm Markos Gogoulos

list view css corrections

6feab707 01/15/2011 09:06 am Dimitris Moraitis

display wizard and notification box more than once

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

f36a7c16 01/14/2011 08:59 pm Christos Psaltis

added missing windows off logo

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

3141976d 01/14/2011 07:40 pm Christos Psaltis

added new fill color on the left side of the slider, in the second step of the wizard

523a9632 01/14/2011 07:23 pm Christos Psaltis

align actions in list view