Jessica Wang
28572345d9
CLOUDSTACK-1343: cloudstack UI - baremetal - zone wizard - ask whether to enable the zone or not after zone creation is completed.
2013-04-19 12:27:28 -07:00
Brian Federle
355b910173
Merge branch 'master' into ui-mixed-zone-management
2013-04-19 10:23:15 -07:00
Pranav Saxena
fc4f19f915
Storage Motion UI development
2013-04-19 18:27:07 +05:30
Pranav Saxena
f98ce5ddcc
ClOUDSTACK-2111:UI remain in processing state even after scaleVM executed successfullY
2013-04-19 15:14:57 +05:30
Jessica Wang
f548ce4fad
CLOUDSTACK-2074: cloudstack UI - Affinity - Affinity Groups page - remove "Instances" tab that has been replaced with "View Instances" drilldown in Details tab.
2013-04-18 17:52:20 -07:00
Jessica Wang
ea2a43e98a
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - remove "Affinity Groups" tab that has been replaced with "View Affinity Groups" drilldown in Details tab.
2013-04-18 17:37:53 -07:00
Jessica Wang
6c98696d8c
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - implement "View Affinity Groups" drilldown.
2013-04-18 17:31:29 -07:00
Jessica Wang
7f6e7c6f81
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - Change Affinity action dialog - a workaround to avoid dataProvider() being called twice that populates duplicate data.
2013-04-18 17:01:45 -07:00
Jessica Wang
2198dda742
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - Change Affinity action - populate affinity groups in dialog.
2013-04-18 16:38:25 -07:00
Brian Federle
e04430302d
Merge branch 'master' into ui-mixed-zone-management
2013-04-18 15:18:43 -07:00
Brian Federle
908115203e
WIP: Service provider module
...
-Add 'add service provider' module to assist with creating a new
service provider UI
-Add required functionality to append service provider to hardcoded list
-Add basic ASA 1000v provider to list (name, id, state)
2013-04-18 15:13:14 -07:00
Jessica Wang
320cad3806
CLOUDSTACK-1343: cloudstack UI - baremetal - zone wizard - fix a JS error "args.data.cluster is undefined" that happened right after Configuring guest traffic.
2013-04-18 14:29:00 -07:00
Jessica Wang
030235ba52
CLOUDSTACK-2074: cloudstack UI - Affinity - Affinity Group page - details tab - implement "View Instances" on right top corner.
2013-04-18 14:04:31 -07:00
Brian Federle
73d87f1ad2
UI Plugin/module API: Fix load order, refactor
...
-Fixes issue with load order, where plugin's initialization function were not called
in order of the list
-Refactor so that modules and plugins are loaded via the same block,
to avoid redundant code
-Load modules before plugins
2013-04-18 13:59:20 -07:00
Brian Federle
6babaf9616
Add UI 'module' API
...
Add a variant to a plugin, called a 'module.' It is designed for
features that are build-in to the standard UI (i.e., not installed
dynamically), but can still utilize the modular nature of UI
plugins. It works exactly the same way as a plugin, except:
-Modules are added to modules/ folder
-Modules are registered in modules/modules.js
-No config.js (no need for metadata, since they are built-in features)
- /ui/modules/ folder will not be touched by the build system, so any modules
are committed directly to the ui/ folder. In other words, modules are
not installed automatically.
2013-04-18 12:52:55 -07:00
Jessica Wang
3390f0114b
CLOUDSTACK-2074: cloudstack UI - Affinity - Affinity Group page - add new tab "instances" that displays all vm instances under this affinity group.
2013-04-18 12:24:44 -07:00
Jessica Wang
935b08b216
CLOUDSTACK-2074: cloudstack UI - Affinity - instance detail page - add new tab "Affinity Groups".
2013-04-18 10:55:56 -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
Jessica Wang
7566eae209
CLOUDSTACK-2074: cloudstack UI - Affinity - VM Wizard - collect affinity group IDs and pass them to API call.
2013-04-18 10:30:34 -07:00
Jessica Wang
b203e6cbf0
CLOUDSTACK-2074: cloudstack UI - Affinity - VM Wizard - populate Affinity step.
2013-04-17 17:43:59 -07:00
Jessica Wang
9827d79fbd
CLOUDSTACK-2074: cloudstack UI - Affinity - implement Delete Affinity Group action.
2013-04-17 17:17:54 -07:00
Jessica Wang
df15ceac26
CLOUDSTACK-2074: cloudstack UI - Affinity - (1) populate listView by API call. (2) implement Add Affinity Group action.
2013-04-17 16:27:20 -07:00
Brian Federle
c3009e316b
Merge branch 'master' into ui-mixed-zone-management
2013-04-17 11:09:01 -07:00
Mice Xia
ff4b55fff8
Fix CLOUDSTACK-1852 showing disconnected host as suitable target during system vms migration
2013-04-17 21:08:34 +08:00
Jessica Wang
f0d6776225
CLOUDSTACK-1910: cloudstack UI - zone detail - physical network - network service providers - NetScaler - add Netscaler device dialog - add 3 new fields: "GSLB service", "GSLB service Public IP", "GSLB service Private IP".
2013-04-16 18:17:58 -07:00
Jessica Wang
d5776d91ea
CLOUDSTACK-1910: cloudstack UI - zone wizard - add Netscaler device step - add 3 new fields: "GSLB service", "GSLB service Public IP", "GSLB service Private IP".
2013-04-16 17:40:21 -07:00
Jessica Wang
4b636a10aa
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - load balancer rules - implement "Assign load balancer rule to GSLB" action.
2013-04-16 16:26:20 -07:00
Jessica Wang
32ccb8a5c9
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - add "load balancer rules assigned to this GSLB" section.
2013-04-16 15:38:27 -07:00
Jessica Wang
8b8a2f218c
CLOUDSTACK-1910: cloudstack UI - make Regions menu visible to regular-user/domain-admin.
2013-04-16 13:15:31 -07:00
Brian Federle
b54f643b91
Always maximize detail views with settings tab (to fit listView layout)
2013-04-16 12:51:07 -07:00
Brian Federle
ad38060e3a
Add account-level parameter UI
2013-04-16 12:47:08 -07:00
Brian Federle
9130cd0499
Add seondary storage-level parameters UI
2013-04-16 12:46:58 -07:00
Brian Federle
e8295dd4b0
Add primary storage-level parameters UI
2013-04-16 12:46:44 -07:00
Brian Federle
59d0541bac
Add cluster-level parameters
2013-04-16 12:46:23 -07:00
Brian Federle
019e8cd0ff
Add zone-level granular settings UI
2013-04-16 12:41:20 -07:00
Brian Federle
1bb0136c8e
Add granular settings widget
2013-04-16 12:41:04 -07:00
Jessica Wang
8bef069f01
CLOUDSTACK-1910: cloudstack UI - Regions menu - GSLB - (1) add detailView (2) implement Delete GSLB action.
2013-04-16 12:38:37 -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
Jessica Wang
23211d1483
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - show new action "Release from account", "Add Account" action.
2013-04-15 17:07:57 -07:00
Jessica Wang
dd62b3de7e
CLOUDSTACK-2038: cloudstack UI - mixed zone management - template menu - copy ISO action - populate zone dropdown upon selected zone type on top menu.
2013-04-15 16:42:40 -07:00
Jessica Wang
6c2f2d3a9d
CLOUDSTACK-2038: cloudstack UI - mixed zone management - template menu - copy template action - populate zone dropdown upon selected zone type on top menu.
2013-04-15 16:35:07 -07:00
Jessica Wang
9e392d25ba
CLOUDSTACK-2038: cloudstack UI - mixed zone management - template menu - register ISO action - populate zone dropdown upon selected zone type on top menu.
2013-04-15 16:05:01 -07:00
Jessica Wang
2431c814a8
CLOUDSTACK-2038: cloudstack UI - mixed zone management - template menu - register template action - populate zone dropdown upon selected zone type on top menu.
2013-04-15 15:57:37 -07:00
Jessica Wang
ba7e49f11c
CLOUDSTACK-2038: cloudstack UI - mixed zone management - storage menu - volume section - Add volume action, Upload volume action - populate zone dropdown upon selected zone type on top menu.
2013-04-15 15:14:42 -07:00
Brian Federle
5d235f690d
Add new 'affinity' UI section for managing affinity groups
2013-04-15 14:56:44 -07:00
Jessica Wang
65448791ed
CLOUDSTACK-2038: cloudstack UI - mixed zone management - network menu - guest network section - show/hide Add Guest Network action upon selected zone type on top menu.
2013-04-15 14:56:36 -07:00
Jessica Wang
f85ab8a26b
CLOUDSTACK-2038: cloudstack UI - mixed zone management - network menu - show different sections upon selected zone type on top menu.
2013-04-15 14:34:14 -07:00
Brian Federle
2f0e0d9a7d
Affinity UI: Pre-select checkboxes
2013-04-15 14:02:58 -07:00
Brian Federle
a589a367d0
List view UI: Support pre-selected checkboxes
...
In listings with checkbox actions, if _isSelected: true is passed in a
data item, then pre-select the checkbox on load.
2013-04-15 14:02:42 -07:00
Jessica Wang
d146f3d93a
CLOUDSTACK-2038: cloudstack UI - mixed zone management - instance wizard.
2013-04-15 13:55:51 -07:00
Brian Federle
66a16a1fd3
'Change VM affinity' select UI: Pass data to action
2013-04-15 13:01:23 -07:00
Brian Federle
267568483b
Merge branch 'master' into ui-vm-affinity
2013-04-15 10:24:36 -07:00
Pranav Saxena
e22a86f57a
CLOUDSTACK-1898: Incorrect time conversion on UI under Events and Alerts
2013-04-15 20:53:04 +05:30
Pranav Saxena
97911e9fe6
CLOUDSTACK-779:Enabling Egress rules feature for SRX
2013-04-15 16:28:45 +05:30
Pranav Saxena
e05defc073
CLOUDSTACK-1984:Wrong mapping of resource names to the capacity function on the dashboard
2013-04-15 12:38:18 +05:30
Pranav Saxena
48c1c00891
Scale UP VM form functionality for choosing a service offering
2013-04-15 11:01:59 +05:30
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
6629eb7468
Merge branch 'master' into ui-vm-affinity
2013-04-12 10:37:18 -07:00
Jessica Wang
4600bd4b99
CLOUDSTACK-1910: cloudstack UI - Regions menu - make Add/Delete/Edit Region action not available to regular-user/domain-admin.
2013-04-11 15:27:11 -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
Jessica Wang
a4e61b71cc
CLOUDSTACK-1910: cloudstack UI - Regions menu - create GSLB - (1) pass gslbstickysessionmethodname parameter to createGlobalLoadBalancerRule API. (2) Take async Job response.
2013-04-11 12:40:48 -07:00
Brian Federle
76d1ee54de
VM NICs list view: Fix 'VM name' field for VMs without name
2013-04-11 12:29:02 -07:00
Brian Federle
3bcec62e64
List view: Fix broken add row action
2013-04-11 12:29:02 -07:00
Jessica Wang
9a50d2bd3b
CLOUDSTACK-1910: cloudstack UI - Regions menu - implement create GSLB action.
2013-04-11 11:14:36 -07:00
Brian Federle
b6c354a057
Merge branch 'master' into ui-vm-affinity
2013-04-10 14:58:50 -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
Pranav Saxena
a194720417
Refactoring the code in network.js to remove the disabling of egress and load balancers tab
2013-04-10 13:59:55 +05:30
Pranav Saxena
499bc6306e
adding error handling mechanism to scale up vm functionality
2013-04-10 11:43:59 +05:30
Jessica Wang
6f3069f0da
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - add action filter.
2013-04-09 17:16:21 -07:00
Brian Federle
e907a08fba
Affinity UI: Add step to instance wizard
2013-04-09 15:58:29 -07:00
Brian Federle
9d5c375678
Instance wizard: clean up JS formatting
2013-04-09 14:52:06 -07:00
Brian Federle
4fd3fca848
List view UI: Fix 'no data to show' message not appearing in some cases
2013-04-09 14:16:28 -07:00
Brian Federle
d9d6d21b5c
VM multiple NICs: Fix broken UI due to API call changes
2013-04-09 14:16:21 -07:00
Brian Federle
e0692b39d9
List view UI: Fix 'no data to show' message not appearing in some cases
2013-04-09 14:16:01 -07:00
Brian Federle
876e93b441
VM multiple NICs: Fix broken UI due to API call changes
2013-04-09 14:15:29 -07:00
Brian Federle
685a8a72ce
multiEdit, action pre-filter: pass 'actions' in options object
2013-04-09 12:50:17 -07:00
Brian Federle
6a1d384761
multiEdit: Support createForm for actions
...
If 'createForm' block is specified in a multi-edit action, show
createForm and pass fields to action.
2013-04-09 12:50:08 -07:00
Pranav Saxena
47dc989675
CLOUDSTACK-1428:[UI] Instance which are created without display name are not visible when added to LB: Using the name property instead in the data flow
2013-04-09 17:02:01 +05:30
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
Brian Federle
564a850f1b
WIP
2013-04-08 16:37:27 -07:00
Jessica Wang
bf72a36ea8
CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - add new action "Release from account", "Add Account" for existing IP Ranges.
2013-04-08 14:46:23 -07:00
Jessica Wang
7de2b4b30a
CLOUDSTACK-1957: cloudstack UI - fix a JS error "'logout' is undefined" which sometimes shows on login screen.
2013-04-07 11:40:46 -07:00
Jessica Wang
ebcdef55b0
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - shorten value of g_loginCmdText
2013-04-07 09:00:17 -07:00
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
Pranav Saxena
ae4befb0b9
Merge remote-tracking branch 'remotes/origin/scale-UP'
2013-04-05 15:06:36 +05:30
Brian Federle
4f5d311848
WIP - Implement/style NIC actions
2013-04-03 17:55:39 -07:00
Brian Federle
1a80f9e1f4
Detail view, multi-groups: Put 'add' button on top
2013-04-03 14:52:38 -07:00
Brian Federle
ece8b8c423
NICs, add action: Fix for when detail view isn't present anymore
2013-04-03 14:52:16 -07:00
Pranav Saxena
bb841d6011
CLOUDSTACK-1669:UI for non-contiguous VLAN ranges
2013-04-04 02:56:34 +05:30
Brian Federle
93db30e4e1
UI, instance nics tab: Implement 'add network' action
...
-Change detail widget to support 'add' action on per-nic/item detail groups
-Implement add network/NIC action on instances NIC tab
2013-04-03 14:23:23 -07:00
Brian Federle
21f953ffa4
GSLB UI: Fix section select for regions->GSLB, to fix broken 'view all' button
2013-04-03 11:34:32 -07:00
Jessica Wang
8d21b4f47c
CLOUDSTACK-1910: cloudstack UI - Regions menu - add new section GSLB.
2013-04-03 10:22:15 -07:00
Isaac Chiang
7b0b2cdc84
CLOUDSTACK-1908:Specified event isn't removed from the list after deletion
2013-04-03 22:51:01 +05:30
Dave Cahill
eddf7b9357
MidoNet Networking Plugin
...
- Supports DHCP, Source NAT, Static NAT, Firewall rules, Port Forwarding
- Renamed MidokuraMidonet to MidoNet
- Related Jira ticket is CLOUDSTACK-996
Signed-off-by: Dave Cahill <dcahill@midokura.com>
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-04-03 12:03:11 +02:00
Pranav Saxena
3d8afb0cfb
CLOUDSTACK-1887:removing the host option from the scope field for primary storage
2013-04-02 16:21:25 +05:30
Pranav Saxena
8d34b5809d
CLOUDSTACK-1887:removing the host option from the scope field for primary storage
2013-04-02 14:55:29 +05:30
Phong Nguyen
aa79ccf985
CLOUDSTACK-922: LXC Support in Cloudstack.
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-04-01 15:41:42 -07:00
Pranav Saxena
6092721a22
Zone wide primary storage is not supported for Xenserver as the Hypervisor but for KVM only
2013-03-29 20:49:06 +05:30
Pranav Saxena
5259a13e41
Zone wide primary storage is not supported for Xenserver as the Hypervisor but for KVM only
2013-03-29 20:45:44 +05:30
Kanzhe Jiang
ee3fd18435
BigSwitch networking plugin update
...
Update BigSwitch Plugin:
. UI support for adding BigSwitch controller as a network service provider
. Correct the message format between the plugin and the controller
. Add Health check API
Test to add a BigSwitch controller as a network service provider and view.
Test to implementation of guest network on the controller
Test to associate VM to its guest network
2013-03-29 18:54:48 +05:30
Pranav Saxena
690c31290b
CLOUDSTACK-767:nTier Apps 2.0 : Allow more than one Private GW to a VPC
2013-03-29 18:00:42 +05:30
Sanjay Tripathi
2c176ab9ea
CLOUDSTACK-1592:[UI] Add support to limit newly added resourcetypes
2013-03-29 14:18:14 +05:30
Jessica Wang
4534dafba1
CLOUDSTACK-1840: cloudstack UI - VM Wizard - fix a bug that the first parameter in jQuery.grep() should not be null.
2013-03-28 16:23:34 -07:00
Jessica Wang
86a153c595
CLOUDSTACK-1838: cloudstack UI - volume page - listView, detailView - hide hypervisor field when log in as regular-user/domain-admin.
2013-03-28 14:38:52 -07:00
Jessica Wang
0f3b7ef225
CLOUDSTACK-1616: cloudstack UI - Infrastructure menu - zone detail - create network - correct IPv6 parameter names passed to API call.
2013-03-28 11:30:24 -07:00
Brian Federle
a6d7c9af7c
CLOUDSTACK-1437: Fix detail view for newly-created storage pool
2013-03-27 14:07:36 -07:00
Pranav Saxena
c7be3b47cd
CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI
2013-03-27 16:11:51 +05:30
Pranav Saxena
4d5f10585e
CLOUDSTACK-1540:LDAP: Integrate ldapremove functionaly in the UI
2013-03-27 16:04:09 +05:30
Jessica Wang
5df32e6d70
CLOUDSTACK-452: cloudstack UI - zone wizard - when Basic mode is selected, hide IPv6 DNS1, IPv6 DNS2 field.
2013-03-26 16:48:50 -07:00
Jessica Wang
e806ff6743
CLOUDSTACK-452: cloudstack UI - Infrastructure menu - zone detail - guest network - add guest network - validation - Either IPv4 fields or IPv6 fields need to be filled when adding a guest network.
2013-03-26 16:35:42 -07:00
Brian Federle
d6e8701cae
Regions UI: Change loading state text to 'Loading...'
2013-03-26 10:19:02 -07:00
Pranav Saxena
09d76fe009
CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard
2013-03-26 21:09:11 +05:30
Pranav Saxena
933f1213c1
CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard
2013-03-26 21:08:14 +05:30
Jessica Wang
ac18b9b0f7
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - when switching to another region, handle a case that the region's end point is not " http://hostname:port/client/ "
2013-03-25 15:30:32 -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
Brian Federle
fcf9b57f08
List view: Fix when no actions are present
...
Fix case where list view breaks on column creation, when no
actions are defined.
2013-03-25 11:12:03 -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
Jessica Wang
b932059d33
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - region dropdown on top menu - show "No data to show" instead of "(Default)" if there is zero region in cloudstack.
2013-03-22 11:46:51 -07:00
Brian Federle
abbc3b3bc6
UI: Add _reloadUI helper function
...
Adds a console helper function, which will reinitialize the UI
with the current window.cloudStack object. This is used primarily
for debugging, so that any changes to the UI structure can be viewed
without reloading the browser.
2013-03-22 10:29:48 -07:00
Brian Federle
e86f81152f
List view UI: fix blank actions column
...
Fixes issue where blank actions column will show if there
are header actions, but no standard actions
2013-03-22 10:28:09 -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
Brian Federle
85ef511702
Instances UI: Better start instance notification
...
-Don't show dialog if no password enabled on start -- inhibits
'Start instance' dialog from appearing for every VM.
-Use standard dialog (not alert) for VM password notification
2013-03-21 13:26:03 -07:00
Brian Federle
62fd9115c2
UI Dialog: Don't show dialog with empty message
2013-03-21 13:24:22 -07:00
Jessica Wang
9270b4335c
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - remove region field from Add Account dialog since createAccount API does not take in regionid parameter.
2013-03-20 16:47:52 -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
6cb1486f29
CLOUDSTACK-1065: cloudstack UI - AWS Style Regions - implement Edit Region action, ID field shouldn't be editable since ID is the base when searching for an entry in the database.
2013-03-20 15:39:30 -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
Jessica Wang
b1a25cf917
CLOUDSTACK-1065: cloudstack UI - regions menu - implement create region action.
2013-03-19 13:15:04 -07:00
Anshul Gangwar
c02ab3f4d7
CLOUDSTACK-1723:Fix for dashboard alerts
2013-03-19 16:08:11 +05:30
Pranav Saxena
19d1a30360
Dv switch UI space removal changes
2013-03-19 15:35:31 +05:30
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
Brian Federle
42d33fc3ff
CLOUDSTACK-1044: Fix duplicate listCapacity call on dashboard
2013-03-15 10:48:49 -07:00
Pranav Saxena
4494b3fd32
Adjusting the zindex for the tooltip to be on top
2013-03-15 17:48:50 +05:30
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