Pranav Saxena
7ca488334f
CLOUDSTACK-1828:NAT on private gateway UI support
2013-05-11 02:50:16 +05:30
Brian Federle
c1de600cb4
Merge branch 'master' into ui-granular-settings
2013-05-01 14:45:05 -07:00
Jessica Wang
996d2f5a2b
CLOUDSTACK-2074: UI - affinity groups - VM wizard under Affinity Groups menu - step 5(select affinity group step) - make corresponding affinity group checked by default.
2013-05-01 14:07:23 -07:00
Brian Federle
1a4a319d32
VM wizard: Show message if no affinity groups are available.
2013-04-30 13:30:40 -07:00
Brian Federle
7b011e7ef4
Merge branch 'master' into ui-vm-affinity
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/scripts/cloudStack.js
ui/scripts/instanceWizard.js
2013-04-22 13:45:29 -07:00
Brian Federle
2be8368f44
Affinity UI: Cleanup dialog on close
2013-04-22 11:27:47 -07:00
Brian Federle
57686aeeaf
Affinity UI: Pass _custom to fix broken async poll
2013-04-22 11:27:37 -07:00
Brian Federle
382e8f36f3
Change affinity UI: Allow 0 checkbox selections
2013-04-22 11:27:16 -07:00
Brian Federle
b03fb208a9
Fix to pass all affinity group rows to action fn
2013-04-19 15:51:57 -07:00
Brian Federle
e04430302d
Merge branch 'master' into ui-mixed-zone-management
2013-04-18 15:18:43 -07:00
Brian Federle
fca7b3ef22
Rename widget 'plugins' to 'pluginListing'
...
For better clarity on its function, rename the 'plugins' widget to 'pluginListing,'
as it does not handle the actual plugin logic.
2013-04-18 10:49:45 -07:00
Brian Federle
1bb0136c8e
Add granular settings widget
2013-04-16 12:41:04 -07:00
Brian Federle
5891f09d8c
Merge branch 'ui-new-project-switcher' into ui-mixed-zone-management
...
Conflicts:
ui/scripts/ui-custom/projectSelect.js
2013-04-16 11:47:19 -07:00
Brian Federle
5d05e49fa6
Merge branch 'master' into ui-mixed-zone-management
2013-04-16 11:45:05 -07:00
Brian Federle
d529eba941
Project selector UI functionality
2013-04-16 11:44:00 -07:00
Brian Federle
a7489889f2
Merge branch 'master' into ui-new-project-switcher
2013-04-16 11:02:14 -07:00
Brian Federle
5d235f690d
Add new 'affinity' UI section for managing affinity groups
2013-04-15 14:56:44 -07:00
Brian Federle
66a16a1fd3
'Change VM affinity' select UI: Pass data to action
2013-04-15 13:01:23 -07:00
Brian Federle
51cfc0709f
Affinity rules UI: Add 'changeAffinity' action for VM
...
-Adds action to VM on stopped state
-Add dialog with list view showing affinity groups and checkboxes
2013-04-12 16:55:01 -07:00
Brian Federle
96999becf9
Merge branch 'master' into ui-vm-affinity
2013-04-11 15:12:56 -07:00
Jessica Wang
5f8a278196
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - make loginCmdText local.
2013-04-11 13:39:04 -07:00
Brian Federle
c529c5a18d
Project switcher: Add label
2013-04-10 14:43:52 -07:00
Brian Federle
fa8b83581b
Zone type switcher: Style, add functionality
...
- Add top label to zone switcher, add more styling
- Implement zone switching functionality, which on change sets
cloudStack.context.zoneType to the relevant filter option, or null
for 'All' zone types
2013-04-10 14:43:42 -07:00
Brian Federle
50140735c7
Project switcher: Add label
2013-04-10 14:42:22 -07:00
Brian Federle
f51ccfcfb9
Merge branch 'ui-new-project-switcher' into ui-mixed-zone-management
2013-04-10 13:36:20 -07:00
Brian Federle
aa5ed0a0fb
Layout new project selector (only dummy data for now)
2013-04-10 13:34:25 -07:00
Brian Federle
4b853ccdc7
Add zone filter drop-down to header (needs styling)
2013-04-10 13:09:43 -07:00
Brian Federle
e907a08fba
Affinity UI: Add step to instance wizard
2013-04-09 15:58:29 -07:00
Pranav Saxena
c51587396a
CLOUDSTACK-1893:[AWS Style Health Checks] UI hangs when one tries to create health check policy on a LB rule with VR as LB service provider
2013-04-09 13:51:33 +05:30
Jessica Wang
b1ef74737a
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - when switching region, set location without parameters.
2013-04-07 00:14:18 -07:00
Brian Federle
d6e8701cae
Regions UI: Change loading state text to 'Loading...'
2013-03-26 10:19:02 -07:00
Brian Federle
16250f8e4b
Instance wizard: Fix checkbox selection
...
Fix where VPC network is uncheckable if only VPC networks are present,
and 'add network' form is visible and checked.
2013-03-25 11:37:15 -07:00
Jessica Wang
8ecdbd8537
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - allow user to delete region whose end point matches the current URL, but set region button on top menu to blank after the region is deleted.
2013-03-22 12:02:27 -07:00
Brian Federle
c9f4e51300
Regions UI: Add 'redirecting to region' text during login loading
2013-03-21 15:57:05 -07:00
Brian Federle
0fbf1b91b0
Regions single-sign-on: Hide login form on redirect
...
If login URL is passed to management server on load, show loading
screen in place of login form.
2013-03-21 15:27:44 -07:00
Jessica Wang
5a9ccce0f3
LOUDSTACK-1065: cloudstack UI - AWS Style Regions - handle the case that document.location.href includes bookmark # that doesn't match region's end point completely.
2013-03-20 16:41:26 -07:00
Jessica Wang
75a6e009b9
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - remove region action - removing the region that you are currently in is not allowed.
2013-03-20 15:19:36 -07:00
Jessica Wang
ae7e5b025e
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - set current region (whose end point matches current URL) to region button and region dropdown on top menu.
2013-03-20 14:34:37 -07:00
Jessica Wang
918a7c7481
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - implement region switching action triggered by region dropdown on top menu.
2013-03-20 11:58:57 -07:00
Pranav Saxena
6ba0ef1a17
Removing the test tooltip from Pingpath variable
2013-03-18 18:15:59 +05:30
Brian Federle
9ca7b82baa
Merge branch 'master' into Health-Check-UI
...
Conflicts:
ui/css/cloudstack3.css
2013-03-15 11:46:32 -07:00
Pranav Saxena
e86ee12a78
Adjusting the CSS attr for the delete button
2013-03-15 17:23:04 +05:30
Pranav Saxena
3752f1c331
Health Check UI development
2013-03-15 12:35:28 +05:30
Pranav Saxena
e6ac982d6c
Adding the license header to the new file
2013-03-15 12:26:09 +05:30
Brian Federle
345114d0ca
Dashboard UI: Fix line breaks
...
Move line break tags from API calls to widget code; otherwise they
were not rendering correctly due to sanitization process.
2013-03-14 15:54:37 -07:00
Brian Federle
d6ce2af209
CLOUDSTACK-748: Support deployment of VM on Tier + network
2013-03-14 12:53:39 -07:00
Pranav Saxena
a7e09c8648
Health-Check UI development
2013-03-14 17:21:03 +05:30
Pranav Saxena
2094ee682e
Health-Check UI development
2013-03-14 17:13:27 +05:30
Brian Federle
fd7ce8bb88
Pass VM guest IP to enable static NAT action
2013-03-08 14:38:37 -08:00
Jessica Wang
f9e94873d8
CLOUDSTACK-452: cloudstack UI - IPv6 - quick installer - rename fields in quick installer to be consistent with fields in zone wizard.
2013-03-05 12:07:55 -08:00