Commit Graph

590 Commits

Author SHA1 Message Date
bfederle b208abd9ff bug 14057
Rename 'label' -> 'traffic label' in configure traffic type dialog.
2012-03-28 10:25:26 -07:00
Jessica Wang 952b803943 cloudstack 3.0 UI - infrastructure - service providers - security group provider detail view - correct view all from view security groups to view rules. 2012-03-26 14:10:07 -07:00
Jessica Wang f77430f160 cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices. 2012-03-26 12:46:50 -07:00
Jessica Wang af17326005 cloudstack 3.0 UI - check in Chinese translation. 2012-03-23 09:59:11 -07:00
Alena Prokharchyk 0652165adb bug 14446: removed elasticLBVm from components.xml
status 14446: resolved fixed
reviewed-by: Frank Zhang
2012-03-22 10:26:37 -07:00
Brian Federle d54d16683c bug 14375
Use 'Management IP Addresses' in place of 'Private IP Addresses' for
label on system dashboards

status 14375: resolved fixed
2012-03-21 11:16:03 -07:00
Jessica Wang 315ef3c222 cloudstack 3.0 UI - more labels translated. 2012-03-21 09:49:01 -07:00
Jessica Wang 2e8705578a bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView. 2012-03-20 14:31:16 -07:00
bfederle cae7caf468 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

status 14057: resolved fixed
status 14098: resolved fixed
status 14101: resolved fixed
status 14132: resolved fixed
2012-03-20 13:33:23 -07:00
Jessica Wang 121db068dd cloudstack 3.0 UI - code optimization - seperate code of Enabling Security Group provider code, Adding Netscaler provider, Creating guest network to different functions (to avoid repeating code and to give individual message for each action) 2012-03-20 11:54:08 -07:00
Jessica Wang f9f0c45030 bug 14377: cloudstack 3.0 UI - login - if login fails due to invalid username and password, show a generic error message instead of API returned error message. 2012-03-19 16:03:42 -07:00
bfederle 0450a6c14c Add missing resource, max networks, to project resource tab 2012-03-14 16:07:15 -07:00
Jessica Wang a3484fc57d cloudstack 3.0 UI - Quick Installer - add host step - change text. 2012-03-13 10:50:11 -07:00
abhi 48a2a5cfd2 bug 14151,14153: configuration variables are now hidden; added ldapRemove command 2012-03-13 11:28:47 +05:30
Alena Prokharchyk 69ed7b7ace Revert "bug 14151,14153: configuration variables are now hidden; added ldapRemove command"
Temporarely reverting checkin that broke the build
This reverts commit c9552df956d4f25aa71d5a1aad27d0919f7631e8.
2012-03-09 11:07:23 -08:00
abhi 44d0211cda bug 14151,14153: configuration variables are now hidden; added ldapRemove command 2012-03-09 16:58:51 +05:30
Jessica Wang 6721095a36 cloudstack 3.0 UI - (1) listView widget - add PreFilter() to exclude fields that shouldn't show upon conditions. (2) Instance page - add new field "Internal name" (e.g. "i-3-5-JW") that only shows for root-admin. 2012-03-08 13:28:58 -08:00
Jessica Wang c1983f0fc0 bug 13301: fix typo [reviewed-by: Brian] 2012-03-05 14:48:57 -08:00
Jessica Wang 94d47cee74 bug 12981: login screen - show explicit error messages when login fails. [reviewed-by: Brian] 2012-03-02 16:42:03 -08:00
Brian Federle 779617df26 Move untranslated labels into the 'new' section of properties files
reviewed-by: sonny
2012-02-24 10:30:33 -08:00
Brian Federle bdd3c14ef1 bug 13941
Add missing labels for user dashboard

status 13941: resolved fixed
reviewed-by: sonny
2012-02-23 15:43:07 -08:00
Brian Federle 6d012270a7 System, secondary storage UI fixes
-Add state field ('resourcestate') to list view

-Fix destroy action to have proper UI feedback

reviewed-by: jessica
2012-02-23 15:08:05 -08:00
Jessica Wang 3b19536c7a localization files - move translated labels out of new labels section [reviewed-by: Brian] 2012-02-22 19:08:57 -08:00
Jessica Wang 45ee978e80 check in new Japanese localization file. [reviewed-by: Brian] 2012-02-22 18:27:55 -08:00
Brian Federle 3d7b5a12d8 Localizaton fixes
-Add conditional CSS for Japanese version

-Fix font wrapping in JA CSS for header bar, system dashboard

