Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / js / ui / web / ui_networks_view.js @ 13925182

History | View | Annotate | Download (31.5 kB)

# Date Author Comment
c68ad72e 11/05/2013 04:54 pm Kostas Papadimitriou

ui: Initial refactoring for network view in vm wizard

d233867a 11/05/2013 04:52 pm Kostas Papadimitriou

ui: Private network view improvements

display subnet cidr when available

365af933 11/05/2013 04:52 pm Kostas Papadimitriou

ui: IP addresses subview in icon vms view

b51b21db 11/04/2013 09:53 am Kostas Papadimitriou

ui: Verbal changes

a681ab44 11/04/2013 09:52 am Kostas Papadimitriou

ui: Private network remove action fixes

664f05f0 11/04/2013 09:14 am Kostas Papadimitriou

ui: Refactored networks views

based on introduced neutron models/collections

5b90c56d 10/07/2013 05:52 pm Kostas Papadimitriou

ui: Reboot required notification in networks view

1fc7640d 07/03/2013 01:20 pm Kostas Papadimitriou

cyclades: Public IP's overlay in UI

- Introduce a new overlay for IP addresses management (create, remove, connect,
disconnect).
- The overlay is accessible from the UI's options menu.

7055982e 05/28/2013 08:14 am Kostas Papadimitriou

cyclades ui: Always send network type in create request

type parameter is mandatory in private network creation requests.

f7e51fc5 03/12/2013 01:39 pm Kostas Papadimitriou

New ui quota helper class

also updated ui views to use the new class

52a432c7 01/15/2013 09:47 pm Kostas Papadimitriou

Improve javascript exception handling

Skip 'Script error' exceptions. Those exceptions get raised in
FF/Safari/Chrome from scripts which location violates same-origin-policy
of the document (e.g cloudbar.js).

80b91e9f 11/22/2012 02:14 pm Kostas Papadimitriou

Border fix for public network view

regression appeared from the grouped public network support.

a429705e 11/08/2012 06:35 pm Kostas Papadimitriou

Network view actions fixes

- Reset network status after a failed destroy action
- Fix multiple network actions (Refs #2298)
- Reset button visibility after nic disconnect

29cf98c9 11/08/2012 02:24 pm Kostas Papadimitriou

Automatic private networks subnet assignment in ui

Automatically choose a subnet that doesn't already exists in user's
private networks if 'Auto' subnet option is selected.

cbf7b384 11/07/2012 07:50 pm Kostas Papadimitriou

UI quota limit handling

ui inititalization process now includes a call to the introduced
`ui.views.userquota` view which returns a json representation of available user
quota limits. Quota information is used across ui to prevent user from the
effort of trying to allocate additional resources.

40e5d2d2 11/07/2012 01:51 pm Kostas Papadimitriou

Change grouped public network name setting

UI_GROUPED_NETWORK_NAME -> UI_GROUPED_PUBLIC_NETWORK_NAME

e1fda022 11/06/2012 04:18 pm Kostas Papadimitriou

Fix nic in network identification

af62f31f 11/06/2012 03:56 pm Kostas Papadimitriou

Fix expanded grouped public left border styles

f2a6338c 11/06/2012 03:42 pm Kostas Papadimitriou

Merge commit '3b7fef3' into ui-0.11

3635e7ac 11/06/2012 01:05 pm Kostas Papadimitriou

Configurable grouped public network view name

02ff6391 11/01/2012 06:55 pm Kostas Papadimitriou

Reset subselections in private network creation view

Do reset network subnet selection each time user toggles dhcp choice.

3b7fef3f 11/01/2012 06:52 pm Kostas Papadimitriou

Reset subselections in private network creation view

Do reset network subnet selection each time user toggles dhcp choice.

4c39dc13 11/01/2012 06:46 pm Kostas Papadimitriou

Expand empty private networks

to make connect to vm button that appears at the bottom of the private
network nics list be accessible even on empty networks.

9555268a 10/29/2012 06:46 pm Kostas Papadimitriou

Optionally group public nics in one network view in ui

4792afbe 08/28/2012 06:12 pm Kostas Papadimitriou

Networks view fixes and improvements

- Do not display vms in building state in connect overlay
- Propose vm reboot after firewall changed (functionality which was broken
after major networks api changes)
- Hide custom subnet input field when dhcp checkbox is not checked...

126a01f2 07/23/2012 11:42 am Kostas Papadimitriou

Cyclades UI integration with the new networks api

- Handles nic connections instead of vms. New NIC model and NICs
collections created to handle the NIC api logic. NIC models get
updated on each vms/networks api call.
- New private network creation form....

236223aa 04/30/2012 02:43 pm Kostas Papadimitriou

Fix multiple connect actions sent to the server

Refs #2358

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app