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
Brian Federle
3226b95e77
UI Dialog: Add datepicker styling, add datepicker to events UI
...
-Style datepicker calendar widget
-Add datepicker to delete/archive events/alerts
2013-03-14 14:56:01 -07:00
Brian Federle
d6ce2af209
CLOUDSTACK-748: Support deployment of VM on Tier + network
2013-03-14 12:53:39 -07:00
Brian Federle
4b26e9d89b
Merge branch 'master' into ui-multiple-nics
2013-03-14 10:45:27 -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
Pranav Saxena
2a337d5b01
CLOUDSTACK-1661: UI for Delete/Archive Events/Alerts
2013-03-14 13:59:52 +05:30
Brian Federle
66a6520e4d
Multiple IPs per NIC: Fixes
...
-Remove redundant columns from NIC IPs list view
-Fix remove, add action to use correct data from API response
2013-03-13 11:06:48 -07:00
Brian Federle
7566424a0b
List view: Subselect UI: Fixes
...
-Split subselect options into 2 subcategories, 'label' and 'dataProvider'
-Localize subselect label
2013-03-13 11:05:50 -07:00
Brian Federle
70164aa3bb
Merge branch 'master' into ui-multiple-nics
...
Conflicts:
ui/scripts/network.js
2013-03-13 09:36:06 -07:00
Pranav Saxena
9abb4d5f4b
CLOUDSTACK-1539:Editing any parameter in the Network UI results in implementation of IP Reservation.
2013-03-12 19:38:46 +05:30
Brian Federle
fd7ce8bb88
Pass VM guest IP to enable static NAT action
2013-03-08 14:38:37 -08:00
Brian Federle
ccbad34c05
Fix IP address list view
2013-03-08 11:46:26 -08:00
Brian Federle
a9387dfc58
Merge branch 'master' into ui-multiple-nics
2013-03-08 11:37:33 -08:00
Brian Federle
53c589a624
Better styling of IP selection field
2013-03-08 10:51:32 -08:00
Brian Federle
03135ce4fa
Make primary IP default selection
2013-03-08 10:51:03 -08:00
Brian Federle
3cea7959f5
Don't support secondary IPs on LB VM selection (not supported)
2013-03-08 10:13:49 -08:00
Pranav Saxena
41ff6588b5
CLOUDSTACK-1494:ldap tooltips to highlight more information about the query filter
2013-03-08 20:52:23 +05:30
Brian Federle
1c80313702
Fix another typo
2013-03-07 16:22:49 -08:00
Brian Federle
f487756999
Fix typo
2013-03-07 16:21:46 -08:00
Brian Federle
f6d9190432
Pass vmguestip to add PF rules API
2013-03-07 15:56:01 -08:00
Brian Federle
be8e427efd
List view UI: Implement sub-select in widget
...
To support sub-select dropdown across all list views (PF,LB,NAT),
refactor 'subselect' option in listView widget, instead of just the
multiEdit.
2013-03-07 15:39:15 -08:00
Brian Federle
a48bf0969e
Fix VM select IP drop-down for PF/LB UI
2013-03-07 15:06:54 -08:00
Brian Federle
e046364cce
LB/PF/NAT UI: Support secondary IP selection
...
During selection of a VM for LB/PF/Static NAT, show dropdown to select
which secondary IP will apply for the rule being created.
2013-03-06 14:37:26 -08:00
Brian Federle
ed7ebf57cc
List view: Add event hook on add row
...
Adds new event 'cloudStack.listView.addRow' which is triggered after new
data row is appended. It passes the table row ($tr) in the data.
2013-03-06 13:48:49 -08:00
Brian Federle
f24ee207c4
Multiple NICs UI: Refactor list view/detail view
...
Puts secondary IP list view and detail view in dedicated section,
instead of as part of the public IP address section.
Removes conditional API calls from public IP address list/detail view
for secondary NICS.
2013-03-06 12:13:00 -08:00
Brian Federle
4469e6b859
Multiple NICs UI: Fix list view data
2013-03-06 11:26:38 -08:00
Pranav Saxena
aa40c7ee98
CLOUDSTACK-1407:add primary storage screen throught UI doesn't have scope field
2013-03-07 00:03:30 +05:30
Brian Federle
2f03e55bbb
Merge branch 'master' into ui-multiple-nics
2013-03-06 09:59:36 -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
Brian Federle
fb8f33d2c7
Merge branch 'master' into ui-multiple-nics
2013-03-05 10:37:17 -08:00
Pranav Saxena
43c7126c07
CLOUDSTACK-1495:lDAP:UI:change the UI field name bind username
2013-03-04 17:25:03 +05:30
Pranav Saxena
fd335b4b7b
CLOUDSTACK-1493:IP Reservation UI tooltip enhancement for detail view: Widget modification done to support this enhancement
2013-03-04 16:37:31 +05:30
Pranav Saxena
fc64ee57a3
dvswitch UI minor enhancements
2013-03-04 14:39:22 +05:30
Pranav Saxena
1a4ab95d2e
Merge branch 'ui-primary-storage-target'
2013-03-01 16:01:25 +05:30
Brian Federle
260669ad9e
Regions UI: Show (Default) in header if no regions are available
2013-02-28 16:02:19 -08:00
Brian Federle
558b808a18
Regions UI: Show selected region name in header
2013-02-28 15:31:52 -08:00
Brian Federle
e653c02515
Merge branch 'master' into ui-multiple-nics
2013-02-28 12:47:36 -08:00
Jessica Wang
b1fcccc3f1
CLOUDSTACK-452: cloudstack UI - Zone Wizard - add IPv6 DNS1 field, IPv6 DNS2 field.
2013-02-28 12:07:33 -08:00
Jessica Wang
ac89c3e7e1
CLOUDSTACK-452: cloudstack UI - Infrastructure menu - zone detail - guest network - network detail - View IP Ranges (only available in Advanced zone) - add IPv6 Start IP, IPv6 End IP field to listView and Add IP Range dialog.
2013-02-28 12:05:56 -08:00
Jessica Wang
5dd44b0dde
CLOUDSTACK-452: cloudstack UI - Infrastructure menu - zone detail - physical network - create guest network - add IPv6 Gateway, IPv6 CIDR, IPv6 Start IP, IPv6 End IP field.
2013-02-28 12:05:12 -08:00
Jessica Wang
3f876060c0
CLOUDSTACK-452: cloudstack UI - Infrastructure menu - zone detail - physical network - guest network - add IPv6 CIDR, IPv6 Gateway to listView and detailView.
2013-02-28 12:04:15 -08:00
Pranav Saxena
9446eba78c
CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers
2013-02-28 13:27:27 +05:30
Pranav Saxena
b1fd371655
Vmware dvSwitch UI integration - tooltips
2013-02-28 12:16:50 +05:30
Pranav Saxena
c25a0d8d8e
Displaying persistent network property in the detail view for VPC networks
2013-02-28 11:54:04 +05:30
Pranav Saxena
680a360624
Merge branch 'dvswitch-UI'
2013-02-28 11:09:04 +05:30
Mice Xia
398b049327
add license header for a js file reported by rat
2013-02-28 11:50:07 +08:00
Brian Federle
74c3f35d7d
Merge branch 'master' into ui-regions
2013-02-27 13:18:52 -08:00
Pranav Saxena
699cb03308
CLOUDSTACK-1432:Inconsistent field names in the cluster dialog box
2013-02-28 02:25:31 +05:30
Pranav Saxena
b07f482bac
dvswitch UI integration Complete:Enabling the flag - Set 4
2013-02-28 00:15:04 +05:30
Pranav Saxena
08b2f7734b
dvswitch UI integration Complete - Set 4
2013-02-27 23:44:02 +05:30
Brian Federle
fb9afaad2a
Add region UI: Don't use URL validation
...
Don't use URL validation for endpoint, becuase it doesn't accept
hostnames without domains (i.e., http://localhost:8080/client )
2013-02-27 09:13:28 -08:00
Brian Federle
289c433cb9
Regions UI: Highlight active region in selector
2013-02-27 09:12:25 -08:00
Brian Federle
fdaa5b4909
User accounts UI: Support for regions
...
-Add region select to add account form
-Show account's region in detail view
2013-02-27 08:59:55 -08:00
Pranav Saxena
c289380910
dvswitch UI integration set 3
2013-02-27 21:52:47 +05:30
Pranav Saxena
bd58361362
dvSwitch UI integration Set 2
2013-02-27 21:23:13 +05:30
Pranav Saxena
1f21c12687
dvSwitch-UI Integration - Set 2
2013-02-27 15:29:27 +05:30
Pranav Saxena
1b94047bd8
DV Switch UI Integration -Set 1
2013-02-27 14:53:07 +05:30
Brian Federle
2386270d7b
Regions UI: Add error handling to API calls
2013-02-26 16:21:13 -08:00
Brian Federle
c48ed610db
Add ID field to regions list view
2013-02-26 16:17:13 -08:00
Brian Federle
b4286e7949
Add 'edit region' action
2013-02-26 16:15:16 -08:00
Brian Federle
acce7d9678
Regions UI actions: Refresh region selector listing
...
After action is performed that adds/removes regions, call
'cloudStack.refreshRegions' to refresh region selector listing.
2013-02-26 16:05:43 -08:00
Brian Federle
b9a459c24d
Regions UI: Move to separate source file, add real data, update style
...
-Move region UI code to ui-custom/regions.js, to separate from core UI
rendering
-Pull real data and endpoint URL on region select list, from data
provider in scripts/regions.js
-Make region selector have same appearance as notifications box
2013-02-26 15:55:02 -08:00
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
aec2cfe2cc
Multi-edit: Allow horizontal overflow
2013-02-26 11:32:01 -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
6c8182b6f4
UI: Update IP address server calls to support per-NIC IPs
...
Update the following actions on IP address section to support per-NIC IP
addresses:
- List IPs -> listNics
- Add IP -> addIpToNic
- Remove IP -> removeIpFromNic
These API calls will be conditionally invoked in place of the existing
calls if a NIC is selected -- i.e., args.context.nics is present
2013-02-25 11:35:41 -08:00
Brian Federle
b652d2e4ba
Implement view all behavior for multi-items
...
-Call viewAll() on click to open new panel with corresponding view
-Pass context of selected item (such as nic object) to panel
-Allow custom title for panel
2013-02-25 11:05:42 -08:00
Brian Federle
4c0fd582dc
Style view all button
2013-02-22 16:05:21 -08:00
Brian Federle
29f9137e2d
WIP: Add view all button to NIC
2013-02-22 15:53:48 -08:00
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
31c26beb7f
zone wide primary storage server side changes
2013-02-22 03:28:01 +05:30
Pranav Saxena
6ef7928a9c
zone wide primary storage
2013-02-22 02:53:26 +05:30