-Add some missing localization labels

reviewed-by: jessica
2012-02-22 17:32:33 -08:00
Brian Federle d8fe8fb93f Zone wizard: UI: Review step
Better final message before launch: make font size larger and
centered; include icon

reviewed-by: sonny
2012-02-22 14:48:28 -08:00
Jessica Wang 230a7ea999 add new labels to message_ja.properties [reviewed-by: Brian] 2012-02-22 14:12:42 -08:00
Jessica Wang 28c2477de1 localize new error message (for add guest network in multiple guest traffic types zone). [reviewed-by: Brian] 2012-02-21 19:24:00 -08:00
Brian Federle 276bb962b7 UI updates/fixes
reviewed-by: jessica

    Navigation organizational changes

    -Rename 'System' -> 'Infrastructure'

    -Rename 'service offering' -> 'compute offering'
     (including all associated labels)

    -Rename 'Configuration' -> 'Service Offerings'

    -Move hypervisor capabilities under global settings

    -Rename 'Compute' -> 'Compute and storage'

    -Make tab width flexible, to support longer labels

    -bug 13920: Fix static NAT rule listing

    -Fix typo
2012-02-21 19:14:26 -08:00
Brian Federle a9da845383 bug 13765
Properly sync returned sticky fields from the API with the UI form, by
dynamically generating createForm fields based on Lb sticky
capabilities object; this will keep the required and conditional
fields properly up to date with the API requirements.

status 13765: resolved fixed
reviewed-by: jessica
2012-02-21 15:16:05 -08:00
Brian Federle 1c48ceb138 bug 13784: Fix missing status localization
status 13784: resolved fixed
reviewed-by: jessica
2012-02-21 13:50:51 -08:00
Brian Federle 208f80c3b1 bug 13719
Change 'management server'->'hypervisor' in physical network description

status 13719: resolved fixed
reviewed-by: jessica
2012-02-21 12:57:15 -08:00
Jessica Wang 6452a0c82e property files: move labels that have been translated out of "new labels" area. [reviewed-by: Brian] 2012-02-20 20:06:48 -08:00
Jessica Wang a608cd4408 check in Japanese translation. [reviewed-by: Brian] 2012-02-20 19:26:26 -08:00
Jessica Wang 5328076529 bug 13864: IP Address page - add new field Purpose (only shown in Basic zone) [reviewed-by: Brian] 2012-02-20 10:23:02 -08:00
frank e7a445d268 Bug 13568 - secondary storage VM's static route for nfs server breaks things!
status 13568: resolved fixed
reviewed-by: Sheng Yang
2012-02-17 16:19:38 -08:00
Brian Federle 5bce485aa5 bug 13702
Fix missing labels for instance state/actions

status 13702: resolved fixed
reviewed-by: jessica
2012-02-17 16:01:45 -08:00
Brian Federle 7fb09673fb Add a few more missing localization labels
reviewed-by: jessica
2012-02-17 14:13:22 -08:00
Brian Federle bdad055933 Add missing localization for LB UI
reviewed-by: jessica
2012-02-17 13:56:26 -08:00
Brian Federle 7921811f31 Update UI for 3.0.x
-Complete localization for all UI elements, in en and ja

-Hide logo/EULA for OSS version, when no eula.html is present

-Language select on login screen

-Misc. fixes

reviewed-by: jessica
2012-02-17 11:32:45 -08:00
Jessica Wang d00ee67274 cloudstack 3.0 new UI - localize zone wizard. [reviewed-by: Brian] 2012-02-15 19:26:46 -08:00
Brian Federle 57bba4a0e0 Update UI
-Fix two blocker bugs: bug 13743 and bug 13729

-Add more localization

-Misc. fixes

reviewed-by: jessica
2012-02-15 17:03:21 -08:00
Brian Federle f95f2b50dd Update UI with latest fixes and localization
reviewed-by: jessica
2012-02-13 17:37:38 -08:00
Brian Federle 90fac015a5 Localization for network->ip, security group sections 2012-02-10 13:36:28 -08:00
Brian Federle ef6e0daddb Add all existing messages codes to index.jsp dictionary 2012-02-10 12:30:37 -08:00
Brian Federle 6fed8f102a Localization for network->networks section 2012-02-09 15:58:00 -08:00
Brian Federle f1cd0a482a Localize storage->snapshots section 2012-02-09 15:09:13 -08:00
Brian Federle 2f26cf87b6 Fix some message labels 2012-02-09 14:52:15 -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