Brian Federle
84b73b979f
Close region selector on overlay click
2013-02-26 15:08:07 -08:00
Brian Federle
affd70ddcd
Region selector: Add buttons, more styling, placeholder functionality
2013-02-26 15:05:06 -08:00
Brian Federle
fb44e6d7ed
Add basic region drop-down
2013-02-26 14:28:22 -08:00
Brian Federle
e3439bc8d0
Add select region icon to top bar
2013-02-26 14:02:05 -08:00
Brian Federle
5a08ef64b3
Add region 'ID' field to add form
2013-02-26 13:37:03 -08:00
Brian Federle
8831b2920c
Implement 'add region' action
2013-02-26 13:27:59 -08:00
Brian Federle
142a5a8fba
Implement region list view
2013-02-26 13:09:32 -08:00
Brian Federle
2c8cb3630e
Multi-edit: Allow horizontal overflow
2013-02-26 11:31:34 -08:00
Pranav Saxena
840650f9ff
IP address reservation basic UI requirement
2013-02-26 17:16:51 +05:30
Pranav Saxena
b9a4774d8e
CLOUDSTACK-1398:LDAP:fail to update the failed job status -stuck in in-progress state
2013-02-26 16:52:04 +05:30
Brian Federle
df0039368b
Fix missing 'add' action on instances page
2013-02-22 11:21:59 -08:00
Pranav Saxena
55d67a0ff0
Merge branch 'Commit-Ratio'
2013-02-22 18:09:39 +05:30
Pranav Saxena
ab24e84191
Cpu and Memory overcommit ratio Ui integration
2013-02-22 18:06:59 +05:30
Brian Federle
fa14380ac9
Remove old list view actions
2013-02-21 15:21:31 -08:00
Brian Federle
1ac86e96cb
Quick view UI: Fix to support multiple quick links
...
There was previously a limitation in the detail view/quickview where
only 1 'view all' link was visible per page. Change this to show n
number of view all links, if an array is passed to 'viewAll.' This also
lowers the # of clicks necessary to navigate to some items.
This also adds more view all buttons to instances, storage, and system
resources.
2013-02-21 15:09:03 -08:00
Pranav Saxena
82c2e3052e
Merge branch 'Reset-VM'
2013-02-21 16:29:42 +05:30
Pranav Saxena
35d8905081
Reset a VM detail view display
2013-02-21 16:26:31 +05:30
Jessica Wang
48ec4395bd
CLOUDSTACK-1343: cloudstack UI - baremetal - enable baremetal providers who are selected in the network offering.
2013-02-20 15:13:46 -08:00
Pranav Saxena
bff3d8ac9a
LDAP-UI integration code
2013-02-19 16:40:47 +05:30
Pranav Saxena
215621daa8
CPU&RAM overcommit ratio uI integration code
2013-02-16 22:01:43 +05:30
Pranav Saxena
8e88a4295f
Reset a VM on reboot compute offering
2013-02-15 23:11:27 +05:30
Pranav Saxena
d8537a4446
Server side integration for LDAP Configuration
2013-02-15 21:12:22 +05:30
Pranav Saxena
ff9d62a8ed
LDAP UI front end complete
2013-02-15 17:00:59 +05:30
Pranav Saxena
2b3e23f6cf
LDAP front end UI development
2013-02-15 12:02:26 +05:30
Rohit Yadav
4364cb9784
rat: Fix license for file from recent ui-plugins merge
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-14 17:18:22 +05:30
Brian Federle
48118a4f9c
Add license headers to new JS files
2013-02-13 14:59:01 -08:00
Brian Federle
dfaffcebad
Merge branch 'master' into ui-plugins
...
Conflicts:
ui/index.jsp
2013-02-13 14:03:53 -08:00
Jessica Wang
4e7da0001d
CLOUDSTACK-618: cloudstack UI - API request throttling - for async job action uploadCustomCertificate, make frequency of calling queryAsyncJobResult API based on listCapabilities response.
2013-02-13 11:55:59 -08:00
Jessica Wang
ceb44aca30
CLOUDSTACK-1251: cloudstack UI - zBaremetal - zone wizard - when hypervisor is BareMetal, click Next button in Guest Traffic step will finish the whole process.
2013-02-13 11:55:05 -08:00
Jessica Wang
4b7dbbe5cd
CLOUDSTACK-618: cloudstack UI - API request throttling - for async job actions that are not using notification widget, make frequency of calling queryAsyncJobResult API based on listCapabilities response.
2013-02-13 11:53:33 -08:00
Mice Xia
9a12756ae4
CLOUDSTACK-684 support vm snapshot
2013-02-14 01:26:30 +08:00
Brian Federle
6e02fb96c9
UI Plugins, API call helper: Add 'pollAyncJobResult' helper, allow passing data
2013-02-12 16:10:40 -08:00
Jessica Wang
06a733a89f
CLOUDSTACK-618: cloudstack UI - API request throttling - for async job action, make frequency of calling queryAsyncJobResult API based on listCapabilities response.
2013-02-12 16:00:48 -08:00
Brian Federle
5b8e4b9fd9
UI Plugin API: Implement 'apiCall' helper
...
Adds a helper method to standardize how plugin writers handle server calls,
without having to directly invoke jQuery.ajax. It will correctly sanitize data
and ensure all required parameters (e.g., session key data) are passed.
2013-02-12 15:21:29 -08:00
Brian Federle
b67e49d8ce
Conditionally load plugin section
...
If no UI plugins are loaded via plugins.js, then hide 'plugins'
section, to avoid confusion due to a blank plugin page.
2013-02-11 11:45:34 -08:00
Brian Federle
4a96a200b1
Merge branch 'master' into ui-plugins
2013-02-08 13:09:52 -08:00
Anthony Xu
0a6c6bb254
Revert "CLOUDSTACK-737"
...
This reverts commit d7201dfe1f49fb75054e1f0b6922ed21446ad130.
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
2013-02-08 10:42:36 -08:00
anthony
951cba92bb
Merge branch 'sg-in-advanced-zone'
...
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
server/src/com/cloud/vm/UserVmManagerImpl.java
2013-02-07 15:19:41 -08:00
Jessica Wang
cc24bebcb6
CLOUDSTACK-537: cloudstack UI - Advanced sg-enabled zone - VM Wizard - step 5 - select network screen - populate only sg networks (i.e. not show non-sg networks).
2013-02-07 13:19:55 -08:00
Jessica Wang
a02c66594f
CLOUDSTACK-537: cloudstack UI - Infrastructure menu - create network dialog - Advanced sg-enabled zone - (1) account-specific network doesn't work at backend. Therefore, remove "account" option from scope dropdown. (2) zone-wide network: list only sg network offerings.
2013-02-07 13:17:45 -08:00
Brian Federle
2cb50b17fb
Merge branch 'master' into ui-plugins
2013-02-07 12:03:35 -08:00
Jessica Wang
01d7fa4bed
CLOUDSTACK-1166: cloudstack UI - dashboard - sanitize content before setting it to a HTML element.
2013-02-06 10:42:35 -08:00
Marcus Sorensen
4f274d0b8e
Summary: resizeVolume needs to be available in UI
...
Detail: Adds UI element for resizing a volume
BUG-ID: CLOUDSTACK-644
Reported-by: hongtu_zang@tcloudcomputing.com
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360091087 -0700
2013-02-05 12:04:47 -07:00
Brian Federle
c61156e965
Providing invalid values for gateway, netmask etc in the zoneWizard blocks the VLAN container to load , throwing an error
2013-02-05 11:47:20 +05:30
Pranav Saxena
bd825109d8
Persistent Networks support - UI functionality
2013-02-01 16:41:29 +05:30
Kanzhe Jiang
736b236eaf
bigswitch controller support
...
Reviewed-by: Chiradeep Vittal <chiradeepv@gmail.com>
Signed-off-by: Murali Reddy <murali.reddy@citrix.com>
2013-02-01 12:42:04 +05:30
Brian Federle
894cb8f7d9
Advanced SG instance wizard: Fix back button
...
Fixes back button for select SG step, when using SG-enabled advanced
network.
2013-01-31 16:07:50 -08:00
Pranav Saxena
5d8e1f0dff
Enabling Egress Rules Feature on the UI
2013-01-31 20:39:09 +05:30
Jessica Wang
0f130e15c7
CLOUDSTACK-355: cloudstack UI - Infrastructure menu - restore total number of zone on UI since performance issue of listZones API has been fixed on server-side.
2013-01-30 15:42:02 -08:00
Jessica Wang
867cb4aa81
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - step 5 - when total number of selected sg networks is greater than 0 and total number of selected networks is greater than 1, pop up client-side validation error message "Can't create a vm with multiple networks one of which is Security Group enabled".
2013-01-29 16:44:58 -08:00