Brian Federle
262bbbe800
Add block to show/hide tier select
...
-- Hidden by default, needs real conditional code
2012-07-10 15:41:23 -07:00
Brian Federle
9f093817f3
Implement static NAT tier select UI
...
Adds a new drop-down to the enable static NAT dialog to allow selecting a tier to be associated with the VM. This is in the header of the list view.
It is defined as follows:
enableStaticNAT: {
...
action: {
noAdd: true,
custom: cloudStack.uiCustom.enableStaticNAT({
// VPC
tierSelect: function(args) {
args.response.success({
data: [
{ id: '1', description: 'VPC 1' },
{ id: '2', description: 'VPC 2' }
]
});
},
...
2012-07-10 15:41:23 -07:00
Brian Federle
49c3c8b2e3
VPC UI: Add link to site-to-site VPN
...
Add link in tooltip for site-to-site VPN, which opens a new panel
showing the list view. This draws from the existing 'siteToSiteVpn'
network subsection, so no modification should be required to the
existing list view.
2012-06-29 13:36:07 -07:00
Brian Federle
683b7d7822
Add configure VPC tooltip and links
2012-06-29 13:13:59 -07:00
Brian Federle
f026387103
Add configure icon to VPC
2012-06-29 13:13:59 -07:00
Brian Federle
4c6738266d
Fix add tier UI
...
Properly pass context for add tier dialog, which broke due to recent
changes that requires context to be present, for the action filter.
2012-06-28 15:34:22 -07:00
Brian Federle
b1a5ec13cd
VPC tier UI: Update state after performing actions
...
After performing an action that changes state, namely starting and
stopping a tier, run through the action pre-filter again, to make sure
that the allowable actions are properly refreshed.
Conflicts:
ui/scripts/ui-custom/vpc.js
2012-06-28 15:23:37 -07:00
Brian Federle
28e49e8880
VPC UI: Refactor tier action filter handling
...
For reusability, move action filter handling for VPC tier actions to a
separate function. This allows for easier refreshing of actions after a
tier's state has changed.
2012-06-28 15:22:41 -07:00
Brian Federle
9bbbc4e356
Pass _custom correctly to VPC tier add VM action
2012-06-28 14:21:08 -07:00
Brian Federle
6d78cc4000
Add Apache license to new JS files
2012-06-28 13:40:19 -07:00
Brian Federle
808a3d75d9
Instance wizard: Don't try to add a new row if list view isn't present
2012-06-28 11:14:02 -07:00
Brian Federle
c347c6bd09
Add base VPC UI
...
** Note: this is a work-in-progress, and only contains dummy content
Implement UI for managing VPC tiers, via a custom chart-like UI list
tiers and allowing the management of VMs associated with the VPCs.
2012-06-28 10:51:56 -07:00
Brian Federle
e6a6f84361
Pass context to instance wizard
2012-06-28 10:51:56 -07:00
David Nalley
9687520712
applying Chip Childer's patches for license headers in the ui directory
2012-06-26 10:46:53 -04:00
Jessica Wang
3ee3e4122a
cloudstack 3.0 UI - add zone wizard - (1) When sdn.ovs.controller is true and when the physical network is in Advanced zone, show isolation method dropdown with two options (VLAN, GRE). VLAN is the default option in the dropdown.
...
(2) When sdn.ovs.controller is false: hide isolation method dropdown. isolationmethods parameter won’t be passed to createPhysicalNetwork API.
(3) When the physical network is in Basic zone (regardless of sdn.ovs.controller) : hide isolation method dropdown. isolationmethods parameter won’t be passed to createPhysicalNetwork API.
2012-06-22 16:07:12 -07:00
Jessica Wang
791986268a
(1) CS-15311: cloudstack 3.0 UI - Add Zone Wizard - add physical network step - no isolation method dropdown if network type is Basic.
...
(2) CS-15312 - cloudstack 3.0 UI - Add Zone Wizard - add physical network - remove "L3" option from isolation method.
2012-06-21 13:48:11 -07:00
Jessica Wang
a00c21686f
(1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions.
...
(2) CS-14604: cloudstack 3.0 UI - Add Zone Wizard - skip Guest Traffic step if OVS tunnel manager is enabled.
(3) CS-15311: cloudstack 3.0 UI - Add Zone Wizard - add physical network step - no isolation method dropdown if network type is Basic.
(4) CS-14769: Don't pass subdomainaccess param when scope=project.
(5) CS-15157: cloudstack 3.0 UI - infrastructure page - physical network - network service providers - reset nspMap before populating listNetworkServiceProviders response to nspMap.
2012-06-21 12:13:41 -07:00
Brian Federle
9f2a823d6e
CS-13091: Enable/disable physical network UI actions
2012-05-24 12:17:58 -07:00
Jessica Wang
89f704d88c
CS-13739: localize more labels
2012-05-23 17:21:39 -07:00
Brian Federle
4b88f454a3
CS-14953: 'CloudStack' -> 'CloudPlatform'
...
reviewed-by: brian
commit 4488f0a66766286e960a47d34cd2e5148162bcab
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Tue May 22 15:15:40 2012 +0530
Renaming CloudStack to CloudPlatform for Proprietary builds
2012-05-22 11:45:58 -07:00
Brian Federle
eb6392d48c
CS-12462: no close button on select project list view popup
2012-05-21 10:29:29 -07:00
Brian Federle
cf4ef95e9a
CS-13123: Hide diagram parts on change password form
2012-05-15 11:56:45 -07:00
Brian Federle
0bc65768b7
CS-14339, CS-14241
...
In instance wizard, use configuration value for max. custom disk
offering size, instead of hardcoding the max size to 100 GB
2012-05-14 11:45:21 -07:00
Jessica Wang
89ee1b4814
cloudstack 3.0 UI - login page - add a blank option to language dropdown. When this blank option is selected, browser's default language will be used.
2012-05-03 15:41:38 -07:00
bfederle
57cc1ea378
WIP: Upload volume UI
...
Adds new action, upload volume, to the storage->volumes list view
header. This will present a dialog to specify URL & name of volume,
and select a VM to attach the volume to.
Server API calls are still incomplete and rely on hardcoded values.
2012-05-02 14:29:29 -07:00
bfederle
898952479e
CS-14461: Add more infrastructure page shortcuts
...
-Add additional shortcuts for:
-Primary storage
-Secondary storgage
-Virtual routers
-System VMs
-Replace host stats with the new shortcuts
-Add 'zone' dropdown to create form for the newly added-shortcuts'
sections, to support creating these items without a zone context
2012-04-30 10:32:43 -07:00
Jessica Wang
8d92440ec2
CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown.
2012-04-26 16:19:46 -07:00
Jessica Wang
b7b77cea5c
CS-14559: cloudstack 3.0 UI - VM Wizard - last step - screen doesn't change, but user-entered VM name will be passed as hostname and displayname to deployVirtualMachine API. Add validation of user-entered name field to match naming rule of hostname.
2012-04-18 17:45:41 -07:00
pranav
ee0f3e898c
Bug 12833 addition of Fetch Latest Button on the Dashboard
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/css/cloudstack3.css
reviewed-by: brian
2012-04-12 15:15:31 -07:00
Brian Federle
3a5a60c0be
Add 'view all' shortcuts for common zone resources
...
On the physical resources dashboard, add a button to view all
resources for pods, clusters, and hosts. This will compile a
list view containing the resources across all zones.
In order to be able to add resources when in this zone-inspecific mode,
a zone drop-down had to be added to the create forms for
pods, clusters, and hosts.
2012-04-09 13:26:08 -07:00
Brian Federle
0194ca1954
Projects UI: fix dialog
...
Remove closeOnEscape from $(':ui-dialog') option calls, as they cause
JS errors breaking the projects UI. closeOnEscape is already defined
when the dialog is initialized, so these don't need to be defined
again.
2012-04-05 13:39:48 -07:00
Pranav Saxena
65ecbcae0b
Bug : 13582 UI freezes because of pressing Escape key
2012-04-05 13:39:41 -07:00
Brian Federle
fc0327677a
Cleanup whitespace + indentation for UI widgets
2012-04-03 15:35:36 -07:00
Pranav Saxena
c85daa95c9
Bug 12343: Multiple Clicks on View More buttons adding extra tab in the bread crum bar
2012-04-03 15:26:17 -07:00
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
bfederle
608cbd266f
Instance wizard: show loading overlay on launch
...
When clicking the launch VM button, immediately show a loading overlay,
preventing multple clicks which can accidentally launch multiple VMs.
2012-03-29 13:49:55 -07:00
Jessica Wang
297ec02dea
bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - configuration - clicking Firewall - show Firewall multiEdit screen instead of NAT Port Range screen because createIpForwardingRule/deleteIpForwardingRule/listIpForwardingRules API are obsolete in cloudstack 3.0
2012-03-29 11:53:10 -07:00
bfederle
97d8941a54
bug 14057
...
Rename 'label' -> 'traffic label' in configure traffic type dialog.
2012-03-28 10:24:52 -07:00
Brian Federle
0db22e44e8
bug 14375
...
Use 'Management IP Addresses' in place of 'Private IP Addresses' for
label on system dashboards
2012-03-21 11:15:03 -07:00
bfederle
4a9155df1b
Always render physical networks as list view first
2012-03-20 13:58:23 -07:00
bfederle
c23f1b8882
UI: Zone wizard update
...
-Allow for editing of traffic labels within the zone wizard; visible
by going to the create physical network(s) step and clicking the
'edit' button under each traffic type.
-Make hypervisor selection part of the create zone step, instead of
the add cluster step -- this is to allow the physical network UI to
have the selected hypervisor for the edit traffic labels dialog.
-Show drag-and-drop UI for basic zone setup, so that user can edit
traffic labels for a basic zone. Note that user can only have one
physical network here.
-Allow creation of storage traffic in a basic zone configuration, by
optionally dragging storage traffic type icon to first physical
network
2012-03-20 13:27:28 -07:00
bfederle
8ec783866b
Prevent dashboard from breaking if item value is null
2012-03-20 08:23:27 -07:00
bfederle
afbf97465a
Sanitize projects UI elements -- project selector, etc.
2012-03-14 14:59:15 -07:00
Jessica Wang
4b4cba10c7
cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize().
2012-03-14 14:03:28 -07:00
Jessica Wang
5c12161123
cloudstack 3.0 UI - infrastructure page - update SSL Certificate - overlay loading image during action.
2012-03-08 14:11:27 -08:00
Jessica Wang
a601ef4c11
bug 14023: extend dialog widget to support textarea field.
2012-03-07 10:04:17 -08:00
Jessica Wang
58add196be
bug 14023: add "update SSL Certificate" button in the first screen in Infrastructure page.
2012-03-06 16:00:10 -08:00
Jessica Wang
377fa4361f
bug 12981: login screen - show explicit error messages when login fails.
2012-03-02 16:43:14 -08:00
Brian Federle
ea7ea4ce6f
bug 12767
...
Hide previous button on first step of instance wizard
status 12767: resolved fixed
2012-02-23 14:45:56 -08:00
Jessica Wang
b815424948
Revert "bug 13924: IP Address page - Static NAT IP always support "Firewall - Port Range" regardless whether network offerings includes Firewall service or not. [reviewed-by: Brian]"
...
This reverts commit 0d430d0cd810542e4885487b78afccec422360e2.
[reviewed-by: Brian]
2012-02-22 18:29:52 -08:00
Brian Federle
d6fc3f9010
Localizaton fixes
...
-Add conditional CSS for Japanese version
-Fix font wrapping in JA CSS for header bar, system dashboard
-Add some missing localization labels
2012-02-22 17:32:00 -08:00
Jessica Wang
e450313cb5
bug 13813: Network Service Providers should be hidden when Guest traffic type is hidden. Network Service Providers should be shown when Guest traffic type is shown.
2012-02-22 13:59:49 -08:00
Brian Federle
a1a368f9a2
Dashboard UI fix
...
For the user dashboard, have events 'view all' button go to the Events
list view, as Alerts can only be viewed by admins.
2012-02-22 12:22:26 -08:00
Jessica Wang
8b6a39cdfe
bug 13924: IP Address page - Static NAT IP always support "Firewall - Port Range" regardless whether network offerings includes Firewall service or not.
2012-02-22 11:19:44 -08:00
Brian Federle
cebbce42a7
Make default language English, if no cookie set
2012-02-22 11:05:20 -08:00
Jessica Wang
da484225f7
add zone wizard - advanced zone - storage traffic - add IP Range - add gateway field in ui-custom widget.
2012-02-17 15:37:41 -08:00
Brian Federle
80e4b5ef7c
Add a few more missing localization labels
2012-02-17 14:12:53 -08:00
Brian Federle
d3cc43e83f
bug 13815
...
Add language drop-down to login screen
status 13815: resolved fixed
2012-02-17 11:28:14 -08:00
Brian Federle
2e82439a53
Hide Citrix logo if no EULA is present (i.e., is OSS version)
2012-02-16 16:22:23 -08:00
Brian Federle
ccd7d8b30a
Install wizard: Conditionally load EULA
...
Conditionally show EULA screen, only if eula.html is retrieved
successfully via AJAX call (i.e., doesn't return a 404). Otherwise,
bypass EULA and start with intro screen.
2012-02-16 15:42:01 -08:00
Brian Federle
6d8a11c74b
Complete localization for quick install wizard
...
-- Also separates EULA into an iframe-embedded HTML file
2012-02-16 14:45:10 -08:00
Jessica Wang
68f12d9753
cloudstack 3.0 new UI - localize messages during zone creation.
2012-02-16 11:23:22 -08:00
Brian Federle
5c0696073f
bug 13743: New zone wizard step -- configure storage traffic
...
For an advanced zone, with the storage traffic type assigned to a
network, add a new step to configure the IP ranges of the storage
traffic type.
2012-02-15 16:30:54 -08:00
Brian Federle
18bfc4090a
WIP: Install wizard localization
2012-02-15 10:16:08 -08:00
Brian Federle
34999a25ae
Projects UI localization
...
-Dashboard
-New project wizard
-Misc. missing localized strings
2012-02-14 16:00:52 -08:00
Brian Federle
4ed91ab252
Localization for instance wizard
2012-02-14 14:46:21 -08:00
Jessica Wang
ca83ac7749
bug 13575: deployVM wizard - step 4 - select network - pop up a warning message if no network is selected when Next button is clicked.
2012-02-10 15:43:31 -08:00
Brian Federle
7b6e98b20e
Fix zone pie charts in IE
2012-02-10 15:24:07 -08:00
Brian Federle
03d1f40c9a
Dashboard IE8 fixes
2012-02-10 14:55:13 -08:00
Brian Federle
21ad20c8b8
bug 13587
...
Better ordering of zone resources dashboard items by type
status 13587: resolved fixed
2012-02-10 14:05:48 -08:00
Brian Federle
a6f805c140
bug 13589
...
-Fix 'view all' alerts to open up a new panel with the Alerts listing
-Remove 'view all' for host alerts, as there is no relevant section to
go to for this
-Fix some localization codes
status 13589: resolved fixed
2012-02-10 10:42:40 -08:00
Brian Federle
9ee043efde
Localization for storage->volumes section
2012-02-09 14:15:06 -08:00
Brian Federle
881a46ff54
Localize admin dashboard
2012-02-09 13:16:10 -08:00
Brian Federle
32d6e994c3
Localization for projects UI
2012-02-09 12:22:10 -08:00
Brian Federle
d9aa7d43a0
bug 13501:
...
Don't let user go next if no template/iso is selected on step 2
status 13501: resolved fixed
2012-02-09 11:11:46 -08:00
Jessica Wang
5c7789f1fb
bug 13461: deployVM wizard - select ISO step - fix a bug that hypervisor div didn't get removed if ISO in another tab is selected (select ISO step has 3 tabs now).
2012-02-08 20:22:22 -08:00
Jessica Wang
2756b0fdcc
bug 13461: deployVM wizard - select ISO step - split one tab (All ISOs) to three tabs (Featured ISOs, Community ISOs, My ISOs)
2012-02-08 19:43:05 -08:00
bfederle
4a0a2fbf8e
Projects: add project UI fix
...
Remove actions column from 'Review' users list view -- this was having
buggy behavior due to widget limitations. User can still add/remove
afterwards by going to project detail view.
2012-02-07 16:19:41 -08:00
bfederle
c094c1a6db
bug 13115
...
Show project name in header when project is active
status 13115: resolved fixed
2012-02-07 16:14:39 -08:00
bfederle
81e878eaa9
bug 12780:
...
Add/update zone capacities to support updated capacity types
status 12780: resolved fixed
2012-02-07 15:51:16 -08:00
bfederle
04bfbc435e
Clear out input field when switching from account <-> e-mail fields
2012-02-07 12:44:09 -08:00
bfederle
995589b479
Add invitation check; dialog for pending invites; misc. fixes
2012-02-06 16:50:08 -08:00
bfederle
99fe55e385
Add updated invite form
2012-02-06 16:05:11 -08:00
bfederle
8326989410
Integrate resources form into project detail view
2012-02-06 13:03:56 -08:00
Jessica Wang
d9c5aa45c2
bug 13461: deploy VM wizard - step 2 (select template/ISO step) - correct label "My ISOs" to be "All ISOs" because that's what really show here.
2012-02-06 11:31:25 -08:00
bfederle
fbf1c958db
bug 12497
...
Fix back button causing erratic behavior, due to force re-populating
of form fields in each step; data only repopulates now if an item on a
previous step has changed.
status 12497: resolved fixed
2012-02-03 15:36:42 -08:00
Jessica Wang
4a0517e9e0
bug 13412: Quick install - add cluster - hypervisor - add KVM option
2012-02-02 13:54:16 -08:00
bfederle
66b69a049b
bug 13210: User dashboard layout cleanup
...
-Replace broken 'My projects' with latest events listing
-Show real network stats; replace with 'Owned networks' and 'Owned IP
addresses'
status 13210: resolved fixed
2012-02-02 13:47:45 -08:00
bfederle
17358cce99
bug 13271: Fix zone wizard vlan range validation
...
status 13271: resolved fixed
2012-01-31 16:11:23 -08:00
bfederle
648a1c36d3
bug 12682
...
Add Citrix EULA to start of install wizard
status 12682: resolved fixed
2012-01-31 14:50:38 -08:00
bfederle
1562c2fe7a
bug 12984
...
Allow domain admins the same project privileges as ROOT admins
status 12984: resolved fixed
2012-01-30 16:17:53 -08:00
bfederle
cc63a451a7
bug 13288: Concatenate long zone names in dashboard UI
...
status 13288: resolved fixed
2012-01-30 13:26:38 -08:00
bfederle
83bc7d1c81
Remove UI test data
2012-01-27 09:01:57 -08:00
bfederle
3df53c1324
bug 13285: Fix confirm password validation
...
status 13285: resolved fixed
2012-01-26 16:10:57 -08:00
bfederle
e6f6437afa
Fix syntax errors which break IE7
2012-01-26 15:31:25 -08:00
bfederle
f91229886e
bug 13274
...
Fix error handling for zone/quick install wizard
status 13274: resolved fixed
2012-01-25 08:14:39 -08:00
Jessica Wang
9d0c3fd0fb
cloudstack 3.0 new UI - IP page - configuration - show/hide tabs upon whether their corresponding service are included in the network or not.
2012-01-23 18:07:09 -08:00
Jessica Wang
4728ee8af8
cloudstack 3.0 new UI - network page - IP page - configuration - static NAT chart - hide Firewall icon if the network that the IP is under doesn't include Firewall service.
2012-01-23 16:34:47 -08:00
bfederle
078f80bbe5
Update install wizard form IDs to support new API calls
2012-01-23 12:57:06 -08:00
bfederle
7962ca9ca4
Install wizard: WIP
2012-01-23 12:57:05 -08:00
bfederle
24c14006d2
Updated zone wizard / details
...
Rework zone wizard:
-Support creation of multiple physical networks via drag-and-drop UI
-Support configuration of traffic types
-Allow creation of complete zone resources -- pods, clusters, hosts,
storage -- in a similar fashion to the quick install
-Add requirements to support elastic load balancer
Rework zone details page:
-Convert old zone chart into a regular zone details pane, split into
multiple tabs
-Add zone-specific resources dashboard
-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
bfederle
d766b11ca1
Fix for dashboard in Chrome/Safari
2012-01-17 12:23:18 -08:00
bfederle
ff9972ebdf
bug 12942
...
Rename 'Users' to 'Accounts' on projects dashboard
status 12942: resolved fixed
2012-01-09 17:07:33 -08:00
bfederle
9f08581f94
bug 12902
...
Disable project creation for regular users, if
'allowusercreateprojects' == false
2012-01-06 13:25:43 -08:00
bfederle
345ca23e67
bug 12122
...
Show error message when enable static NAT fails
status 12122: resolved fixed
2012-01-05 12:38:07 -08:00
bfederle
58e937acc1
Show zone details on dashboard capacity items
2012-01-05 10:24:46 -08:00
bfederle
867afce8da
Add percent labels to dashboard charts
2012-01-04 14:25:25 -08:00
bfederle
4127562c90
Projects: only show resources tab for admins
...
As updateResourceLimits is only available for ROOT admins, hide the
resources tab for normal users, to prevent an error message from
appearing when user tries to save form data.
2012-01-04 13:51:44 -08:00
bfederle
f076a4a8a7
Syntax fixes for IE7
2012-01-04 11:38:53 -08:00
bfederle
1bd3549fab
Code/whitespace cleanup
2012-01-04 09:08:18 -08:00
bfederle
4e97121f02
Add new admin dashboard
...
-Use cluster level capacity display for all zones
-Show capacities as pie charts
-Misc. dashboard layout fixes
2012-01-03 16:29:06 -08:00
bfederle
bab60829ea
Add project resource management to new project wizard
2011-12-23 15:06:38 -05:00
bfederle
0c3c7d1b34
bug 12610
...
Add close button to user management tab of projects wizard
status 12610: resolved fixed
2011-12-22 15:10:46 -08:00
bfederle
ceb95cb002
bug 12651: Make new network name field required
...
status 12651: resolved fixed
2011-12-22 15:03:31 -08:00
bfederle
9fab3e68b5
bug 12658
...
Allow ROOT admin to manage projects, even if they are not the project
owner
status 12658: resolved fixed
2011-12-22 13:57:02 -08:00
bfederle
4819e24c3a
Install wizard CSS tweaks
2011-12-22 12:05:32 -08:00
bfederle
d623ddad5e
Fix BG
2011-12-22 11:51:41 -08:00
bfederle
1244cd6985
Fix broken pod diagram
2011-12-22 11:39:12 -08:00
bfederle
b57e2b9e9d
Fix missing pod intro in install wizard
2011-12-22 11:28:23 -08:00
bfederle
8c242b7e88
Projects dashboard fixes and cleanup
...
-Fix dashboard calling API twice per item
-Only show 8 latest events, to shortern load time
-Whitespace/code cleanup
2011-12-22 10:31:27 -08:00
bfederle
ee95608741
Fix error handling for install wizard
2011-12-20 16:31:10 -08:00
bfederle
056b1c8947
WIP: Install wizard error handling
2011-12-20 10:30:15 -08:00
bfederle
8e075b38c3
bug 12273: Add project resource management
...
status 12273: resolved fixed
2011-12-19 19:42:49 -05:00
bfederle
b33c6f6de4
bug 12211: Implement project dashboard
...
status 12211: resolved fixed
2011-12-19 18:30:25 -05:00
bfederle
134b38bb2d
bug 12211
...
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -08:00
bfederle
07ed925ab1
bug 12614: Zone wizard update
...
-Add support to filter network offerings based on whether security
groups is checked; options then come from a separate
'securityGroupNetworkOfferings' object:
args.response.success({
domains: domainObjs,
// Non-security-group-enabled offerings
networkOfferings: networkOfferingObjs,
// Security group-enabled offerings
securityGroupNetworkOfferings: []
});
-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
Brian Federle
1c2ca9a59f
bug 12211
...
Create real layout for project dashboard
2011-12-16 16:02:08 -08:00
Brian Federle
49c27299a5
Update zone section
...
-Show separate info tooltips for basic/advanced zone
-Update test data to reflect zone changes
2011-12-16 14:02:44 -08:00
Brian Federle
13e217356e
Update zone section
...
-Add new info 'bubbles' to zone chart
-Add/restore Add Pod section as step 3 of zone wizard UI
-Add network offering drop-down to zone wizard, for basic zone
2011-12-16 13:25:26 -08:00
Brian Federle
3f75802404
bug 12599
...
Fix refresh event being called on a nonexistent widget, giving error
status 12599: fixed resolved
2011-12-16 11:41:36 -08:00
Brian Federle
9fcbfc7abc
bug 12536
...
Fix enable static NAT to only show instances in network
2011-12-15 14:50:58 -08:00
Brian Federle
61d8678031
WIP: Implement user dashboard
...
** Still missing projects, IP address stats
2011-12-14 16:26:40 -08:00
Brian Federle
49aa03a807
Dashboard updates
...
-Implement general and host alert listings
-Move dashboard UI code to ui-custom/dashbaord.js
2011-12-14 15:44:09 -08:00
Brian Federle
26c5377340
bug 12533
...
Disable 'Public' network area if in a basic zone
status 12533: fixed resolved
2011-12-14 11:15:35 -08:00
Brian Federle
40c7b5b24d
Fix refresh button event
2011-12-14 08:21:39 -08:00
Brian Federle
405fa75b6d
Implement system dashboard
2011-12-14 07:56:43 -08:00
Brian Federle
b65a411386
bug 12277
...
-Update example files for system chart, to make provider details a
detailView widget
-Cleanup/refactor zone chart widget to support new changes
2011-12-12 13:04:02 -08:00
Brian Federle
bfad199a2e
bug 12457
...
Select first network item as default, if unchecking current default
network.
statis 12457: resolved fixed
2011-12-12 10:21:43 -08:00
Brian Federle
76f79d80ca
Projects UI updates
...
-Add list view for users to accept/decline invitations, found under
Projects->Invitations drop-down
-Allow project admin to remove pending invitations
-If invites are required, show pop-up after adding user, indicating
that user will be added after accpting invitation
-Hide all invitation-related UI elements if
projects.invite.required == false
2011-12-09 15:22:09 -08:00
Brian Federle
91bb0cfeea
bug 12081
...
-Always login field labels, until text is present in input field
-Focus username field on load
status 12081: resolved fixed
2011-12-09 11:07:53 -08:00
Brian Federle
334507639d
Update system->security groups provider details
...
-Make security groups a detail view (like virtual router details), as
there is only one security group provider per zone.
-Add a view all security groups button, to provide an alternate way to
view security groups, outside the network section
2011-12-09 10:28:16 -08:00
Brian Federle
314c1f90c4
Clean up handling for UI refresh events
...
-Always unbind event if object isn't visible
-Use widget-specific refresh event for multi-edit actions, to prevent
other widgets from being refreshed unecessarily.
2011-12-09 09:12:48 -08:00
Brian Federle
77ee3cedd5
Clean up UI error handling
...
Restore error messages for widgets -- as the default error handler
will be overridden if an error fn is specified, thus rendering no
message
2011-12-09 08:04:23 -08:00
Brian Federle
ba4f814d90
Fix enable static NAT dialog
...
Require VM selection, or pop-up error message -- prevents server call
from being made without a required VM.
2011-12-07 19:59:31 -08:00
Brian Federle
b55fb5fa48
bug 12270
...
-Don't show user/invite management tabs for non-project-admin
2011-12-07 16:04:17 -08:00
Brian Federle
345607b600
Use correct value/ID for network offering select
2011-12-07 11:36:55 -08:00
Brian Federle
5420554237
Add name field to add network on instance wizard
2011-12-07 11:36:55 -08:00
Brian Federle
e3aa4fb4bb
bug 12351
...
-Add 'create new network' field on select network dropdown, with
network offering select
-Merge direct/shared networks into one list
2011-12-06 16:19:13 -08:00
Brian Federle
994a74210f
bug 12351
...
-Implement default network radio button for all networks
-Make all network items check boxes
-Automatically check a selected default network
NOTE: Updated server calls need still need to be implemented
2011-12-06 13:55:04 -08:00
Brian Federle
c55be261d3
Clean up instance wizard 'jumpiness' caused by delay in ajax response
2011-12-06 11:31:27 -08:00