Milamber
2db2e7b3af
CLOUDSTACK-2138 : add ca, de_DE, it_IT ja, koçKR,nb_NO pt_BR, ru_RU resource files for UI with ASCII with unicode encoding. (Merging for 4.1/Transifex, sync with transifex), add some languages in combo list on login page on UI
2013-04-25 00:18:21 +00:00
Milamber
2c271e0f1d
Convert zh_CH (chinese) resource file to ASCII with unicode, merge with 4.1 files, synchronize with transifex 4.2 resources file
2013-04-24 13:54:47 +00:00
Milamber
35306d42b3
Improvements for French translation for Admin Web UI (for better display or better meaning). Add some missing translations.
...
Signed-off-by: Milamber <milamber@apache.org>
2013-04-22 18:16:04 +00:00
Milamber
2a769cffc0
Alphebetical order for keys, remove one duplicate key
...
Signed-off-by: Milamber <milamber@apache.org>
2013-04-22 16:52:16 +00:00
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
Sanjay Tripathi
2c176ab9ea
CLOUDSTACK-1592:[UI] Add support to limit newly added resourcetypes
2013-03-29 14:18:14 +05:30
Brian Federle
c9f4e51300
Regions UI: Add 'redirecting to region' text during login loading
2013-03-21 15:57:05 -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
Milamber
38aec6fc4d
CLOUDSTACK-465 - French language file quotes are dropping javascript syntax errors
2013-03-06 06:09:16 -05:00
Hugo Trippaers
97ca7791b3
Don't load from a fixed path, but load from the classpath so admins or packagers can overwrite the logging config
2013-02-28 21:28:46 +01:00
Brian Federle
b9294daaf1
Add remove region action labels
2013-02-26 16:05:32 -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
Kelven Yang
73d5926d0f
CLOUDSTACK-1333: enable logging at Spring startup phase
2013-02-19 20:48:10 -05:00
Brian Federle
dfaffcebad
Merge branch 'master' into ui-plugins
...
Conflicts:
ui/index.jsp
2013-02-13 14:03:53 -08:00
Mice Xia
9a12756ae4
CLOUDSTACK-684 support vm snapshot
2013-02-14 01:26:30 +08:00
Brian Federle
2cb50b17fb
Merge branch 'master' into ui-plugins
2013-02-07 12:03:35 -08:00
Pranav Saxena
d72e5ffc0f
CLOUDSTACK-1184 Localization - Add Korean label to all locales
2013-02-07 14:05:36 +05:30
Channy Yun
bdb904c125
Localization:Korean Translation
2013-02-07 10:34:18 +05:30
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
Kelven Yang
1b2b369ecb
Merge latest master into javelin
2013-01-31 11:34:49 -08:00
Pranav Saxena
3cbce11b78
Fixing a label in network offering
2013-01-31 18:01:42 +05:30
Brian Federle
0f6eb2f53d
UI plugins: Add localization strings
2013-01-29 15:36:02 -08:00
Rohit Yadav
356866c72b
Merge branch 'master' into javelin
...
- Fixed new join dao impls as spring components
- Fixed component context xml to load api rate limit checker
- Fixed root pom.xml for duplicate plugin
- Fixed list data centers method
- Fixed following conflicts:
api/src/org/apache/cloudstack/api/command/admin/network/CreateNetworkOfferingCmd.java
api/src/org/apache/cloudstack/api/command/user/offering/ListServiceOfferingsCmd.java
api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java
api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java
plugins/api/discovery/src/org/apache/cloudstack/discovery/ApiDiscoveryServiceImpl.java
server/src/com/cloud/api/ApiDBUtils.java
server/src/com/cloud/api/ApiServer.java
server/src/com/cloud/api/query/QueryManagerImpl.java
server/src/com/cloud/configuration/DefaultComponentLibrary.java
server/src/com/cloud/server/ManagementServerImpl.java
server/src/com/cloud/storage/swift/SwiftManagerImpl.java
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-24 19:18:53 -08:00
Pranav Saxena
fe994a6e63
CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag
2013-01-22 15:09:28 +05:30
Kelven Yang
f57dcaa820
Loadable components to be in separted Spring component bundling
2013-01-11 15:33:15 -08:00
Alex Huang
30f2565d98
Merge branch 'api_refactoring' into javelin
2013-01-08 12:36:04 -08:00
John Kinsella
5658fc4249
CLOUDSTACK-646: Cleaning up Citrix/eula/CloudPlatform references
...
Tried to remove any references to license agreements, EULA, Citrix,
or CloudPlatform. Tested through devcloud, didn't see decreased UI
functionality.
2012-12-16 20:39:03 -08:00
Edison Su
b70c1a5a84
Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones.
2012-12-13 23:18:37 -08:00
Brian Federle
4472eca5b4
Zone wizard UI: Fix typo in word 'Management'
2012-11-30 11:39:58 -08:00
David Nalley
0f3f356dc6
CLOUDSTACK-465 - escaped the quotes present in the french l10n.
2012-11-28 17:16:55 -05:00
Brian Federle
66e04c9bf9
Re-enable network-level egress UI
...
-Adds complete egress rules tab to the network detail view
-Updated server calls per functional spec
-Add localization labels
2012-11-28 11:57:22 -08:00
Brian Federle
70a5a22329
Network list view: Fix incorrect 'acquire new ip' message from appearing
...
Fixes issue where global flag was sometimes causing the confirm
message to be incorrect for non-VPC acquire IP action.
Conflicts:
ui/scripts/network.js
2012-11-13 10:52:32 -08:00
Brian Federle
49a3b6667b
CS-16741: Fix traffic type descriptions
...
-Update alt tags to specify what the name of each traffic type is
-Move traffic type alt descriptions to message.properties, for
localization
2012-11-06 13:55:32 -08:00
Brian Federle
c91bde7d4b
Fix capitalization of 'Site-to-site VPN'
2012-11-05 15:42:10 -08:00
Kelven Yang
8ef9e32cfd
Architecture refactoring - Stateless management server - Spring Framework initiatives
2012-10-19 15:24:15 -07:00
Brian Federle
acae5f23bc
Quickview UI: Localize string 'Quickview'
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/dictionary.jsp
2012-10-18 11:03:24 -07:00
David Nalley
33ed37d877
converting messages_ru_RU.properties to UTF (thanks to jzb for the help) CLOUDSTACK-349
2012-10-15 23:57:44 -04:00
Hugo Trippaers
c07d6d28ee
Merge branch 'nicira-l3support'
...
This commit merges the nicira-l3support branch with master. This
effectively adds nicira nvp l3 support to master. The NiciraNVP Provider
can support the following services with this modification: Connectivity,
SourceNat, StaticNat and PortForwarding
Testing done:
Create, Delete network offerings with Nicira Element
Use Gui to add, modify, remove Nicira Element and Provider
Provision, deprovision SourceNat networks
Provision, deprovision Portforwarding and StaticNat rules
Tested with Nicira NVP release 2.1.0, 2.2.0 and 2.2.1 (2.2.x recommended)
2012-10-12 14:15:17 +02:00
Brian Federle
991557bfb6
UI: Add quick view to table list
...
For any list view that has a corresponding detail view, adds a tooltip
to display the compact overview of the detail view contents, including
all available actions. This avoids a user from having to click into a
new panel to see more details and actions for an item.
This will happen automatically for any list view with a 'detailView'
sub-option, and will append a new column to the end of each item
row. If 'noCompact: true' is specified in the detailView's options,
then the quick view will not be rendered.
** Note: This also removes the existing list actions for the instances
and zones tables.
Example, to show a quick view:
listView: {
detailView: {
// Specify noCompact: true to not render a quick view
//
// noCompact: true
...
},
...
}
Conflicts:
ui/scripts/ui/widgets/detailView.js
2012-10-10 11:18:02 -07:00
David Nalley
b0c7e385d7
adding several languages for which folks have added l10n
2012-10-08 23:57:40 -04:00
Hugo Trippaers
27473bd6ee
Add the labels to the resources and the dictionary
2012-10-05 07:53:24 -07:00
Hugo Trippaers
bb4dadaed8
small fixes
2012-10-01 10:12:59 -07:00
Brian Federle
951c124166
CLOUDSTACK-154: Show network details for virtual router
...
-Adds new NICs tab, to display network information for each router
NIC, including network name
-Show guest network ID field on router details tab
2012-09-24 13:59:44 -07:00
Koushik Das
65eeeaf071
CS-14277
...
Support for local data disk. Currently enable/disable config is at zone level, in subsequent checkins it can be made more granular.
Following changes are made:
- Create disk offering API now takes an extra parameter to denote storage type (local or shared). This is similar to storage type in service offering.
- Create/delete of data volume on local storage
- Attach/detach for local data volumes. Re-attach is allowed as long as vm host and data volume storage pool host is same.
- Migration of VM instance is not supported if it uses local root or data volumes.
- Migrate is not supported for local volumes.
- Zone level config to enable/disable local storage usage for service and disk offerings.
- Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
- Deploy VM command validates service and disk offerings based on local storage config.
- Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
(cherry picked from commit 62710aed37606168012a0ed255a876c8e7954010)
2012-09-11 17:22:43 +05:30
Brian Federle
5c69742f7d
Update zone wizard disclaimer text for local storage
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
2012-08-29 15:45:25 -07:00
Jessica Wang
4a9f77610c
cloudstack 3.0 UI - check in translated labels for VPC widget (Reviewed-by: Brian)
2012-08-29 10:58:55 -07:00
Jessica Wang
2e6759093c
cloudstack 3.0 UI - Spanish translation file is out-of-date and never used in 3.0 UI, therefore remove it from branch.
2012-08-28 16:03:40 -07:00
Jessica Wang
5b556e202e
cloudstack 3.0 UI - add translation labels for VPC widget. (Reviewed-by: Brian)
2012-08-28 15:59:13 -07:00
olivier lamy
f218003607
Merge branch 'maven-final' of git://github.com/ibuildthecloud/incubator-cloudstack
2012-08-28 23:30:57 +02:00
Jessica Wang
a319ac7055
cloudstack 3.0 UI - VPC - check in translated labels. (Reviewed-by: Brian)
2012-08-28 11:47:32 -07:00
Darren Shepherd
ff7c964a66
Add ability to do jetty:run in eclipse
2012-08-28 09:16:44 -07:00
Jessica Wang
6807da63bb
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages_ja.properties for network.js (Reviewed-by: Brian)
2012-08-24 14:56:10 -07:00
Jessica Wang
de85e211c3
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages_zh_CN.properties for network.js (Reviewed-by: Brian)
2012-08-24 14:55:33 -07:00
Jessica Wang
caae9f7e04
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages.properties for network.js (Reviewed-by: Brian)
2012-08-24 14:54:38 -07:00
Jessica Wang
7f8734f124
CS-15802: cloudstack 3.0 UI - stop/reboot virtualRouter/network - add text "All services provided by this virtualRouter/network will be interrupted" in confirm dialog.
2012-08-23 14:08:20 -07:00
Brian Federle
b302ed904a
CS-16144: Show warning before enabling local storage in zone wizard
...
Conflicts:
ui/dictionary.jsp
2012-08-23 11:08:48 -07:00
Jessica Wang
beb9baf950
cloudstack 3.0 UI - VPC feature - add new translation labels in messages.properties (Reviewed-by: Brian)
2012-08-21 16:49:55 -07:00
Brian Federle
ad2b8d7579
CS-16044: Zone wizard: Add 'use local storage' checkbox
...
Add checkbox to zone wizard indicating whether zone will use local
storage. If checked, bypass add primary storage step and enable local
storage for zone on creation.
Conflicts:
ui/index.jsp
2012-08-20 11:36:57 -07:00
Brian Federle
b391a1c5b1
CS-16010: Add missing alt tag for 'move to bottom' reorder action
2012-08-16 13:56:07 -07:00
Mice Xia
5dcf639acc
Fix a bug, failed to show resource limit page in project view due to missing vpc limit type
2012-08-16 20:17:42 +08:00
Brian Federle
b5e1c53137
CS-15892: Tier detail view: Show 'tier details' instead of 'details'
...
Conflicts:
ui/index.jsp
2012-08-07 16:02:07 -07:00
Brian Federle
469e180515
multiEdit: better handling for tag widget
...
Place tagging widget in a separate action and dialog class; it is
indicated by a 'tag' icon for better clarity.
-- This removes the requirement to specify a dummy 'edit' action on
multi-rules; instead, the separate tag action will appear automatically
as long as 'tags' is specified under the multiEdit's properties.
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/css/cloudstack3.css
ui/index.jsp
2012-08-06 14:15:41 -07:00
Brian Federle
8c8c10fbbd
CS-15799: Show 'network domain' instead of 'network domain text'
2012-08-01 14:36:15 -07:00
Chip Childers
99b0ea7b10
License header update for the client folder
2012-08-01 13:49:10 -04:00
Pranav Saxena
dade14aab1
CS-15540: Shared Networks IPs in Advanced Zone appear as 'Direct IP' in System-Wide-Capacity Dashboard
2012-07-24 01:25:05 +05:30
Brian Federle
093af8a6a9
CS-15388: Fix labels
...
Labels for CPU/Mem (as found in compute offering window) are missing
the required values for CPU and RAM
Original patch by: Pranav Saxena <pranav.saxena@citrix.com>
reviewed-by: Brian Federle <brian.federle@citrix.com>
2012-07-06 10:27:09 -07:00
Pranav Saxena
52c8feb670
CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v
2012-06-13 11:24:09 -07:00
Jessica Wang
66c6d1ceba
CS-13739: check in Japanese translation file from Japan team
2012-05-25 10:56:42 -07:00
Brian Federle
9f2a823d6e
CS-13091: Enable/disable physical network UI actions
2012-05-24 12:17:58 -07:00
Jessica Wang
f2746b0628
add new labels in Chinese translation file.
2012-05-24 10:52:14 -07:00
Brian Federle
e9d5a33603
CS-13796: Fix typos in onscreen text
...
reviewed-by: brian
commit c16320209eb5b4cde019c6dbe1480160fa8097df
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Tue Apr 24 02:06:43 2012 +0530
CS-13796: Typos in Onscreen text
2012-05-22 12:11:47 -07:00
Sanjay Tripathi
265f5eca0b
Nexus Vswitch UI development Vswitch Details tab
2012-05-21 10:04:00 -07:00
Brian Federle
23ef4bf7ae
Nexus vSwitch UI support
...
Implement ability to add and modify Nexus vSwitches at the cluster
level:
-Add new fields to add cluster form, to allow addition of a vSwitch
-Add new tab to VMware clusters to list cluster's vSwitch
-Add details panel to vSwitch allowing enable, disable, and removal of
vSwitch from cluster
2012-05-16 14:59:30 -07:00
Pranav Saxena
3046c38f59
CS-14831: Incorrect message with reset password for instance
2012-05-14 11:29:25 -07:00
Sanjay Tripathi
683b88d449
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2012-05-08 10:35:53 +05:30
Jessica Wang
248c41d349
cloudstack 3.0 UI - localization - add new label of MD5 checksum
2012-05-07 11:29:07 -07:00
Jessica Wang
36d92785ff
cloudstack 3.0 UI - template page - localize "label.action.register.template"
2012-05-04 16:08:13 -07:00
Sanjay Tripathi
3c4a27d4c6
bug 13461: Usage server restart required after some configuration changes.
2012-05-04 11:04:30 +05:30
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
2f001e6413
cloudstack 3.0 UI - check in new localization labels (Simplified Chinese vesion).
2012-04-27 15:33:15 -07:00
Jessica Wang
b8cb55bca1
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
2012-04-26 16:53:06 -07:00
Jessica Wang
b5cb205570
cloudstack 3.0.x UI - checked in Japanese translation file provided by Tetsunori
2012-04-24 11:30:24 -07:00
bfederle
2119ae16df
Add missing resource, max networks, to project resource tab
2012-04-23 22:33:18 +01:00
Jessica Wang
37e8d03f0a
CS-14588: cloudstack 3.0 UI - VM Wizard - correct validation message for name field.
2012-04-23 13:39:26 -07:00
Pranav Saxena
78dc2ecf18
CS-13904 : Labels for service offering CPU and memory not consistent
2012-04-19 12:53:42 -07:00
Jessica Wang
9d694dd8e7
cloudstack 3.0 UI - localize validation message for vm host name.
2012-04-18 18:20:42 -07:00
Jessica Wang
4a7c7da191
CS-13896: cloudstack 3.0 UI - register template, register ISO - correct message and label.
2012-04-18 12:15:25 -07:00
Jessica Wang
8f6e3e5ea9
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
2012-04-13 14:41:10 -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
Jessica Wang
0c33016c9f
cloudstack 3.0 UI - security group - ingress rule - fix a bug that Account, Security group failed to be translated.
2012-04-11 17:29:19 -07:00
Jessica Wang
cd9c24a978
cloudstack 3.0 UI - infrastructure - physical network - network service providers - Netscaler/F5/SRX - devices - change breadcrumb to show Devices instead of Netscaler/F5/SRX (to distinguish between provider and devices).
2012-04-11 11:38:51 -07:00
David Nalley
d5377b0ae3
more line ending fixes
2012-04-06 22:51:32 -04:00
Jessica Wang
984c4bbdb7
cloudstack 3.0 UI - system service offering page - (1) add System VM Type dropdown in Add Service Offering dialog. (2) add System VM Type in detailView.
2012-04-04 16:36:30 -07:00
Brian Federle
698a1bb3cd
Merge branch 'master' of git.cloud.com:/var/lib/git/cloudstack-oss
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
2012-03-28 15:03:17 -07:00
Brian Federle
3e2ca5a54f
bug 14519
...
Show separate message for basic zone setup physical network UI
2012-03-28 15:01:43 -07:00
Jessica Wang
964eeeb515
bug 14514: cloudstack 3.0 UI - volume page - show download volume option when a volume's attached VM is stopped or when a volume is detached from a VM.
2012-03-28 14:35:10 -07:00
Brian Federle
c568df743f
Revert "Add support for OVM traffic labels in UI"
...
This reverts commit a199d1f7a2 .
2012-03-28 14:34:04 -07:00
Brian Federle
a199d1f7a2
Add support for OVM traffic labels in UI
2012-03-28 11:11:17 -07:00
bfederle
97d8941a54
bug 14057
...
Rename 'label' -> 'traffic label' in configure traffic type dialog.
2012-03-28 10:24:52 -07:00
Jessica Wang
c91c9b3f3d
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:11:22 -07:00
Jessica Wang
aaaaadf16f
cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices.
2012-03-26 12:47:21 -07:00
Jessica Wang
cb0ea6385a
cloudstack 3.0 UI - check in Chinese translation.
2012-03-23 10:00:18 -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
Jessica Wang
baa2acf2f6
cloudstack 3.0 UI - more labels translated.
2012-03-21 09:50:13 -07:00
Jessica Wang
3d327c03be
bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView.
2012-03-20 14:31:56 -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
Jessica Wang
59def829ca
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:55:09 -07:00
Jessica Wang
20acc4d315
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:04:50 -07:00
bfederle
13864cc66a
Add missing resource, max networks, to project resource tab
2012-03-14 16:11:22 -07:00
Jessica Wang
1ada4dc5c2
cloudstack 3.0 UI - Quick Installer - add host step - change text.
2012-03-13 10:50:51 -07:00
Jessica Wang
4761b9ec58
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:30:06 -08:00
Jessica Wang
42df0d9286
bug 13301: fix typo
2012-03-05 14:49:56 -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
d6a8db3826
Move untranslated labels into the 'new' section of properties files
2012-02-24 10:29:46 -08:00
Brian Federle
3a28cfddfa
bug 13941
...
Add missing labels for user dashboard
2012-02-23 15:42:44 -08:00
Brian Federle
856f41bdf8
System, secondary storage UI fixes
...
-Add state field ('resourcestate') to list view
-Fix destroy action to have proper UI feedback
2012-02-23 15:07:43 -08:00
Jessica Wang
1c1ee6e69c
localization files - move translated labels out of new labels section
2012-02-22 19:09:42 -08:00
Jessica Wang
b683312df5
check in new Japanese localization file.
2012-02-22 18:30:30 -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
Brian Federle
e0be877706
Zone wizard: UI: Review step
...
Better final message before launch: make font size larger and
centered; include icon
2012-02-22 14:39:47 -08:00
Jessica Wang
186fe658d6
add new labels to message_ja.properties
2012-02-22 14:13:42 -08:00
Brian Federle
4b5586c8df
Fix typo
2012-02-21 19:05:00 -08:00
Brian Federle
240dabea4b
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'
2012-02-21 18:54:43 -08:00
Jessica Wang
4d4af60690
localize new error message (for add guest network in multiple guest traffic types zone).
2012-02-21 17:08:02 -08:00
Brian Federle
c36808d5d2
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.
2012-02-21 15:13:52 -08:00
Brian Federle
52f1f53234
bug 13784: Fix missing status localization
2012-02-21 13:50:30 -08:00
Brian Federle
1ca5612724
bug 13719
...
Change 'management server'->'hypervisor' in physical network description
status 13719: resolved fixed
2012-02-21 12:56:53 -08:00
Jessica Wang
904825479f
property files: move labels that have been translated out of "new labels" area.
2012-02-20 20:07:30 -08:00
Jessica Wang
1d819e63b6
check in Japanese translation.
2012-02-20 17:45:17 -08:00
Jessica Wang
1dfe656f2a
bug 13864: IP Address page - add new field Purpose (only shown in Basic zone)
2012-02-20 10:24:08 -08:00
Brian Federle
f58cec83c6
bug 13702
...
Fix missing labels for instance state/actions
2012-02-17 16:01:16 -08:00
Brian Federle
80e4b5ef7c
Add a few more missing localization labels
2012-02-17 14:12:53 -08:00
Brian Federle
f223d8086c
Add missing localization for LB UI
2012-02-17 13:54:23 -08:00
Jessica Wang
fab34ce8e5
cloudstack 3.0 new UI - system - network chart - localize text in html code.
2012-02-16 18:01:06 -08:00
Jessica Wang
2f682ea904
cloudstack 3.0 new UI - add zone wizard - localize text in html code.
2012-02-16 17:23:44 -08:00
Jessica Wang
cddbc4daeb
cloudstack 3.0 new UI - localization - move new labels on the top.
2012-02-16 15:55:10 -08:00
Brian Federle
4b2709ceff
Add missing localization for instances.js
2012-02-16 15:42:01 -08:00
Jessica Wang
c05a040c56
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:35:44 -08:00
Jessica Wang
9f86abccbd
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:25:17 -08:00
Jessica Wang
c3c5b65428
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:02:37 -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
e8c309b447
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 13:55:56 -08:00
Jessica Wang
577f3a5f75
cloudstack 3.0 new UI - correct localization label format
2012-02-16 12:22:13 -08:00
Jessica Wang
68f12d9753
cloudstack 3.0 new UI - localize messages during zone creation.
2012-02-16 11:23:22 -08:00
Jessica Wang
a9e99d3065
cloudstack 3.0 new UI - localize zone wizard.
2012-02-15 19:22:55 -08:00
Jessica Wang
0341d00082
cloudstack 3.0 new UI - system page - localize IP Ranges sections.
2012-02-15 15:52:50 -08:00
Jessica Wang
50fadb4e5c
cloudstack 3.0 new UI - system page - localize primary storage section.
2012-02-15 14:59:19 -08:00
Jessica Wang
3536a2e941
cloudstack 3.0 new UI - system page - localize host section.
2012-02-15 14:42:13 -08:00