fix: fix the plural form of the menu words && tab title words
1. Fix the plural form of the menu words 2. Fix the plural form of the tab title 3. Fix the related e2e case Change-Id: Id37115d9efac341413b401d12049cf0d621e0385
This commit is contained in:
parent
c3835d24c0
commit
3f9ca389b8
@ -260,7 +260,7 @@ Looking at the structure and style of the elements through the page, I found tha
|
|||||||
// check attach successful
|
// check attach successful
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Volume')
|
.clickDetailTab('Volumes')
|
||||||
.tableSearchText(volumeName)
|
.tableSearchText(volumeName)
|
||||||
.checkColumnValue(2, 'In-use');
|
.checkColumnValue(2, 'In-use');
|
||||||
});
|
});
|
||||||
@ -490,7 +490,7 @@ Looking at the structure and style of the elements through the page, I found tha
|
|||||||
|
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Sub User', 'userGroup');
|
.clickDetailTab('Sub Users', 'userGroup');
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -260,7 +260,7 @@
|
|||||||
// check attach successful
|
// check attach successful
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Volume')
|
.clickDetailTab('Volumes')
|
||||||
.tableSearchText(volumeName)
|
.tableSearchText(volumeName)
|
||||||
.checkColumnValue(2, 'In-use');
|
.checkColumnValue(2, 'In-use');
|
||||||
});
|
});
|
||||||
@ -490,7 +490,7 @@
|
|||||||
|
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Sub User', 'userGroup');
|
.clickDetailTab('Sub Users', 'userGroup');
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -57,18 +57,18 @@ export class NetworkSelectTable extends Component {
|
|||||||
|
|
||||||
get networkTabs() {
|
get networkTabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{ title: t('Current Project Network'), key: 'project' },
|
{ title: t('Current Project Networks'), key: 'project' },
|
||||||
{ title: t('Shared Network'), key: 'shared' },
|
{ title: t('Shared Networks'), key: 'shared' },
|
||||||
];
|
];
|
||||||
if (this.showExternal) {
|
if (this.showExternal) {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('External Network'),
|
title: t('External Networks'),
|
||||||
key: 'external',
|
key: 'external',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (this.hasAdminRole) {
|
if (this.hasAdminRole) {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('All Network'),
|
title: t('All Networks'),
|
||||||
key: 'all',
|
key: 'all',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/compute/instance-admin',
|
path: '/compute/instance-admin',
|
||||||
name: t('Instance'),
|
name: t('Instances'),
|
||||||
key: 'instanceAdmin',
|
key: 'instanceAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -64,7 +64,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/instance-snapshot-admin',
|
path: '/compute/instance-snapshot-admin',
|
||||||
name: t('Instance Snapshot'),
|
name: t('Instance Snapshots'),
|
||||||
key: 'instanceSnapshotAdmin',
|
key: 'instanceSnapshotAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -79,7 +79,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/flavor-admin',
|
path: '/compute/flavor-admin',
|
||||||
name: t('Flavor'),
|
name: t('Flavors'),
|
||||||
key: 'flavorAdmin',
|
key: 'flavorAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -100,7 +100,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/server-group-admin',
|
path: '/compute/server-group-admin',
|
||||||
name: t('Server Group'),
|
name: t('Server Groups'),
|
||||||
key: 'serverGroupAdmin',
|
key: 'serverGroupAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -115,7 +115,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/image-admin',
|
path: '/compute/image-admin',
|
||||||
name: t('Image'),
|
name: t('Images'),
|
||||||
key: 'imageAdmin',
|
key: 'imageAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -158,7 +158,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/baremetal-node-admin',
|
path: '/compute/baremetal-node-admin',
|
||||||
name: t('Bare Metal Setting'),
|
name: t('Bare Metal Nodes'),
|
||||||
key: 'baremetalNodeAdmin',
|
key: 'baremetalNodeAdmin',
|
||||||
endpoints: 'ironic',
|
endpoints: 'ironic',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -178,7 +178,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: /^\/compute\/baremetal-node-admin\/edit\/.[^/]+$/,
|
path: /^\/compute\/baremetal-node-admin\/edit\/.[^/]+$/,
|
||||||
name: t('Bare Metal Node Edit'),
|
name: t('Edit Bare Metal Node'),
|
||||||
key: 'baremetalNodeEditAdmin',
|
key: 'baremetalNodeEditAdmin',
|
||||||
routePath: '/compute/baremetal-node-admin/detail/:id',
|
routePath: '/compute/baremetal-node-admin/detail/:id',
|
||||||
level: 2,
|
level: 2,
|
||||||
@ -195,7 +195,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/storage/volume-admin',
|
path: '/storage/volume-admin',
|
||||||
name: t('Volume'),
|
name: t('Volumes'),
|
||||||
key: 'volumeAdmin',
|
key: 'volumeAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -227,7 +227,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/storage/snapshot-admin',
|
path: '/storage/snapshot-admin',
|
||||||
name: t('Volume Snapshot'),
|
name: t('Volume Snapshots'),
|
||||||
key: 'snapshotAdmin',
|
key: 'snapshotAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -243,7 +243,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/storage/volume-type-admin',
|
path: '/storage/volume-type-admin',
|
||||||
name: t('Volume Type'),
|
name: t('Volume Types'),
|
||||||
key: 'volumeTypeAdmin',
|
key: 'volumeTypeAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -266,7 +266,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/storage/storage-admin',
|
path: '/storage/storage-admin',
|
||||||
name: t('Storage Backend'),
|
name: t('Storage Backends'),
|
||||||
key: 'storageBackendAdmin',
|
key: 'storageBackendAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -297,7 +297,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/virtual_adapter_admin',
|
path: '/network/virtual_adapter_admin',
|
||||||
name: t('Virtual Adapter'),
|
name: t('Virtual Adapters'),
|
||||||
key: 'virtualAdapterAdmin',
|
key: 'virtualAdapterAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -312,7 +312,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/qos-policy-admin',
|
path: '/network/qos-policy-admin',
|
||||||
name: t('QoS Policy'),
|
name: t('QoS Policies'),
|
||||||
key: 'networkQosAdmin',
|
key: 'networkQosAdmin',
|
||||||
endpoints: 'neutron_qos',
|
endpoints: 'neutron_qos',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -389,7 +389,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/vpn-admin',
|
path: '/network/vpn-admin',
|
||||||
name: t('VPN'),
|
name: t('VPNs'),
|
||||||
key: 'vpnAdmin',
|
key: 'vpnAdmin',
|
||||||
endpoints: 'neutron_vpn',
|
endpoints: 'neutron_vpn',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -429,7 +429,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/share/share-admin',
|
path: '/share/share-admin',
|
||||||
name: t('Share'),
|
name: t('Shares'),
|
||||||
key: 'shareAdmin',
|
key: 'shareAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -444,7 +444,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-type-admin',
|
path: '/share/share-type-admin',
|
||||||
name: t('Share Type'),
|
name: t('Share Types'),
|
||||||
key: 'shareTypeAdmin',
|
key: 'shareTypeAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -459,7 +459,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-group-type-admin',
|
path: '/share/share-group-type-admin',
|
||||||
name: t('Share Group Type'),
|
name: t('Share Group Types'),
|
||||||
key: 'shareGroupTypeAdmin',
|
key: 'shareGroupTypeAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -474,7 +474,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-network-admin',
|
path: '/share/share-network-admin',
|
||||||
name: t('Share Network'),
|
name: t('Share Networks'),
|
||||||
key: 'shareNetworkAdmin',
|
key: 'shareNetworkAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -489,7 +489,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-server-admin',
|
path: '/share/share-server-admin',
|
||||||
name: t('Share Server'),
|
name: t('Share Servers'),
|
||||||
key: 'shareServerAdmin',
|
key: 'shareServerAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -504,7 +504,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-instance-admin',
|
path: '/share/share-instance-admin',
|
||||||
name: t('Share Instance'),
|
name: t('Share Instances'),
|
||||||
key: 'shareInstanceAdmin',
|
key: 'shareInstanceAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -519,7 +519,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-group-admin',
|
path: '/share/share-group-admin',
|
||||||
name: t('Share Group'),
|
name: t('Share Groups'),
|
||||||
key: 'shareGroupAdmin',
|
key: 'shareGroupAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -725,7 +725,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/database/instances-admin',
|
path: '/database/instances-admin',
|
||||||
name: t('Database Instance'),
|
name: t('Database Instances'),
|
||||||
key: 'databaseInstancesAdmin',
|
key: 'databaseInstancesAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -756,7 +756,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/monitor-center/physical-node-admin',
|
path: '/monitor-center/physical-node-admin',
|
||||||
name: t('Physical Node'),
|
name: t('Physical Nodes'),
|
||||||
key: 'monitorPhysicalNodeAdmin',
|
key: 'monitorPhysicalNodeAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [],
|
children: [],
|
||||||
@ -764,7 +764,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/monitor-center/storage-cluster-admin',
|
path: '/monitor-center/storage-cluster-admin',
|
||||||
name: t('Storage Cluster'),
|
name: t('Storage Clusters'),
|
||||||
key: 'monitorStorageClusterAdmin',
|
key: 'monitorStorageClusterAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [],
|
children: [],
|
||||||
@ -772,7 +772,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/monitor-center/openstack-service-admin',
|
path: '/monitor-center/openstack-service-admin',
|
||||||
name: t('OpenStack Service'),
|
name: t('OpenStack Services'),
|
||||||
key: 'monitorOpenstackServiceAdmin',
|
key: 'monitorOpenstackServiceAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [],
|
children: [],
|
||||||
@ -780,7 +780,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/monitor-center/other-service-admin',
|
path: '/monitor-center/other-service-admin',
|
||||||
name: t('Other Service'),
|
name: t('Other Services'),
|
||||||
key: 'monitorOtherServiceAdmin',
|
key: 'monitorOtherServiceAdmin',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [],
|
children: [],
|
||||||
@ -863,7 +863,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: /^\/container\/hosts-admin\/detail\/.[^/]+$/,
|
path: /^\/container\/hosts-admin\/detail\/.[^/]+$/,
|
||||||
name: t('Hosts Detail'),
|
name: t('Host Detail'),
|
||||||
key: 'zuHostsDetailAdmin',
|
key: 'zuHostsDetailAdmin',
|
||||||
level: 2,
|
level: 2,
|
||||||
routePath: '/container/hosts-admin/detail/:id',
|
routePath: '/container/hosts-admin/detail/:id',
|
||||||
|
@ -47,7 +47,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/compute/instance',
|
path: '/compute/instance',
|
||||||
name: t('Instance'),
|
name: t('Instances'),
|
||||||
key: 'instance',
|
key: 'instance',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -74,7 +74,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/instance-snapshot',
|
path: '/compute/instance-snapshot',
|
||||||
name: t('Instance Snapshot'),
|
name: t('Instance Snapshots'),
|
||||||
key: 'instanceSnapshot',
|
key: 'instanceSnapshot',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -89,7 +89,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/flavor',
|
path: '/compute/flavor',
|
||||||
name: t('Flavor'),
|
name: t('Flavors'),
|
||||||
key: 'flavor',
|
key: 'flavor',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -104,7 +104,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/server-group',
|
path: '/compute/server-group',
|
||||||
name: t('Server Group'),
|
name: t('Server Groups'),
|
||||||
key: 'serverGroup',
|
key: 'serverGroup',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -119,7 +119,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/compute/image',
|
path: '/compute/image',
|
||||||
name: t('Image'),
|
name: t('Images'),
|
||||||
key: 'image',
|
key: 'image',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -163,7 +163,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/storage/volume',
|
path: '/storage/volume',
|
||||||
name: t('Volume'),
|
name: t('Volumes'),
|
||||||
key: 'volume',
|
key: 'volume',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -201,7 +201,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/storage/snapshot',
|
path: '/storage/snapshot',
|
||||||
name: t('Volume Snapshot'),
|
name: t('Volume Snapshots'),
|
||||||
key: 'snapshot',
|
key: 'snapshot',
|
||||||
level: 1,
|
level: 1,
|
||||||
endpoints: 'cinder',
|
endpoints: 'cinder',
|
||||||
@ -263,7 +263,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/virtual_adapter',
|
path: '/network/virtual_adapter',
|
||||||
name: t('Virtual Adapter'),
|
name: t('Virtual Adapters'),
|
||||||
key: 'virtualAdapter',
|
key: 'virtualAdapter',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -278,7 +278,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/qos-policy',
|
path: '/network/qos-policy',
|
||||||
name: t('QoS Policy'),
|
name: t('QoS Policies'),
|
||||||
key: 'networkQos',
|
key: 'networkQos',
|
||||||
endpoints: 'neutron_qos',
|
endpoints: 'neutron_qos',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -367,7 +367,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/certificate',
|
path: '/network/certificate',
|
||||||
name: t('Certificate Management'),
|
name: t('Certificates'),
|
||||||
key: 'certificate',
|
key: 'certificate',
|
||||||
endpoints: 'barbican',
|
endpoints: 'barbican',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -390,7 +390,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/network/vpn',
|
path: '/network/vpn',
|
||||||
name: t('VPN'),
|
name: t('VPNs'),
|
||||||
key: 'vpn',
|
key: 'vpn',
|
||||||
endpoints: 'neutron_vpn',
|
endpoints: 'neutron_vpn',
|
||||||
level: 1,
|
level: 1,
|
||||||
@ -430,7 +430,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/share/share',
|
path: '/share/share',
|
||||||
name: t('Share'),
|
name: t('Shares'),
|
||||||
key: 'share',
|
key: 'share',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -451,7 +451,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-network',
|
path: '/share/share-network',
|
||||||
name: t('Share Network'),
|
name: t('Share Networks'),
|
||||||
key: 'shareNetwork',
|
key: 'shareNetwork',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -466,7 +466,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/share/share-group',
|
path: '/share/share-group',
|
||||||
name: t('Share Group'),
|
name: t('Share Groups'),
|
||||||
key: 'shareGroup',
|
key: 'shareGroup',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -550,7 +550,7 @@ const renderMenu = (t) => {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/database/instances',
|
path: '/database/instances',
|
||||||
name: t('Database Instance'),
|
name: t('Database Instances'),
|
||||||
key: 'databaseInstances',
|
key: 'databaseInstances',
|
||||||
level: 1,
|
level: 1,
|
||||||
children: [
|
children: [
|
||||||
@ -669,7 +669,7 @@ const renderMenu = (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/container-infra/cluster-template',
|
path: '/container-infra/cluster-template',
|
||||||
name: t('Cluster Template'),
|
name: t('Cluster Templates'),
|
||||||
key: 'clusterTemplate',
|
key: 'clusterTemplate',
|
||||||
endpoints: 'magnum',
|
endpoints: 'magnum',
|
||||||
level: 1,
|
level: 1,
|
||||||
|
@ -43,13 +43,13 @@
|
|||||||
"Access Control": "Access Control",
|
"Access Control": "Access Control",
|
||||||
"Access Key": "Access Key",
|
"Access Key": "Access Key",
|
||||||
"Access Level": "Access Level",
|
"Access Level": "Access Level",
|
||||||
"Access Rule": "Access Rule",
|
"Access Rules": "Access Rules",
|
||||||
"Access Rules Status": "Access Rules Status",
|
"Access Rules Status": "Access Rules Status",
|
||||||
"Access To": "Access To",
|
"Access To": "Access To",
|
||||||
"Access Type": "Access Type",
|
"Access Type": "Access Type",
|
||||||
"Access Type Setting": "Access Type Setting",
|
"Access Type Setting": "Access Type Setting",
|
||||||
"Action": "Action",
|
"Action": "Action",
|
||||||
"Action Log": "Action Log",
|
"Action Logs": "Action Logs",
|
||||||
"Active": "Active",
|
"Active": "Active",
|
||||||
"Active Status": "Active Status",
|
"Active Status": "Active Status",
|
||||||
"Add": "Add",
|
"Add": "Add",
|
||||||
@ -102,18 +102,18 @@
|
|||||||
"All": "All",
|
"All": "All",
|
||||||
"All Flavors": "All Flavors",
|
"All Flavors": "All Flavors",
|
||||||
"All ICMP": "All ICMP",
|
"All ICMP": "All ICMP",
|
||||||
"All Image": "All Image",
|
"All Images": "All Images",
|
||||||
"All Network": "All Network",
|
"All Networks": "All Networks",
|
||||||
"All Port": "All Port",
|
"All Port": "All Port",
|
||||||
"All Proto": "All Proto",
|
"All Proto": "All Proto",
|
||||||
"All QoS Policy": "All QoS Policy",
|
"All QoS Policies": "All QoS Policies",
|
||||||
"All TCP": "All TCP",
|
"All TCP": "All TCP",
|
||||||
"All UDP": "All UDP",
|
"All UDP": "All UDP",
|
||||||
"All data downloaded.": "All data downloaded.",
|
"All data downloaded.": "All data downloaded.",
|
||||||
"All network segments are indicated by \"*\", not \"0.0.0.0/0\"": "All network segments are indicated by \"*\", not \"0.0.0.0/0\"",
|
"All network segments are indicated by \"*\", not \"0.0.0.0/0\"": "All network segments are indicated by \"*\", not \"0.0.0.0/0\"",
|
||||||
"Allocate IP": "Allocate IP",
|
"Allocate IP": "Allocate IP",
|
||||||
"Allocation Pools": "Allocation Pools",
|
"Allocation Pools": "Allocation Pools",
|
||||||
"Allowed Address Pair": "Allowed Address Pair",
|
"Allowed Address Pairs": "Allowed Address Pairs",
|
||||||
"Allowed Host": "Allowed Host",
|
"Allowed Host": "Allowed Host",
|
||||||
"Always": "Always",
|
"Always": "Always",
|
||||||
"American Samoa": "American Samoa",
|
"American Samoa": "American Samoa",
|
||||||
@ -184,6 +184,7 @@
|
|||||||
"Availability Zone Hints": "Availability Zone Hints",
|
"Availability Zone Hints": "Availability Zone Hints",
|
||||||
"Availability Zone Info": "Availability Zone Info",
|
"Availability Zone Info": "Availability Zone Info",
|
||||||
"Availability Zone Name": "Availability Zone Name",
|
"Availability Zone Name": "Availability Zone Name",
|
||||||
|
"Availability Zones": "Availability Zones",
|
||||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.",
|
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.",
|
||||||
"Available": "Available",
|
"Available": "Available",
|
||||||
"Available Zone": "Available Zone",
|
"Available Zone": "Available Zone",
|
||||||
@ -202,7 +203,6 @@
|
|||||||
"Backup File": "Backup File",
|
"Backup File": "Backup File",
|
||||||
"Backup File Location": "Backup File Location",
|
"Backup File Location": "Backup File Location",
|
||||||
"Backup Mode": "Backup Mode",
|
"Backup Mode": "Backup Mode",
|
||||||
"Backup Name": "Backup Name",
|
|
||||||
"Backups": "Backups",
|
"Backups": "Backups",
|
||||||
"Backups & Snapshots": "Backups & Snapshots",
|
"Backups & Snapshots": "Backups & Snapshots",
|
||||||
"Bad Gateway (code: 502) ": "Bad Gateway (code: 502) ",
|
"Bad Gateway (code: 502) ": "Bad Gateway (code: 502) ",
|
||||||
@ -216,13 +216,11 @@
|
|||||||
"Bare Metal": "Bare Metal",
|
"Bare Metal": "Bare Metal",
|
||||||
"Bare Metal Enroll": "Bare Metal Enroll",
|
"Bare Metal Enroll": "Bare Metal Enroll",
|
||||||
"Bare Metal Node Detail": "Bare Metal Node Detail",
|
"Bare Metal Node Detail": "Bare Metal Node Detail",
|
||||||
"Bare Metal Node Edit": "Bare Metal Node Edit",
|
"Bare Metal Nodes": "Bare Metal Nodes",
|
||||||
"Bare Metal Setting": "Bare Metal Setting",
|
|
||||||
"BareMetal Parameters": "BareMetal Parameters",
|
"BareMetal Parameters": "BareMetal Parameters",
|
||||||
"Base Config": "Base Config",
|
"Base Config": "Base Config",
|
||||||
"Base Info": "Base Info",
|
"Base Info": "Base Info",
|
||||||
"Base Role": "Base Role",
|
"Base Role": "Base Role",
|
||||||
"BaseDetail": "BaseDetail",
|
|
||||||
"Basic Parameters": "Basic Parameters",
|
"Basic Parameters": "Basic Parameters",
|
||||||
"Batch Allocate": "Batch Allocate",
|
"Batch Allocate": "Batch Allocate",
|
||||||
"Belarus": "Belarus",
|
"Belarus": "Belarus",
|
||||||
@ -236,10 +234,10 @@
|
|||||||
"Bind Device Type": "Bind Device Type",
|
"Bind Device Type": "Bind Device Type",
|
||||||
"Bind Resource": "Bind Resource",
|
"Bind Resource": "Bind Resource",
|
||||||
"Binding": "Binding",
|
"Binding": "Binding",
|
||||||
"Binding Group": "Binding Group",
|
"Binding Groups": "Binding Groups",
|
||||||
"Binding Instance": "Binding Instance",
|
"Binding Instance": "Binding Instance",
|
||||||
"Binding Profile": "Binding Profile",
|
"Binding Profile": "Binding Profile",
|
||||||
"Binding User": "Binding User",
|
"Binding Users": "Binding Users",
|
||||||
"Blank Volume": "Blank Volume",
|
"Blank Volume": "Blank Volume",
|
||||||
"Block Device Mapping": "Block Device Mapping",
|
"Block Device Mapping": "Block Device Mapping",
|
||||||
"Block Migrate": "Block Migrate",
|
"Block Migrate": "Block Migrate",
|
||||||
@ -263,6 +261,7 @@
|
|||||||
"Burst limit": "Burst limit",
|
"Burst limit": "Burst limit",
|
||||||
"Burundi": "Burundi",
|
"Burundi": "Burundi",
|
||||||
"CA Certificate": "CA Certificate",
|
"CA Certificate": "CA Certificate",
|
||||||
|
"CA Certificates": "CA Certificates",
|
||||||
"CHECK COMPLETE": "CHECK COMPLETE",
|
"CHECK COMPLETE": "CHECK COMPLETE",
|
||||||
"CIDR": "CIDR",
|
"CIDR": "CIDR",
|
||||||
"CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)": "CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)",
|
"CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)": "CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)",
|
||||||
@ -279,6 +278,7 @@
|
|||||||
"CPU usage Num (Core)": "CPU usage Num (Core)",
|
"CPU usage Num (Core)": "CPU usage Num (Core)",
|
||||||
"CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ": "CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ",
|
"CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ": "CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ",
|
||||||
"CPU(Core)": "CPU(Core)",
|
"CPU(Core)": "CPU(Core)",
|
||||||
|
"CPUs": "CPUs",
|
||||||
"CREATE COMPLETE": "CREATE COMPLETE",
|
"CREATE COMPLETE": "CREATE COMPLETE",
|
||||||
"CREATE FAILED": "CREATE FAILED",
|
"CREATE FAILED": "CREATE FAILED",
|
||||||
"CREATE IN PROGRESS": "CREATE IN PROGRESS",
|
"CREATE IN PROGRESS": "CREATE IN PROGRESS",
|
||||||
@ -306,9 +306,9 @@
|
|||||||
"Cert": "Cert",
|
"Cert": "Cert",
|
||||||
"Certificate Content": "Certificate Content",
|
"Certificate Content": "Certificate Content",
|
||||||
"Certificate Detail": "Certificate Detail",
|
"Certificate Detail": "Certificate Detail",
|
||||||
"Certificate Management": "Certificate Management",
|
|
||||||
"Certificate Name": "Certificate Name",
|
"Certificate Name": "Certificate Name",
|
||||||
"Certificate Type": "Certificate Type",
|
"Certificate Type": "Certificate Type",
|
||||||
|
"Certificates": "Certificates",
|
||||||
"Chad": "Chad",
|
"Chad": "Chad",
|
||||||
"Change Password": "Change Password",
|
"Change Password": "Change Password",
|
||||||
"Change Type": "Change Type",
|
"Change Type": "Change Type",
|
||||||
@ -356,6 +356,7 @@
|
|||||||
"Cluster Template": "Cluster Template",
|
"Cluster Template": "Cluster Template",
|
||||||
"Cluster Template Detail": "Cluster Template Detail",
|
"Cluster Template Detail": "Cluster Template Detail",
|
||||||
"Cluster Template Name": "Cluster Template Name",
|
"Cluster Template Name": "Cluster Template Name",
|
||||||
|
"Cluster Templates": "Cluster Templates",
|
||||||
"Cluster Type": "Cluster Type",
|
"Cluster Type": "Cluster Type",
|
||||||
"Clusters": "Clusters",
|
"Clusters": "Clusters",
|
||||||
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
|
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
|
||||||
@ -463,7 +464,7 @@
|
|||||||
"Create Default Pool": "Create Default Pool",
|
"Create Default Pool": "Create Default Pool",
|
||||||
"Create Domain": "Create Domain",
|
"Create Domain": "Create Domain",
|
||||||
"Create Encryption": "Create Encryption",
|
"Create Encryption": "Create Encryption",
|
||||||
"Create Extra Specs": "Create Extra Specs",
|
"Create Extra Spec": "Create Extra Spec",
|
||||||
"Create Failed": "Create Failed",
|
"Create Failed": "Create Failed",
|
||||||
"Create Flavor": "Create Flavor",
|
"Create Flavor": "Create Flavor",
|
||||||
"Create Folder": "Create Folder",
|
"Create Folder": "Create Folder",
|
||||||
@ -544,9 +545,9 @@
|
|||||||
"Current Password": "Current Password",
|
"Current Password": "Current Password",
|
||||||
"Current Path: ": "Current Path: ",
|
"Current Path: ": "Current Path: ",
|
||||||
"Current Project": "Current Project",
|
"Current Project": "Current Project",
|
||||||
"Current Project Image": "Current Project Image",
|
"Current Project Images": "Current Project Images",
|
||||||
"Current Project Network": "Current Project Network",
|
"Current Project Networks": "Current Project Networks",
|
||||||
"Current Project QoS Policy": "Current Project QoS Policy",
|
"Current Project QoS Policies": "Current Project QoS Policies",
|
||||||
"Current QoS policy name": "Current QoS policy name",
|
"Current QoS policy name": "Current QoS policy name",
|
||||||
"Current Status": "Current Status",
|
"Current Status": "Current Status",
|
||||||
"Current Storage Backend": "Current Storage Backend",
|
"Current Storage Backend": "Current Storage Backend",
|
||||||
@ -592,6 +593,7 @@
|
|||||||
"Database Instance Detail": "Database Instance Detail",
|
"Database Instance Detail": "Database Instance Detail",
|
||||||
"Database Instance Name": "Database Instance Name",
|
"Database Instance Name": "Database Instance Name",
|
||||||
"Database Instance Status": "Database Instance Status",
|
"Database Instance Status": "Database Instance Status",
|
||||||
|
"Database Instances": "Database Instances",
|
||||||
"Database Name": "Database Name",
|
"Database Name": "Database Name",
|
||||||
"Database Port": "Database Port",
|
"Database Port": "Database Port",
|
||||||
"Database Service": "Database Service",
|
"Database Service": "Database Service",
|
||||||
@ -610,7 +612,6 @@
|
|||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
"Delete Allowed Address Pair": "Delete Allowed Address Pair",
|
"Delete Allowed Address Pair": "Delete Allowed Address Pair",
|
||||||
"Delete Application Credential": "Delete Application Credential",
|
"Delete Application Credential": "Delete Application Credential",
|
||||||
"Delete Backup": "Delete Backup",
|
|
||||||
"Delete Bandwidth Egress Rules": "Delete Bandwidth Egress Rules",
|
"Delete Bandwidth Egress Rules": "Delete Bandwidth Egress Rules",
|
||||||
"Delete Bandwidth Ingress Rules": "Delete Bandwidth Ingress Rules",
|
"Delete Bandwidth Ingress Rules": "Delete Bandwidth Ingress Rules",
|
||||||
"Delete Capsule": "Delete Capsule",
|
"Delete Capsule": "Delete Capsule",
|
||||||
@ -782,7 +783,7 @@
|
|||||||
"Edit Default Pool": "Edit Default Pool",
|
"Edit Default Pool": "Edit Default Pool",
|
||||||
"Edit Domain": "Edit Domain",
|
"Edit Domain": "Edit Domain",
|
||||||
"Edit Domain Permission": "Edit Domain Permission",
|
"Edit Domain Permission": "Edit Domain Permission",
|
||||||
"Edit Extra Specs": "Edit Extra Specs",
|
"Edit Extra Spec": "Edit Extra Spec",
|
||||||
"Edit Flavor": "Edit Flavor",
|
"Edit Flavor": "Edit Flavor",
|
||||||
"Edit Health Monitor": "Edit Health Monitor",
|
"Edit Health Monitor": "Edit Health Monitor",
|
||||||
"Edit Host Aggregate": "Edit Host Aggregate",
|
"Edit Host Aggregate": "Edit Host Aggregate",
|
||||||
@ -898,9 +899,9 @@
|
|||||||
"External Network": "External Network",
|
"External Network": "External Network",
|
||||||
"External Network ID": "External Network ID",
|
"External Network ID": "External Network ID",
|
||||||
"External Network Info": "External Network Info",
|
"External Network Info": "External Network Info",
|
||||||
|
"External Networks": "External Networks",
|
||||||
"External Port": "External Port",
|
"External Port": "External Port",
|
||||||
"Extra Infos": "Extra Infos",
|
"Extra Infos": "Extra Infos",
|
||||||
"Extra Spec": "Extra Spec",
|
|
||||||
"Extra Specs": "Extra Specs",
|
"Extra Specs": "Extra Specs",
|
||||||
"FAKE": "FAKE",
|
"FAKE": "FAKE",
|
||||||
"FLAT": "FLAT",
|
"FLAT": "FLAT",
|
||||||
@ -987,7 +988,6 @@
|
|||||||
"Gateway IP": "Gateway IP",
|
"Gateway IP": "Gateway IP",
|
||||||
"Gateway Time-out (code: 504) ": "Gateway Time-out (code: 504) ",
|
"Gateway Time-out (code: 504) ": "Gateway Time-out (code: 504) ",
|
||||||
"Gateway ip {gateway_ip} conflicts with allocation pool {pool}": "Gateway ip {gateway_ip} conflicts with allocation pool {pool}",
|
"Gateway ip {gateway_ip} conflicts with allocation pool {pool}": "Gateway ip {gateway_ip} conflicts with allocation pool {pool}",
|
||||||
"General Info": "General Info",
|
|
||||||
"General Purpose": "General Purpose",
|
"General Purpose": "General Purpose",
|
||||||
"Georgia": "Georgia",
|
"Georgia": "Georgia",
|
||||||
"Germany": "Germany",
|
"Germany": "Germany",
|
||||||
@ -1046,6 +1046,7 @@
|
|||||||
"Host Aggregates": "Host Aggregates",
|
"Host Aggregates": "Host Aggregates",
|
||||||
"Host Average Network IO": "Host Average Network IO",
|
"Host Average Network IO": "Host Average Network IO",
|
||||||
"Host CPU Usage": "Host CPU Usage",
|
"Host CPU Usage": "Host CPU Usage",
|
||||||
|
"Host Detail": "Host Detail",
|
||||||
"Host Disk Average IOPS": "Host Disk Average IOPS",
|
"Host Disk Average IOPS": "Host Disk Average IOPS",
|
||||||
"Host Memory Usage": "Host Memory Usage",
|
"Host Memory Usage": "Host Memory Usage",
|
||||||
"Host Routes": "Host Routes",
|
"Host Routes": "Host Routes",
|
||||||
@ -1064,6 +1065,7 @@
|
|||||||
"ID/Floating IP": "ID/Floating IP",
|
"ID/Floating IP": "ID/Floating IP",
|
||||||
"ID/Name": "ID/Name",
|
"ID/Name": "ID/Name",
|
||||||
"IGMP": "IGMP",
|
"IGMP": "IGMP",
|
||||||
|
"IKE Policies": "IKE Policies",
|
||||||
"IKE Policy": "IKE Policy",
|
"IKE Policy": "IKE Policy",
|
||||||
"IKE Version": "IKE Version",
|
"IKE Version": "IKE Version",
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
@ -1082,6 +1084,7 @@
|
|||||||
"IPMI Username": "IPMI Username",
|
"IPMI Username": "IPMI Username",
|
||||||
"IPMITool": "IPMITool",
|
"IPMITool": "IPMITool",
|
||||||
"IPXE": "IPXE",
|
"IPXE": "IPXE",
|
||||||
|
"IPsec Policies": "IPsec Policies",
|
||||||
"IPsec Policy": "IPsec Policy",
|
"IPsec Policy": "IPsec Policy",
|
||||||
"IPsec Site Connection": "IPsec Site Connection",
|
"IPsec Site Connection": "IPsec Site Connection",
|
||||||
"IPsec Site Connections": "IPsec Site Connections",
|
"IPsec Site Connections": "IPsec Site Connections",
|
||||||
@ -1128,6 +1131,7 @@
|
|||||||
"Image Size": "Image Size",
|
"Image Size": "Image Size",
|
||||||
"Image Snapshot Pending": "Image Snapshot Pending",
|
"Image Snapshot Pending": "Image Snapshot Pending",
|
||||||
"Image Uploading": "Image Uploading",
|
"Image Uploading": "Image Uploading",
|
||||||
|
"Images": "Images",
|
||||||
"Immediate effect": "Immediate effect",
|
"Immediate effect": "Immediate effect",
|
||||||
"Immediately delete": "Immediately delete",
|
"Immediately delete": "Immediately delete",
|
||||||
"Implied Roles": "Implied Roles",
|
"Implied Roles": "Implied Roles",
|
||||||
@ -1197,17 +1201,18 @@
|
|||||||
"Instance Snapshot": "Instance Snapshot",
|
"Instance Snapshot": "Instance Snapshot",
|
||||||
"Instance Snapshot Detail": "Instance Snapshot Detail",
|
"Instance Snapshot Detail": "Instance Snapshot Detail",
|
||||||
"Instance Snapshot Name": "Instance Snapshot Name",
|
"Instance Snapshot Name": "Instance Snapshot Name",
|
||||||
|
"Instance Snapshots": "Instance Snapshots",
|
||||||
"Instance Status": "Instance Status",
|
"Instance Status": "Instance Status",
|
||||||
"Instances": "Instances",
|
"Instances": "Instances",
|
||||||
"Instances \"{ name }\" are locked, can not delete them.": "Instances \"{ name }\" are locked, can not delete them.",
|
"Instances \"{ name }\" are locked, can not delete them.": "Instances \"{ name }\" are locked, can not delete them.",
|
||||||
"Insufficient {name} quota to create resources(left { quota }, input { input }).": "Insufficient {name} quota to create resources(left { quota }, input { input }).",
|
"Insufficient {name} quota to create resources(left { quota }, input { input }).": "Insufficient {name} quota to create resources(left { quota }, input { input }).",
|
||||||
"Interactive": "Interactive",
|
"Interactive": "Interactive",
|
||||||
"Interface": "Interface",
|
|
||||||
"Interface Info": "Interface Info",
|
"Interface Info": "Interface Info",
|
||||||
"Interface Name:": "Interface Name:",
|
"Interface Name:": "Interface Name:",
|
||||||
"Interface for vendor-specific functionality on this node": "Interface for vendor-specific functionality on this node",
|
"Interface for vendor-specific functionality on this node": "Interface for vendor-specific functionality on this node",
|
||||||
"Interface used for attaching and detaching volumes on this node": "Interface used for attaching and detaching volumes on this node",
|
"Interface used for attaching and detaching volumes on this node": "Interface used for attaching and detaching volumes on this node",
|
||||||
"Interface used for configuring RAID on this node": "Interface used for configuring RAID on this node",
|
"Interface used for configuring RAID on this node": "Interface used for configuring RAID on this node",
|
||||||
|
"Interfaces": "Interfaces",
|
||||||
"Internal Ip Address": "Internal Ip Address",
|
"Internal Ip Address": "Internal Ip Address",
|
||||||
"Internal Network Bandwidth(Gbps)": "Internal Network Bandwidth(Gbps)",
|
"Internal Network Bandwidth(Gbps)": "Internal Network Bandwidth(Gbps)",
|
||||||
"Internal Port": "Internal Port",
|
"Internal Port": "Internal Port",
|
||||||
@ -1318,6 +1323,7 @@
|
|||||||
"Listener Number": "Listener Number",
|
"Listener Number": "Listener Number",
|
||||||
"Listener Protocol": "Listener Protocol",
|
"Listener Protocol": "Listener Protocol",
|
||||||
"Listener Protocol Port": "Listener Protocol Port",
|
"Listener Protocol Port": "Listener Protocol Port",
|
||||||
|
"Listeners": "Listeners",
|
||||||
"Lithuania": "Lithuania",
|
"Lithuania": "Lithuania",
|
||||||
"Live Migrate": "Live Migrate",
|
"Live Migrate": "Live Migrate",
|
||||||
"Live Migration At Destination": "Live Migration At Destination",
|
"Live Migration At Destination": "Live Migration At Destination",
|
||||||
@ -1368,7 +1374,7 @@
|
|||||||
"Manage Error": "Manage Error",
|
"Manage Error": "Manage Error",
|
||||||
"Manage Host": "Manage Host",
|
"Manage Host": "Manage Host",
|
||||||
"Manage Metadata": "Manage Metadata",
|
"Manage Metadata": "Manage Metadata",
|
||||||
"Manage QoS": "Manage QoS",
|
"Manage QoS Spec": "Manage QoS Spec",
|
||||||
"Manage Resource Types": "Manage Resource Types",
|
"Manage Resource Types": "Manage Resource Types",
|
||||||
"Manage Security Group": "Manage Security Group",
|
"Manage Security Group": "Manage Security Group",
|
||||||
"Manage Starting": "Manage Starting",
|
"Manage Starting": "Manage Starting",
|
||||||
@ -1404,7 +1410,6 @@
|
|||||||
"Maximum interval time for each health check response": "Maximum interval time for each health check response",
|
"Maximum interval time for each health check response": "Maximum interval time for each health check response",
|
||||||
"Mayotte": "Mayotte",
|
"Mayotte": "Mayotte",
|
||||||
"Mem": "Mem",
|
"Mem": "Mem",
|
||||||
"Member": "Member",
|
|
||||||
"Member Count": "Member Count",
|
"Member Count": "Member Count",
|
||||||
"Member Detail": "Member Detail",
|
"Member Detail": "Member Detail",
|
||||||
"Member Num": "Member Num",
|
"Member Num": "Member Num",
|
||||||
@ -1583,7 +1588,7 @@
|
|||||||
"Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field": "Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field",
|
"Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field": "Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field",
|
||||||
"Only subnets that are already connected to the router can be selected.": "Only subnets that are already connected to the router can be selected.",
|
"Only subnets that are already connected to the router can be selected.": "Only subnets that are already connected to the router can be selected.",
|
||||||
"Open External Gateway": "Open External Gateway",
|
"Open External Gateway": "Open External Gateway",
|
||||||
"OpenStack Service": "OpenStack Service",
|
"OpenStack Services": "OpenStack Services",
|
||||||
"Operating Status": "Operating Status",
|
"Operating Status": "Operating Status",
|
||||||
"Operating System": "Operating System",
|
"Operating System": "Operating System",
|
||||||
"Operation Name": "Operation Name",
|
"Operation Name": "Operation Name",
|
||||||
@ -1598,6 +1603,7 @@
|
|||||||
"Original Password": "Original Password",
|
"Original Password": "Original Password",
|
||||||
"Other Protocol": "Other Protocol",
|
"Other Protocol": "Other Protocol",
|
||||||
"Other Service": "Other Service",
|
"Other Service": "Other Service",
|
||||||
|
"Other Services": "Other Services",
|
||||||
"Others": "Others",
|
"Others": "Others",
|
||||||
"Out Cluster": "Out Cluster",
|
"Out Cluster": "Out Cluster",
|
||||||
"Out of Sync": "Out of Sync",
|
"Out of Sync": "Out of Sync",
|
||||||
@ -1662,6 +1668,7 @@
|
|||||||
"Physical CPU Usage": "Physical CPU Usage",
|
"Physical CPU Usage": "Physical CPU Usage",
|
||||||
"Physical Network": "Physical Network",
|
"Physical Network": "Physical Network",
|
||||||
"Physical Node": "Physical Node",
|
"Physical Node": "Physical Node",
|
||||||
|
"Physical Nodes": "Physical Nodes",
|
||||||
"Physical Storage Usage": "Physical Storage Usage",
|
"Physical Storage Usage": "Physical Storage Usage",
|
||||||
"Pitcairn": "Pitcairn",
|
"Pitcairn": "Pitcairn",
|
||||||
"Platform Info": "Platform Info",
|
"Platform Info": "Platform Info",
|
||||||
@ -1788,8 +1795,8 @@
|
|||||||
"Project Range": "Project Range",
|
"Project Range": "Project Range",
|
||||||
"Project Scope": "Project Scope",
|
"Project Scope": "Project Scope",
|
||||||
"Project Scope (Project Name: Role Names)": "Project Scope (Project Name: Role Names)",
|
"Project Scope (Project Name: Role Names)": "Project Scope (Project Name: Role Names)",
|
||||||
"Project User": "Project User",
|
"Project User Groups": "Project User Groups",
|
||||||
"Project User Group": "Project User Group",
|
"Project Users": "Project Users",
|
||||||
"Projects": "Projects",
|
"Projects": "Projects",
|
||||||
"Promote": "Promote",
|
"Promote": "Promote",
|
||||||
"Properties": "Properties",
|
"Properties": "Properties",
|
||||||
@ -1804,22 +1811,24 @@
|
|||||||
"Public": "Public",
|
"Public": "Public",
|
||||||
"Public Access": "Public Access",
|
"Public Access": "Public Access",
|
||||||
"Public Address": "Public Address",
|
"Public Address": "Public Address",
|
||||||
"Public Image": "Public Image",
|
"Public Images": "Public Images",
|
||||||
"Public Key": "Public Key",
|
"Public Key": "Public Key",
|
||||||
"Published In": "Published In",
|
"Published In": "Published In",
|
||||||
"Published Out": "Published Out",
|
"Published Out": "Published Out",
|
||||||
"Puerto Rico": "Puerto Rico",
|
"Puerto Rico": "Puerto Rico",
|
||||||
"QCOW2 - QEMU image format": "QCOW2 - QEMU image format",
|
"QCOW2 - QEMU image format": "QCOW2 - QEMU image format",
|
||||||
"Qatar": "Qatar",
|
"Qatar": "Qatar",
|
||||||
"QoS": "QoS",
|
|
||||||
"QoS Bandwidth Egress Limit": "QoS Bandwidth Egress Limit",
|
"QoS Bandwidth Egress Limit": "QoS Bandwidth Egress Limit",
|
||||||
"QoS Bandwidth Ingress Limit": "QoS Bandwidth Ingress Limit",
|
"QoS Bandwidth Ingress Limit": "QoS Bandwidth Ingress Limit",
|
||||||
"QoS Bandwidth Limit": "QoS Bandwidth Limit",
|
"QoS Bandwidth Limit": "QoS Bandwidth Limit",
|
||||||
"QoS Detail": "QoS Detail",
|
"QoS Detail": "QoS Detail",
|
||||||
|
"QoS Policies": "QoS Policies",
|
||||||
"QoS Policy": "QoS Policy",
|
"QoS Policy": "QoS Policy",
|
||||||
"QoS Policy Detail": "QoS Policy Detail",
|
"QoS Policy Detail": "QoS Policy Detail",
|
||||||
"QoS Policy ID": "QoS Policy ID",
|
"QoS Policy ID": "QoS Policy ID",
|
||||||
"QoS Specs ID": "QoS Specs ID",
|
"QoS Spec": "QoS Spec",
|
||||||
|
"QoS Spec ID": "QoS Spec ID",
|
||||||
|
"QoS Specs": "QoS Specs",
|
||||||
"QoS policies": "QoS policies",
|
"QoS policies": "QoS policies",
|
||||||
"Qos Policy": "Qos Policy",
|
"Qos Policy": "Qos Policy",
|
||||||
"Queued": "Queued",
|
"Queued": "Queued",
|
||||||
@ -2003,9 +2012,11 @@
|
|||||||
"Senegal": "Senegal",
|
"Senegal": "Senegal",
|
||||||
"Serbia": "Serbia",
|
"Serbia": "Serbia",
|
||||||
"Server Certificate": "Server Certificate",
|
"Server Certificate": "Server Certificate",
|
||||||
|
"Server Certificates": "Server Certificates",
|
||||||
"Server Group": "Server Group",
|
"Server Group": "Server Group",
|
||||||
"Server Group Detail": "Server Group Detail",
|
"Server Group Detail": "Server Group Detail",
|
||||||
"Server Group Member": "Server Group Member",
|
"Server Group Member": "Server Group Member",
|
||||||
|
"Server Groups": "Server Groups",
|
||||||
"Server Status": "Server Status",
|
"Server Status": "Server Status",
|
||||||
"Server Type": "Server Type",
|
"Server Type": "Server Type",
|
||||||
"Service": "Service",
|
"Service": "Service",
|
||||||
@ -2027,26 +2038,33 @@
|
|||||||
"Share Group Detail": "Share Group Detail",
|
"Share Group Detail": "Share Group Detail",
|
||||||
"Share Group Type": "Share Group Type",
|
"Share Group Type": "Share Group Type",
|
||||||
"Share Group Type Detail": "Share Group Type Detail",
|
"Share Group Type Detail": "Share Group Type Detail",
|
||||||
|
"Share Group Types": "Share Group Types",
|
||||||
|
"Share Groups": "Share Groups",
|
||||||
"Share Id": "Share Id",
|
"Share Id": "Share Id",
|
||||||
"Share Instance": "Share Instance",
|
"Share Instance": "Share Instance",
|
||||||
"Share Instance Detail": "Share Instance Detail",
|
"Share Instance Detail": "Share Instance Detail",
|
||||||
|
"Share Instances": "Share Instances",
|
||||||
"Share Network": "Share Network",
|
"Share Network": "Share Network",
|
||||||
"Share Network Detail": "Share Network Detail",
|
"Share Network Detail": "Share Network Detail",
|
||||||
"Share Network Subnet": "Share Network Subnet",
|
"Share Network Subnet": "Share Network Subnet",
|
||||||
"Share Network Subnets": "Share Network Subnets",
|
"Share Network Subnets": "Share Network Subnets",
|
||||||
|
"Share Networks": "Share Networks",
|
||||||
"Share Protocol": "Share Protocol",
|
"Share Protocol": "Share Protocol",
|
||||||
"Share Replica ID": "Share Replica ID",
|
"Share Replica ID": "Share Replica ID",
|
||||||
"Share Server": "Share Server",
|
"Share Server": "Share Server",
|
||||||
"Share Server Detail": "Share Server Detail",
|
"Share Server Detail": "Share Server Detail",
|
||||||
|
"Share Servers": "Share Servers",
|
||||||
"Share Type": "Share Type",
|
"Share Type": "Share Type",
|
||||||
"Share Type Detail": "Share Type Detail",
|
"Share Type Detail": "Share Type Detail",
|
||||||
"Share Type ID": "Share Type ID",
|
"Share Type ID": "Share Type ID",
|
||||||
"Share Type Name": "Share Type Name",
|
"Share Type Name": "Share Type Name",
|
||||||
"Share Types": "Share Types",
|
"Share Types": "Share Types",
|
||||||
"Shared": "Shared",
|
"Shared": "Shared",
|
||||||
"Shared Image": "Shared Image",
|
"Shared Images": "Shared Images",
|
||||||
"Shared Network": "Shared Network",
|
"Shared Network": "Shared Network",
|
||||||
"Shared QoS Policy": "Shared QoS Policy",
|
"Shared Networks": "Shared Networks",
|
||||||
|
"Shared QoS Policies": "Shared QoS Policies",
|
||||||
|
"Shares": "Shares",
|
||||||
"Shelve": "Shelve",
|
"Shelve": "Shelve",
|
||||||
"Shelve Instance": "Shelve Instance",
|
"Shelve Instance": "Shelve Instance",
|
||||||
"Shelved": "Shelved",
|
"Shelved": "Shelved",
|
||||||
@ -2146,27 +2164,27 @@
|
|||||||
"Stop refreshing data every {num} seconds": "Stop refreshing data every {num} seconds",
|
"Stop refreshing data every {num} seconds": "Stop refreshing data every {num} seconds",
|
||||||
"Stopped": "Stopped",
|
"Stopped": "Stopped",
|
||||||
"Storage": "Storage",
|
"Storage": "Storage",
|
||||||
"Storage Backend": "Storage Backend",
|
"Storage Backends": "Storage Backends",
|
||||||
"Storage Capacity(GiB)": "Storage Capacity(GiB)",
|
"Storage Capacity(GiB)": "Storage Capacity(GiB)",
|
||||||
"Storage Cluster": "Storage Cluster",
|
|
||||||
"Storage Cluster Bandwidth": "Storage Cluster Bandwidth",
|
"Storage Cluster Bandwidth": "Storage Cluster Bandwidth",
|
||||||
"Storage Cluster IOPS": "Storage Cluster IOPS",
|
"Storage Cluster IOPS": "Storage Cluster IOPS",
|
||||||
"Storage Cluster OSD Latency": "Storage Cluster OSD Latency",
|
"Storage Cluster OSD Latency": "Storage Cluster OSD Latency",
|
||||||
"Storage Cluster Status": "Storage Cluster Status",
|
"Storage Cluster Status": "Storage Cluster Status",
|
||||||
"Storage Cluster Usage": "Storage Cluster Usage",
|
"Storage Cluster Usage": "Storage Cluster Usage",
|
||||||
|
"Storage Clusters": "Storage Clusters",
|
||||||
"Storage IOPS": "Storage IOPS",
|
"Storage IOPS": "Storage IOPS",
|
||||||
"Storage Interface": "Storage Interface",
|
"Storage Interface": "Storage Interface",
|
||||||
"Storage Policy": "Storage Policy",
|
"Storage Policy": "Storage Policy",
|
||||||
"Storage Pool Capacity Usage": "Storage Pool Capacity Usage",
|
"Storage Pool Capacity Usage": "Storage Pool Capacity Usage",
|
||||||
"Storage Types": "Storage Types",
|
"Storage Types": "Storage Types",
|
||||||
"Sub User": "Sub User",
|
"Sub Users": "Sub Users",
|
||||||
"Subnet": "Subnet",
|
"Subnet": "Subnet",
|
||||||
"Subnet Count": "Subnet Count",
|
"Subnet Count": "Subnet Count",
|
||||||
"Subnet ID": "Subnet ID",
|
"Subnet ID": "Subnet ID",
|
||||||
"Subnet Name": "Subnet Name",
|
"Subnet Name": "Subnet Name",
|
||||||
"Subnets": "Subnets",
|
"Subnets": "Subnets",
|
||||||
"Subordinate Project": "Subordinate Project",
|
"Subordinate Projects": "Subordinate Projects",
|
||||||
"Subordinate User Group": "Subordinate User Group",
|
"Subordinate User Groups": "Subordinate User Groups",
|
||||||
"Succeeded": "Succeeded",
|
"Succeeded": "Succeeded",
|
||||||
"Success": "Success",
|
"Success": "Success",
|
||||||
"Sudan": "Sudan",
|
"Sudan": "Sudan",
|
||||||
@ -2469,10 +2487,11 @@
|
|||||||
"VNC": "VNC",
|
"VNC": "VNC",
|
||||||
"VNIC Type": "VNIC Type",
|
"VNIC Type": "VNIC Type",
|
||||||
"VPN": "VPN",
|
"VPN": "VPN",
|
||||||
"VPN EndPoint Group": "VPN EndPoint Group",
|
"VPN EndPoint Groups": "VPN EndPoint Groups",
|
||||||
"VPN Gateway": "VPN Gateway",
|
"VPN Gateways": "VPN Gateways",
|
||||||
"VPN Service": "VPN Service",
|
"VPN Service": "VPN Service",
|
||||||
"VPN Service ID": "VPN Service ID",
|
"VPN Service ID": "VPN Service ID",
|
||||||
|
"VPNs": "VPNs",
|
||||||
"VRRP": "VRRP",
|
"VRRP": "VRRP",
|
||||||
"Valid": "Valid",
|
"Valid": "Valid",
|
||||||
"Value": "Value",
|
"Value": "Value",
|
||||||
@ -2482,6 +2501,7 @@
|
|||||||
"Vendor Interface": "Vendor Interface",
|
"Vendor Interface": "Vendor Interface",
|
||||||
"Venezuela": "Venezuela",
|
"Venezuela": "Venezuela",
|
||||||
"Verifying": "Verifying",
|
"Verifying": "Verifying",
|
||||||
|
"Version": "Version",
|
||||||
"Vietnam": "Vietnam",
|
"Vietnam": "Vietnam",
|
||||||
"View": "View",
|
"View": "View",
|
||||||
"View Detail": "View Detail",
|
"View Detail": "View Detail",
|
||||||
@ -2490,6 +2510,7 @@
|
|||||||
"Virtual Adapter": "Virtual Adapter",
|
"Virtual Adapter": "Virtual Adapter",
|
||||||
"Virtual Adapter Detail": "Virtual Adapter Detail",
|
"Virtual Adapter Detail": "Virtual Adapter Detail",
|
||||||
"Virtual Adapter ID": "Virtual Adapter ID",
|
"Virtual Adapter ID": "Virtual Adapter ID",
|
||||||
|
"Virtual Adapters": "Virtual Adapters",
|
||||||
"Virtual LAN": "Virtual LAN",
|
"Virtual LAN": "Virtual LAN",
|
||||||
"Virtual LANs": "Virtual LANs",
|
"Virtual LANs": "Virtual LANs",
|
||||||
"Virtual Resource Num": "Virtual Resource Num",
|
"Virtual Resource Num": "Virtual Resource Num",
|
||||||
@ -2519,6 +2540,7 @@
|
|||||||
"Volume Transfer": "Volume Transfer",
|
"Volume Transfer": "Volume Transfer",
|
||||||
"Volume Type": "Volume Type",
|
"Volume Type": "Volume Type",
|
||||||
"Volume Type Detail": "Volume Type Detail",
|
"Volume Type Detail": "Volume Type Detail",
|
||||||
|
"Volume Types": "Volume Types",
|
||||||
"Volumes": "Volumes",
|
"Volumes": "Volumes",
|
||||||
"Wallis And Futuna Islands": "Wallis And Futuna Islands",
|
"Wallis And Futuna Islands": "Wallis And Futuna Islands",
|
||||||
"Warn": "Warn",
|
"Warn": "Warn",
|
||||||
@ -2570,7 +2592,6 @@
|
|||||||
"authorized by group ": "authorized by group ",
|
"authorized by group ": "authorized by group ",
|
||||||
"availability zones": "availability zones",
|
"availability zones": "availability zones",
|
||||||
"available": "available",
|
"available": "available",
|
||||||
"backup": "backup",
|
|
||||||
"bare metal node": "bare metal node",
|
"bare metal node": "bare metal node",
|
||||||
"bare metal nodes": "bare metal nodes",
|
"bare metal nodes": "bare metal nodes",
|
||||||
"be copied": "be copied",
|
"be copied": "be copied",
|
||||||
|
@ -43,13 +43,13 @@
|
|||||||
"Access Control": "访问控制",
|
"Access Control": "访问控制",
|
||||||
"Access Key": "访问密钥",
|
"Access Key": "访问密钥",
|
||||||
"Access Level": "访问级别",
|
"Access Level": "访问级别",
|
||||||
"Access Rule": "访问规则",
|
"Access Rules": "访问规则",
|
||||||
"Access Rules Status": "访问规则状态",
|
"Access Rules Status": "访问规则状态",
|
||||||
"Access To": "访问",
|
"Access To": "访问",
|
||||||
"Access Type": "访问类型",
|
"Access Type": "访问类型",
|
||||||
"Access Type Setting": "访问类型设置",
|
"Access Type Setting": "访问类型设置",
|
||||||
"Action": "操作",
|
"Action": "操作",
|
||||||
"Action Log": "操作日志",
|
"Action Logs": "操作日志",
|
||||||
"Active": "运行中",
|
"Active": "运行中",
|
||||||
"Active Status": "运行",
|
"Active Status": "运行",
|
||||||
"Add": "添加",
|
"Add": "添加",
|
||||||
@ -102,18 +102,18 @@
|
|||||||
"All": "全部",
|
"All": "全部",
|
||||||
"All Flavors": "全部架构",
|
"All Flavors": "全部架构",
|
||||||
"All ICMP": "所有ICMP协议",
|
"All ICMP": "所有ICMP协议",
|
||||||
"All Image": "全部镜像",
|
"All Images": "全部镜像",
|
||||||
"All Network": "所有网络",
|
"All Networks": "所有网络",
|
||||||
"All Port": "所有端口",
|
"All Port": "所有端口",
|
||||||
"All Proto": "所有协议",
|
"All Proto": "所有协议",
|
||||||
"All QoS Policy": "所有QoS策略",
|
"All QoS Policies": "所有QoS策略",
|
||||||
"All TCP": "所有TCP协议",
|
"All TCP": "所有TCP协议",
|
||||||
"All UDP": "所有UDP协议",
|
"All UDP": "所有UDP协议",
|
||||||
"All data downloaded.": "所有数据已完成下载。",
|
"All data downloaded.": "所有数据已完成下载。",
|
||||||
"All network segments are indicated by \"*\", not \"0.0.0.0/0\"": "所有网络段用 “*” 表示,协议不支持 “0.0.0.0/0” 表示所有网段",
|
"All network segments are indicated by \"*\", not \"0.0.0.0/0\"": "所有网络段用 “*” 表示,协议不支持 “0.0.0.0/0” 表示所有网段",
|
||||||
"Allocate IP": "申请IP",
|
"Allocate IP": "申请IP",
|
||||||
"Allocation Pools": "分配地址池",
|
"Allocation Pools": "分配地址池",
|
||||||
"Allowed Address Pair": "可用地址对",
|
"Allowed Address Pairs": "可用地址对",
|
||||||
"Allowed Host": "可用主机",
|
"Allowed Host": "可用主机",
|
||||||
"Always": "总是",
|
"Always": "总是",
|
||||||
"American Samoa": "萨摩亚",
|
"American Samoa": "萨摩亚",
|
||||||
@ -184,6 +184,7 @@
|
|||||||
"Availability Zone Hints": "预期可用域",
|
"Availability Zone Hints": "预期可用域",
|
||||||
"Availability Zone Info": "可用域信息",
|
"Availability Zone Info": "可用域信息",
|
||||||
"Availability Zone Name": "可用域名称",
|
"Availability Zone Name": "可用域名称",
|
||||||
|
"Availability Zones": "可用域",
|
||||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "可用区是指在同一地域内,电力和网络互相独立的物理区域。在同一地域内可用区与可用区之间内网互通,可用区之间能做到故障隔离。",
|
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "可用区是指在同一地域内,电力和网络互相独立的物理区域。在同一地域内可用区与可用区之间内网互通,可用区之间能做到故障隔离。",
|
||||||
"Available": "可用",
|
"Available": "可用",
|
||||||
"Available Zone": "可用域",
|
"Available Zone": "可用域",
|
||||||
@ -202,7 +203,6 @@
|
|||||||
"Backup File": "备份文件",
|
"Backup File": "备份文件",
|
||||||
"Backup File Location": "备份文件地址",
|
"Backup File Location": "备份文件地址",
|
||||||
"Backup Mode": "备份方式",
|
"Backup Mode": "备份方式",
|
||||||
"Backup Name": "备份名称",
|
|
||||||
"Backups": "备份",
|
"Backups": "备份",
|
||||||
"Backups & Snapshots": "备份和快照",
|
"Backups & Snapshots": "备份和快照",
|
||||||
"Bad Gateway (code: 502) ": "无效网关(错误码:502)",
|
"Bad Gateway (code: 502) ": "无效网关(错误码:502)",
|
||||||
@ -216,13 +216,11 @@
|
|||||||
"Bare Metal": "裸机",
|
"Bare Metal": "裸机",
|
||||||
"Bare Metal Enroll": "裸机注册",
|
"Bare Metal Enroll": "裸机注册",
|
||||||
"Bare Metal Node Detail": "裸机节点详情",
|
"Bare Metal Node Detail": "裸机节点详情",
|
||||||
"Bare Metal Node Edit": "编辑裸机节点",
|
"Bare Metal Nodes": "裸机节点",
|
||||||
"Bare Metal Setting": "裸机配置",
|
|
||||||
"BareMetal Parameters": "裸机参数",
|
"BareMetal Parameters": "裸机参数",
|
||||||
"Base Config": "基础配置",
|
"Base Config": "基础配置",
|
||||||
"Base Info": "基本信息",
|
"Base Info": "基本信息",
|
||||||
"Base Role": "基础角色",
|
"Base Role": "基础角色",
|
||||||
"BaseDetail": "详情",
|
|
||||||
"Basic Parameters": "基本参数",
|
"Basic Parameters": "基本参数",
|
||||||
"Batch Allocate": "批量申请",
|
"Batch Allocate": "批量申请",
|
||||||
"Belarus": "白俄罗斯",
|
"Belarus": "白俄罗斯",
|
||||||
@ -236,10 +234,10 @@
|
|||||||
"Bind Device Type": "绑定设备类型",
|
"Bind Device Type": "绑定设备类型",
|
||||||
"Bind Resource": "绑定资源",
|
"Bind Resource": "绑定资源",
|
||||||
"Binding": "绑定",
|
"Binding": "绑定",
|
||||||
"Binding Group": "绑定的用户组",
|
"Binding Groups": "绑定的用户组",
|
||||||
"Binding Instance": "绑定云主机",
|
"Binding Instance": "绑定云主机",
|
||||||
"Binding Profile": "",
|
"Binding Profile": "",
|
||||||
"Binding User": "绑定的用户",
|
"Binding Users": "绑定的用户",
|
||||||
"Blank Volume": "空白盘",
|
"Blank Volume": "空白盘",
|
||||||
"Block Device Mapping": "创建块设备中",
|
"Block Device Mapping": "创建块设备中",
|
||||||
"Block Migrate": "块迁移",
|
"Block Migrate": "块迁移",
|
||||||
@ -263,6 +261,7 @@
|
|||||||
"Burst limit": "突发限制",
|
"Burst limit": "突发限制",
|
||||||
"Burundi": "布隆迪",
|
"Burundi": "布隆迪",
|
||||||
"CA Certificate": "CA证书",
|
"CA Certificate": "CA证书",
|
||||||
|
"CA Certificates": "CA证书",
|
||||||
"CHECK COMPLETE": "检查完成",
|
"CHECK COMPLETE": "检查完成",
|
||||||
"CIDR": "网络地址",
|
"CIDR": "网络地址",
|
||||||
"CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)": "CIDR格式错误(如:192.168.0.0/24, 2001:DB8::/48)",
|
"CIDR Format Error(e.g. 192.168.0.0/24, 2001:DB8::/48)": "CIDR格式错误(如:192.168.0.0/24, 2001:DB8::/48)",
|
||||||
@ -279,6 +278,7 @@
|
|||||||
"CPU usage Num (Core)": "CPU使用量 (核)",
|
"CPU usage Num (Core)": "CPU使用量 (核)",
|
||||||
"CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ": "CPU核数是 { cpu },NUMA节点的CPU核数是{ totalCpu },需要一致。",
|
"CPU value is { cpu }, NUMA CPU value is { totalCpu }, need to be equal. ": "CPU核数是 { cpu },NUMA节点的CPU核数是{ totalCpu },需要一致。",
|
||||||
"CPU(Core)": "CPU(核数)",
|
"CPU(Core)": "CPU(核数)",
|
||||||
|
"CPUs": "CPU",
|
||||||
"CREATE COMPLETE": "创建完成",
|
"CREATE COMPLETE": "创建完成",
|
||||||
"CREATE FAILED": "创建失败",
|
"CREATE FAILED": "创建失败",
|
||||||
"CREATE IN PROGRESS": "创建中",
|
"CREATE IN PROGRESS": "创建中",
|
||||||
@ -306,9 +306,9 @@
|
|||||||
"Cert": "",
|
"Cert": "",
|
||||||
"Certificate Content": "证书内容",
|
"Certificate Content": "证书内容",
|
||||||
"Certificate Detail": "证书详情",
|
"Certificate Detail": "证书详情",
|
||||||
"Certificate Management": "证书管理",
|
|
||||||
"Certificate Name": "证书名称",
|
"Certificate Name": "证书名称",
|
||||||
"Certificate Type": "证书类型",
|
"Certificate Type": "证书类型",
|
||||||
|
"Certificates": "证书",
|
||||||
"Chad": "乍得",
|
"Chad": "乍得",
|
||||||
"Change Password": "修改密码",
|
"Change Password": "修改密码",
|
||||||
"Change Type": "修改类型",
|
"Change Type": "修改类型",
|
||||||
@ -356,6 +356,7 @@
|
|||||||
"Cluster Template": "集群模板",
|
"Cluster Template": "集群模板",
|
||||||
"Cluster Template Detail": "集群模板详情",
|
"Cluster Template Detail": "集群模板详情",
|
||||||
"Cluster Template Name": "集群模板名称",
|
"Cluster Template Name": "集群模板名称",
|
||||||
|
"Cluster Templates": "集群模板",
|
||||||
"Cluster Type": "集群类型",
|
"Cluster Type": "集群类型",
|
||||||
"Clusters": "集群",
|
"Clusters": "集群",
|
||||||
"Cocos (Keeling) Islands": "科科斯群岛",
|
"Cocos (Keeling) Islands": "科科斯群岛",
|
||||||
@ -463,7 +464,7 @@
|
|||||||
"Create Default Pool": "创建资源池",
|
"Create Default Pool": "创建资源池",
|
||||||
"Create Domain": "创建域",
|
"Create Domain": "创建域",
|
||||||
"Create Encryption": "创建加密",
|
"Create Encryption": "创建加密",
|
||||||
"Create Extra Specs": "创建额外规格",
|
"Create Extra Spec": "创建额外规格",
|
||||||
"Create Failed": "创建失败",
|
"Create Failed": "创建失败",
|
||||||
"Create Flavor": "创建云主机类型",
|
"Create Flavor": "创建云主机类型",
|
||||||
"Create Folder": "创建文件夹",
|
"Create Folder": "创建文件夹",
|
||||||
@ -544,9 +545,9 @@
|
|||||||
"Current Password": "原密码",
|
"Current Password": "原密码",
|
||||||
"Current Path: ": "当前路径:",
|
"Current Path: ": "当前路径:",
|
||||||
"Current Project": "当前项目",
|
"Current Project": "当前项目",
|
||||||
"Current Project Image": "本项目镜像",
|
"Current Project Images": "当前项目镜像",
|
||||||
"Current Project Network": "当前项目网络",
|
"Current Project Networks": "当前项目网络",
|
||||||
"Current Project QoS Policy": "当前项目QoS策略",
|
"Current Project QoS Policies": "当前项目QoS策略",
|
||||||
"Current QoS policy name": "当前QoS策略名称",
|
"Current QoS policy name": "当前QoS策略名称",
|
||||||
"Current Status": "当前状态",
|
"Current Status": "当前状态",
|
||||||
"Current Storage Backend": "当前存储后端",
|
"Current Storage Backend": "当前存储后端",
|
||||||
@ -592,6 +593,7 @@
|
|||||||
"Database Instance Detail": "数据库实例详情",
|
"Database Instance Detail": "数据库实例详情",
|
||||||
"Database Instance Name": "数据库实例名称",
|
"Database Instance Name": "数据库实例名称",
|
||||||
"Database Instance Status": "数据库实例状态",
|
"Database Instance Status": "数据库实例状态",
|
||||||
|
"Database Instances": "数据库实例",
|
||||||
"Database Name": "数据库名称",
|
"Database Name": "数据库名称",
|
||||||
"Database Port": "数据库端口",
|
"Database Port": "数据库端口",
|
||||||
"Database Service": "数据库服务",
|
"Database Service": "数据库服务",
|
||||||
@ -610,7 +612,6 @@
|
|||||||
"Delete": "删除",
|
"Delete": "删除",
|
||||||
"Delete Allowed Address Pair": "删除可用地址对",
|
"Delete Allowed Address Pair": "删除可用地址对",
|
||||||
"Delete Application Credential": "删除应用凭证",
|
"Delete Application Credential": "删除应用凭证",
|
||||||
"Delete Backup": "删除备份",
|
|
||||||
"Delete Bandwidth Egress Rules": "删除带宽出方向限制",
|
"Delete Bandwidth Egress Rules": "删除带宽出方向限制",
|
||||||
"Delete Bandwidth Ingress Rules": "删除带宽入方向限制",
|
"Delete Bandwidth Ingress Rules": "删除带宽入方向限制",
|
||||||
"Delete Capsule": "删除集合",
|
"Delete Capsule": "删除集合",
|
||||||
@ -782,7 +783,7 @@
|
|||||||
"Edit Default Pool": "编辑资源池",
|
"Edit Default Pool": "编辑资源池",
|
||||||
"Edit Domain": "编辑域",
|
"Edit Domain": "编辑域",
|
||||||
"Edit Domain Permission": "编辑域角色",
|
"Edit Domain Permission": "编辑域角色",
|
||||||
"Edit Extra Specs": "编辑额外规格",
|
"Edit Extra Spec": "编辑额外规格",
|
||||||
"Edit Flavor": "编辑云主机类型",
|
"Edit Flavor": "编辑云主机类型",
|
||||||
"Edit Health Monitor": "编辑健康检查器",
|
"Edit Health Monitor": "编辑健康检查器",
|
||||||
"Edit Host Aggregate": "编辑主机集合",
|
"Edit Host Aggregate": "编辑主机集合",
|
||||||
@ -898,9 +899,9 @@
|
|||||||
"External Network": "外部网络",
|
"External Network": "外部网络",
|
||||||
"External Network ID": "外部网络ID",
|
"External Network ID": "外部网络ID",
|
||||||
"External Network Info": "外部网络信息",
|
"External Network Info": "外部网络信息",
|
||||||
|
"External Networks": "外部网络",
|
||||||
"External Port": "源端口",
|
"External Port": "源端口",
|
||||||
"Extra Infos": "额外信息",
|
"Extra Infos": "额外信息",
|
||||||
"Extra Spec": "额外规格",
|
|
||||||
"Extra Specs": "额外规格",
|
"Extra Specs": "额外规格",
|
||||||
"FAKE": "FAKE",
|
"FAKE": "FAKE",
|
||||||
"FLAT": "FLAT",
|
"FLAT": "FLAT",
|
||||||
@ -987,7 +988,6 @@
|
|||||||
"Gateway IP": "网关IP",
|
"Gateway IP": "网关IP",
|
||||||
"Gateway Time-out (code: 504) ": "网关超时(错误码:504 )",
|
"Gateway Time-out (code: 504) ": "网关超时(错误码:504 )",
|
||||||
"Gateway ip {gateway_ip} conflicts with allocation pool {pool}": "网关地址 {gateway_ip} 和分配地址池 {pool} 冲突",
|
"Gateway ip {gateway_ip} conflicts with allocation pool {pool}": "网关地址 {gateway_ip} 和分配地址池 {pool} 冲突",
|
||||||
"General Info": "通用信息",
|
|
||||||
"General Purpose": "通用型",
|
"General Purpose": "通用型",
|
||||||
"Georgia": "格鲁吉亚",
|
"Georgia": "格鲁吉亚",
|
||||||
"Germany": "德国",
|
"Germany": "德国",
|
||||||
@ -1046,6 +1046,7 @@
|
|||||||
"Host Aggregates": "主机集合",
|
"Host Aggregates": "主机集合",
|
||||||
"Host Average Network IO": "主机平均网络进出宽带",
|
"Host Average Network IO": "主机平均网络进出宽带",
|
||||||
"Host CPU Usage": "主机CPU使用率",
|
"Host CPU Usage": "主机CPU使用率",
|
||||||
|
"Host Detail": "主机详情",
|
||||||
"Host Disk Average IOPS": "主机平均硬盘IOPS",
|
"Host Disk Average IOPS": "主机平均硬盘IOPS",
|
||||||
"Host Memory Usage": "主机内存使用率",
|
"Host Memory Usage": "主机内存使用率",
|
||||||
"Host Routes": "主机路由",
|
"Host Routes": "主机路由",
|
||||||
@ -1064,6 +1065,7 @@
|
|||||||
"ID/Floating IP": "ID/浮动IP",
|
"ID/Floating IP": "ID/浮动IP",
|
||||||
"ID/Name": "ID/名称",
|
"ID/Name": "ID/名称",
|
||||||
"IGMP": "",
|
"IGMP": "",
|
||||||
|
"IKE Policies": "IKE策略",
|
||||||
"IKE Policy": "IKE策略",
|
"IKE Policy": "IKE策略",
|
||||||
"IKE Version": "IKE版本",
|
"IKE Version": "IKE版本",
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
@ -1082,6 +1084,7 @@
|
|||||||
"IPMI Username": "IPMI用户名",
|
"IPMI Username": "IPMI用户名",
|
||||||
"IPMITool": "",
|
"IPMITool": "",
|
||||||
"IPXE": "",
|
"IPXE": "",
|
||||||
|
"IPsec Policies": "IPsec策略",
|
||||||
"IPsec Policy": "IPsec策略",
|
"IPsec Policy": "IPsec策略",
|
||||||
"IPsec Site Connection": "IPsec站点连接",
|
"IPsec Site Connection": "IPsec站点连接",
|
||||||
"IPsec Site Connections": "IPsec站点连接",
|
"IPsec Site Connections": "IPsec站点连接",
|
||||||
@ -1128,6 +1131,7 @@
|
|||||||
"Image Size": "镜像大小",
|
"Image Size": "镜像大小",
|
||||||
"Image Snapshot Pending": "镜像快照等待上传",
|
"Image Snapshot Pending": "镜像快照等待上传",
|
||||||
"Image Uploading": "镜像上传中",
|
"Image Uploading": "镜像上传中",
|
||||||
|
"Images": "镜像",
|
||||||
"Immediate effect": "即时生效",
|
"Immediate effect": "即时生效",
|
||||||
"Immediately delete": "立即删除",
|
"Immediately delete": "立即删除",
|
||||||
"Implied Roles": "隐含角色",
|
"Implied Roles": "隐含角色",
|
||||||
@ -1197,17 +1201,18 @@
|
|||||||
"Instance Snapshot": "云主机快照",
|
"Instance Snapshot": "云主机快照",
|
||||||
"Instance Snapshot Detail": "云主机快照详情",
|
"Instance Snapshot Detail": "云主机快照详情",
|
||||||
"Instance Snapshot Name": "云主机快照名称",
|
"Instance Snapshot Name": "云主机快照名称",
|
||||||
|
"Instance Snapshots": "云主机快照",
|
||||||
"Instance Status": "云主机状态",
|
"Instance Status": "云主机状态",
|
||||||
"Instances": "云主机",
|
"Instances": "云主机",
|
||||||
"Instances \"{ name }\" are locked, can not delete them.": "云主机\"{ name }\"被锁定,无法删除。",
|
"Instances \"{ name }\" are locked, can not delete them.": "云主机\"{ name }\"被锁定,无法删除。",
|
||||||
"Insufficient {name} quota to create resources(left { quota }, input { input }).": "{ name }配额不足,无法创建资源,请进行资源数量或配额的调整(剩余{ quota },输入{ input })。",
|
"Insufficient {name} quota to create resources(left { quota }, input { input }).": "{ name }配额不足,无法创建资源,请进行资源数量或配额的调整(剩余{ quota },输入{ input })。",
|
||||||
"Interactive": "可交互",
|
"Interactive": "可交互",
|
||||||
"Interface": "网卡",
|
|
||||||
"Interface Info": "接口信息",
|
"Interface Info": "接口信息",
|
||||||
"Interface Name:": "网卡ID:",
|
"Interface Name:": "网卡ID:",
|
||||||
"Interface for vendor-specific functionality on this node": "用于在此节点上特定Vendor功能的接口",
|
"Interface for vendor-specific functionality on this node": "用于在此节点上特定Vendor功能的接口",
|
||||||
"Interface used for attaching and detaching volumes on this node": "用于在此节点上挂载与卸载云硬盘的接口",
|
"Interface used for attaching and detaching volumes on this node": "用于在此节点上挂载与卸载云硬盘的接口",
|
||||||
"Interface used for configuring RAID on this node": "用于在此节点上配置RAID的接口",
|
"Interface used for configuring RAID on this node": "用于在此节点上配置RAID的接口",
|
||||||
|
"Interfaces": "网卡",
|
||||||
"Internal Ip Address": "目标IP",
|
"Internal Ip Address": "目标IP",
|
||||||
"Internal Network Bandwidth(Gbps)": "内网带宽(Gbps)",
|
"Internal Network Bandwidth(Gbps)": "内网带宽(Gbps)",
|
||||||
"Internal Port": "目标端口",
|
"Internal Port": "目标端口",
|
||||||
@ -1318,6 +1323,7 @@
|
|||||||
"Listener Number": "监听器数量",
|
"Listener Number": "监听器数量",
|
||||||
"Listener Protocol": "监听器协议",
|
"Listener Protocol": "监听器协议",
|
||||||
"Listener Protocol Port": "监听器协议端口",
|
"Listener Protocol Port": "监听器协议端口",
|
||||||
|
"Listeners": "监听器",
|
||||||
"Lithuania": "立陶宛",
|
"Lithuania": "立陶宛",
|
||||||
"Live Migrate": "热迁移",
|
"Live Migrate": "热迁移",
|
||||||
"Live Migration At Destination": "热迁移至目标地址",
|
"Live Migration At Destination": "热迁移至目标地址",
|
||||||
@ -1368,7 +1374,7 @@
|
|||||||
"Manage Error": "管理失败",
|
"Manage Error": "管理失败",
|
||||||
"Manage Host": "管理主机",
|
"Manage Host": "管理主机",
|
||||||
"Manage Metadata": "管理元数据",
|
"Manage Metadata": "管理元数据",
|
||||||
"Manage QoS": "管理QoS",
|
"Manage QoS Spec": "管理QoS规格",
|
||||||
"Manage Resource Types": "管理资源类型",
|
"Manage Resource Types": "管理资源类型",
|
||||||
"Manage Security Group": "管理安全组",
|
"Manage Security Group": "管理安全组",
|
||||||
"Manage Starting": "管理开始",
|
"Manage Starting": "管理开始",
|
||||||
@ -1404,7 +1410,6 @@
|
|||||||
"Maximum interval time for each health check response": "每个健康检查响应的最大间隔时间",
|
"Maximum interval time for each health check response": "每个健康检查响应的最大间隔时间",
|
||||||
"Mayotte": "马约特",
|
"Mayotte": "马约特",
|
||||||
"Mem": "内存",
|
"Mem": "内存",
|
||||||
"Member": "成员",
|
|
||||||
"Member Count": "成员数量",
|
"Member Count": "成员数量",
|
||||||
"Member Detail": "成员详情",
|
"Member Detail": "成员详情",
|
||||||
"Member Num": "成员数量",
|
"Member Num": "成员数量",
|
||||||
@ -1583,7 +1588,7 @@
|
|||||||
"Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field": "只可填写交换机的Mac地址或者交换机基于openflow的数据路径ID",
|
"Only a MAC address or an OpenFlow based datapath_id of the switch are accepted in this field": "只可填写交换机的Mac地址或者交换机基于openflow的数据路径ID",
|
||||||
"Only subnets that are already connected to the router can be selected.": "仅可选择已经连接过路由器的子网。",
|
"Only subnets that are already connected to the router can be selected.": "仅可选择已经连接过路由器的子网。",
|
||||||
"Open External Gateway": "开启公网网关",
|
"Open External Gateway": "开启公网网关",
|
||||||
"OpenStack Service": "OpenStack服务",
|
"OpenStack Services": "OpenStack服务",
|
||||||
"Operating Status": "操作状态",
|
"Operating Status": "操作状态",
|
||||||
"Operating System": "操作系统",
|
"Operating System": "操作系统",
|
||||||
"Operation Name": "操作名称",
|
"Operation Name": "操作名称",
|
||||||
@ -1598,6 +1603,7 @@
|
|||||||
"Original Password": "原始密码",
|
"Original Password": "原始密码",
|
||||||
"Other Protocol": "其他协议",
|
"Other Protocol": "其他协议",
|
||||||
"Other Service": "其他服务",
|
"Other Service": "其他服务",
|
||||||
|
"Other Services": "其他服务",
|
||||||
"Others": "其他",
|
"Others": "其他",
|
||||||
"Out Cluster": "集群外",
|
"Out Cluster": "集群外",
|
||||||
"Out of Sync": "不同步",
|
"Out of Sync": "不同步",
|
||||||
@ -1662,6 +1668,7 @@
|
|||||||
"Physical CPU Usage": "物理CPU使用量",
|
"Physical CPU Usage": "物理CPU使用量",
|
||||||
"Physical Network": "物理网络",
|
"Physical Network": "物理网络",
|
||||||
"Physical Node": "物理节点",
|
"Physical Node": "物理节点",
|
||||||
|
"Physical Nodes": "物理节点",
|
||||||
"Physical Storage Usage": "物理存储使用量",
|
"Physical Storage Usage": "物理存储使用量",
|
||||||
"Pitcairn": "皮特凯恩岛",
|
"Pitcairn": "皮特凯恩岛",
|
||||||
"Platform Info": "平台概况",
|
"Platform Info": "平台概况",
|
||||||
@ -1788,8 +1795,8 @@
|
|||||||
"Project Range": "项目范围",
|
"Project Range": "项目范围",
|
||||||
"Project Scope": "所属项目",
|
"Project Scope": "所属项目",
|
||||||
"Project Scope (Project Name: Role Names)": "所属项目(项目名称:角色名称)",
|
"Project Scope (Project Name: Role Names)": "所属项目(项目名称:角色名称)",
|
||||||
"Project User": "项目用户",
|
"Project User Groups": "项目用户组",
|
||||||
"Project User Group": "项目用户组",
|
"Project Users": "项目用户",
|
||||||
"Projects": "项目",
|
"Projects": "项目",
|
||||||
"Promote": "推动",
|
"Promote": "推动",
|
||||||
"Properties": "属性",
|
"Properties": "属性",
|
||||||
@ -1804,22 +1811,24 @@
|
|||||||
"Public": "公有",
|
"Public": "公有",
|
||||||
"Public Access": "公开访问",
|
"Public Access": "公开访问",
|
||||||
"Public Address": "公共地址",
|
"Public Address": "公共地址",
|
||||||
"Public Image": "公有镜像",
|
"Public Images": "公有镜像",
|
||||||
"Public Key": "公钥",
|
"Public Key": "公钥",
|
||||||
"Published In": "",
|
"Published In": "",
|
||||||
"Published Out": "",
|
"Published Out": "",
|
||||||
"Puerto Rico": "波多黎各",
|
"Puerto Rico": "波多黎各",
|
||||||
"QCOW2 - QEMU image format": "QCOW2-QEMU 镜像格式",
|
"QCOW2 - QEMU image format": "QCOW2-QEMU 镜像格式",
|
||||||
"Qatar": "卡塔尔",
|
"Qatar": "卡塔尔",
|
||||||
"QoS": "",
|
|
||||||
"QoS Bandwidth Egress Limit": "QoS出方向带宽限制",
|
"QoS Bandwidth Egress Limit": "QoS出方向带宽限制",
|
||||||
"QoS Bandwidth Ingress Limit": "QoS入方向带宽限制",
|
"QoS Bandwidth Ingress Limit": "QoS入方向带宽限制",
|
||||||
"QoS Bandwidth Limit": "QoS带宽限制",
|
"QoS Bandwidth Limit": "QoS带宽限制",
|
||||||
"QoS Detail": "QoS详情",
|
"QoS Detail": "QoS详情",
|
||||||
|
"QoS Policies": "QoS策略",
|
||||||
"QoS Policy": "QoS策略",
|
"QoS Policy": "QoS策略",
|
||||||
"QoS Policy Detail": "QoS策略详情",
|
"QoS Policy Detail": "QoS策略详情",
|
||||||
"QoS Policy ID": "QoS策略ID",
|
"QoS Policy ID": "QoS策略ID",
|
||||||
"QoS Specs ID": "QoS规格ID",
|
"QoS Spec": "QoS规格",
|
||||||
|
"QoS Spec ID": "QoS规格ID",
|
||||||
|
"QoS Specs": "QoS规格",
|
||||||
"QoS policies": "QoS策略",
|
"QoS policies": "QoS策略",
|
||||||
"Qos Policy": "QoS策略",
|
"Qos Policy": "QoS策略",
|
||||||
"Queued": "已排队",
|
"Queued": "已排队",
|
||||||
@ -2003,9 +2012,11 @@
|
|||||||
"Senegal": "塞内加尔",
|
"Senegal": "塞内加尔",
|
||||||
"Serbia": "塞尔维亚共和国",
|
"Serbia": "塞尔维亚共和国",
|
||||||
"Server Certificate": "服务器证书",
|
"Server Certificate": "服务器证书",
|
||||||
|
"Server Certificates": "服务器证书",
|
||||||
"Server Group": "云主机组",
|
"Server Group": "云主机组",
|
||||||
"Server Group Detail": "云主机组详情",
|
"Server Group Detail": "云主机组详情",
|
||||||
"Server Group Member": "云主机组成员",
|
"Server Group Member": "云主机组成员",
|
||||||
|
"Server Groups": "云主机组",
|
||||||
"Server Status": "服务状态",
|
"Server Status": "服务状态",
|
||||||
"Server Type": "服务类型",
|
"Server Type": "服务类型",
|
||||||
"Service": "服务",
|
"Service": "服务",
|
||||||
@ -2027,26 +2038,33 @@
|
|||||||
"Share Group Detail": "共享组详情",
|
"Share Group Detail": "共享组详情",
|
||||||
"Share Group Type": "共享组类型",
|
"Share Group Type": "共享组类型",
|
||||||
"Share Group Type Detail": "共享组类型详情",
|
"Share Group Type Detail": "共享组类型详情",
|
||||||
|
"Share Group Types": "共享组类型",
|
||||||
|
"Share Groups": "共享组",
|
||||||
"Share Id": "共享ID",
|
"Share Id": "共享ID",
|
||||||
"Share Instance": "共享实例",
|
"Share Instance": "共享实例",
|
||||||
"Share Instance Detail": "共享实例详情",
|
"Share Instance Detail": "共享实例详情",
|
||||||
|
"Share Instances": "共享实例",
|
||||||
"Share Network": "共享网络",
|
"Share Network": "共享网络",
|
||||||
"Share Network Detail": "共享网络详情",
|
"Share Network Detail": "共享网络详情",
|
||||||
"Share Network Subnet": "共享网络子网",
|
"Share Network Subnet": "共享网络子网",
|
||||||
"Share Network Subnets": "共享网络子网",
|
"Share Network Subnets": "共享网络子网",
|
||||||
|
"Share Networks": "共享网络",
|
||||||
"Share Protocol": "共享协议",
|
"Share Protocol": "共享协议",
|
||||||
"Share Replica ID": "共享副本ID",
|
"Share Replica ID": "共享副本ID",
|
||||||
"Share Server": "共享服务器",
|
"Share Server": "共享服务器",
|
||||||
"Share Server Detail": "共享服务器详情",
|
"Share Server Detail": "共享服务器详情",
|
||||||
|
"Share Servers": "共享服务器",
|
||||||
"Share Type": "共享类型",
|
"Share Type": "共享类型",
|
||||||
"Share Type Detail": "共享类型详情",
|
"Share Type Detail": "共享类型详情",
|
||||||
"Share Type ID": "共享类型ID",
|
"Share Type ID": "共享类型ID",
|
||||||
"Share Type Name": "共享类型名称",
|
"Share Type Name": "共享类型名称",
|
||||||
"Share Types": "共享类型",
|
"Share Types": "共享类型",
|
||||||
"Shared": "共享",
|
"Shared": "共享",
|
||||||
"Shared Image": "共享镜像",
|
"Shared Images": "共享镜像",
|
||||||
"Shared Network": "共享网络",
|
"Shared Network": "共享网络",
|
||||||
"Shared QoS Policy": "共享QoS策略",
|
"Shared Networks": "共享网络",
|
||||||
|
"Shared QoS Policies": "共享QoS策略",
|
||||||
|
"Shares": "共享",
|
||||||
"Shelve": "归档",
|
"Shelve": "归档",
|
||||||
"Shelve Instance": "归档云主机",
|
"Shelve Instance": "归档云主机",
|
||||||
"Shelved": "已归档",
|
"Shelved": "已归档",
|
||||||
@ -2146,27 +2164,27 @@
|
|||||||
"Stop refreshing data every {num} seconds": "关闭每{num}秒自动刷新数据",
|
"Stop refreshing data every {num} seconds": "关闭每{num}秒自动刷新数据",
|
||||||
"Stopped": "已关闭",
|
"Stopped": "已关闭",
|
||||||
"Storage": "存储",
|
"Storage": "存储",
|
||||||
"Storage Backend": "存储后端",
|
"Storage Backends": "存储后端",
|
||||||
"Storage Capacity(GiB)": "存储容量(GiB)",
|
"Storage Capacity(GiB)": "存储容量(GiB)",
|
||||||
"Storage Cluster": "存储集群",
|
|
||||||
"Storage Cluster Bandwidth": "存储集群带宽",
|
"Storage Cluster Bandwidth": "存储集群带宽",
|
||||||
"Storage Cluster IOPS": "存储集群IOPS",
|
"Storage Cluster IOPS": "存储集群IOPS",
|
||||||
"Storage Cluster OSD Latency": "存储集群OSD延迟",
|
"Storage Cluster OSD Latency": "存储集群OSD延迟",
|
||||||
"Storage Cluster Status": "存储集群状态",
|
"Storage Cluster Status": "存储集群状态",
|
||||||
"Storage Cluster Usage": "存储集群使用率",
|
"Storage Cluster Usage": "存储集群使用率",
|
||||||
|
"Storage Clusters": "存储集群",
|
||||||
"Storage IOPS": "存储IOPS",
|
"Storage IOPS": "存储IOPS",
|
||||||
"Storage Interface": "Storage接口",
|
"Storage Interface": "Storage接口",
|
||||||
"Storage Policy": "存储权限",
|
"Storage Policy": "存储权限",
|
||||||
"Storage Pool Capacity Usage": "存储池容量使用情况",
|
"Storage Pool Capacity Usage": "存储池容量使用情况",
|
||||||
"Storage Types": "存储类型",
|
"Storage Types": "存储类型",
|
||||||
"Sub User": "组内用户列表",
|
"Sub Users": "组内用户列表",
|
||||||
"Subnet": "子网",
|
"Subnet": "子网",
|
||||||
"Subnet Count": "子网数量",
|
"Subnet Count": "子网数量",
|
||||||
"Subnet ID": "子网ID",
|
"Subnet ID": "子网ID",
|
||||||
"Subnet Name": "子网名称",
|
"Subnet Name": "子网名称",
|
||||||
"Subnets": "子网",
|
"Subnets": "子网",
|
||||||
"Subordinate Project": "所属项目列表",
|
"Subordinate Projects": "所属项目列表",
|
||||||
"Subordinate User Group": "所属用户组列表",
|
"Subordinate User Groups": "所属用户组列表",
|
||||||
"Succeeded": "成功",
|
"Succeeded": "成功",
|
||||||
"Success": "成功",
|
"Success": "成功",
|
||||||
"Sudan": "苏丹",
|
"Sudan": "苏丹",
|
||||||
@ -2469,10 +2487,11 @@
|
|||||||
"VNC": "",
|
"VNC": "",
|
||||||
"VNIC Type": "VNIC类型",
|
"VNIC Type": "VNIC类型",
|
||||||
"VPN": "VPN",
|
"VPN": "VPN",
|
||||||
"VPN EndPoint Group": "VPN端点组",
|
"VPN EndPoint Groups": "VPN端点组",
|
||||||
"VPN Gateway": "VPN网关",
|
"VPN Gateways": "VPN网关",
|
||||||
"VPN Service": "VPN服务",
|
"VPN Service": "VPN服务",
|
||||||
"VPN Service ID": "VPN服务ID",
|
"VPN Service ID": "VPN服务ID",
|
||||||
|
"VPNs": "VPN",
|
||||||
"VRRP": "",
|
"VRRP": "",
|
||||||
"Valid": "有效",
|
"Valid": "有效",
|
||||||
"Value": "值",
|
"Value": "值",
|
||||||
@ -2482,6 +2501,7 @@
|
|||||||
"Vendor Interface": "",
|
"Vendor Interface": "",
|
||||||
"Venezuela": "委内瑞拉",
|
"Venezuela": "委内瑞拉",
|
||||||
"Verifying": "验证",
|
"Verifying": "验证",
|
||||||
|
"Version": "版本",
|
||||||
"Vietnam": "越南",
|
"Vietnam": "越南",
|
||||||
"View": "查看",
|
"View": "查看",
|
||||||
"View Detail": "查看详情",
|
"View Detail": "查看详情",
|
||||||
@ -2490,6 +2510,7 @@
|
|||||||
"Virtual Adapter": "虚拟网卡",
|
"Virtual Adapter": "虚拟网卡",
|
||||||
"Virtual Adapter Detail": "虚拟网卡详情",
|
"Virtual Adapter Detail": "虚拟网卡详情",
|
||||||
"Virtual Adapter ID": "虚拟网卡ID",
|
"Virtual Adapter ID": "虚拟网卡ID",
|
||||||
|
"Virtual Adapters": "虚拟网卡",
|
||||||
"Virtual LAN": "虚拟网卡",
|
"Virtual LAN": "虚拟网卡",
|
||||||
"Virtual LANs": "块虚拟网卡",
|
"Virtual LANs": "块虚拟网卡",
|
||||||
"Virtual Resource Num": "虚拟资源用量",
|
"Virtual Resource Num": "虚拟资源用量",
|
||||||
@ -2519,6 +2540,7 @@
|
|||||||
"Volume Transfer": "云硬盘传输",
|
"Volume Transfer": "云硬盘传输",
|
||||||
"Volume Type": "云硬盘类型",
|
"Volume Type": "云硬盘类型",
|
||||||
"Volume Type Detail": "云硬盘类型详情",
|
"Volume Type Detail": "云硬盘类型详情",
|
||||||
|
"Volume Types": "云硬盘类型",
|
||||||
"Volumes": "云硬盘",
|
"Volumes": "云硬盘",
|
||||||
"Wallis And Futuna Islands": "沃利斯和富图纳群岛",
|
"Wallis And Futuna Islands": "沃利斯和富图纳群岛",
|
||||||
"Warn": "警告",
|
"Warn": "警告",
|
||||||
@ -2570,7 +2592,6 @@
|
|||||||
"authorized by group ": "由组授权",
|
"authorized by group ": "由组授权",
|
||||||
"availability zones": "可用域",
|
"availability zones": "可用域",
|
||||||
"available": "可用",
|
"available": "可用",
|
||||||
"backup": "备份",
|
|
||||||
"bare metal node": "裸机节点",
|
"bare metal node": "裸机节点",
|
||||||
"bare metal nodes": "裸机节点",
|
"bare metal nodes": "裸机节点",
|
||||||
"be copied": "复制",
|
"be copied": "复制",
|
||||||
|
@ -28,13 +28,13 @@ import styles from '../style.less';
|
|||||||
export const card = [
|
export const card = [
|
||||||
{
|
{
|
||||||
key: 'serviceNum',
|
key: 'serviceNum',
|
||||||
label: t('Instance'),
|
label: t('Instances'),
|
||||||
avatar: adminInstance,
|
avatar: adminInstance,
|
||||||
to: '/compute/instance-admin',
|
to: '/compute/instance-admin',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'volumeNum',
|
key: 'volumeNum',
|
||||||
label: t('Volume'),
|
label: t('Volumes'),
|
||||||
avatar: adminVolume,
|
avatar: adminVolume,
|
||||||
to: '/storage/volume-admin',
|
to: '/storage/volume-admin',
|
||||||
},
|
},
|
||||||
|
@ -30,7 +30,7 @@ const colors = {
|
|||||||
|
|
||||||
const keyPairTitle = (
|
const keyPairTitle = (
|
||||||
<span>
|
<span>
|
||||||
{t('Key Pair')}
|
{t('Key Pairs')}
|
||||||
<Tooltip title={t('The number of allowed key pairs for each user.')}>
|
<Tooltip title={t('The number of allowed key pairs for each user.')}>
|
||||||
<QuestionCircleOutlined style={{ marginLeft: 4 }} />
|
<QuestionCircleOutlined style={{ marginLeft: 4 }} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
@ -46,7 +46,7 @@ export const quotaCardList = [
|
|||||||
{ text: t('vCPUs'), key: 'cores' },
|
{ text: t('vCPUs'), key: 'cores' },
|
||||||
{ text: t('Memory (GiB)'), key: 'ram' },
|
{ text: t('Memory (GiB)'), key: 'ram' },
|
||||||
{ text: keyPairTitle, key: 'key_pairs' },
|
{ text: keyPairTitle, key: 'key_pairs' },
|
||||||
{ text: t('Server Group'), key: 'server_groups' },
|
{ text: t('Server Groups'), key: 'server_groups' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -79,13 +79,13 @@ export const quotaCardList = [
|
|||||||
text: t('Network'),
|
text: t('Network'),
|
||||||
type: 'networks',
|
type: 'networks',
|
||||||
value: [
|
value: [
|
||||||
{ text: t('Router'), key: 'router' },
|
{ text: t('Routers'), key: 'router' },
|
||||||
{ text: t('Network'), key: 'network' },
|
{ text: t('Networks'), key: 'network' },
|
||||||
{ text: t('Subnet'), key: 'subnet' },
|
{ text: t('Subnets'), key: 'subnet' },
|
||||||
{ text: t('Floating IP'), key: 'floatingip' },
|
{ text: t('Floating IPs'), key: 'floatingip' },
|
||||||
{ text: t('Port'), key: 'port' },
|
{ text: t('Ports'), key: 'port' },
|
||||||
{ text: t('Security Group'), key: 'security_group' },
|
{ text: t('Security Groups'), key: 'security_group' },
|
||||||
{ text: t('Security Group Rule'), key: 'security_group_rule' },
|
{ text: t('Security Group Rules'), key: 'security_group_rule' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
@ -94,13 +94,13 @@ export const shareQuotaCard = {
|
|||||||
text: t('Share'),
|
text: t('Share'),
|
||||||
type: 'share',
|
type: 'share',
|
||||||
value: [
|
value: [
|
||||||
{ text: t('Share'), key: 'shares' },
|
{ text: t('Shares'), key: 'shares' },
|
||||||
{
|
{
|
||||||
text: t('Share Gigabytes(GiB)'),
|
text: t('Share Gigabytes(GiB)'),
|
||||||
key: 'share_gigabytes',
|
key: 'share_gigabytes',
|
||||||
},
|
},
|
||||||
{ text: t('Share Network'), key: 'share_networks' },
|
{ text: t('Share Networks'), key: 'share_networks' },
|
||||||
{ text: t('Share Group'), key: 'share_groups' },
|
{ text: t('Share Groups'), key: 'share_groups' },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ export const zunQuotaCard = {
|
|||||||
text: t('Containers'),
|
text: t('Containers'),
|
||||||
key: 'zun_containers',
|
key: 'zun_containers',
|
||||||
},
|
},
|
||||||
{ text: t('CPU'), key: 'zun_cpu' },
|
{ text: t('CPUs'), key: 'zun_cpu' },
|
||||||
{ text: t('Memory (MiB)'), key: 'zun_memory' },
|
{ text: t('Memory (MiB)'), key: 'zun_memory' },
|
||||||
{ text: t('Disk (GiB)'), key: 'zun_disk' },
|
{ text: t('Disk (GiB)'), key: 'zun_disk' },
|
||||||
],
|
],
|
||||||
|
@ -28,25 +28,25 @@ import ProjectInfo from './components/ProjectInfo';
|
|||||||
const actions = [
|
const actions = [
|
||||||
{
|
{
|
||||||
key: 'instance',
|
key: 'instance',
|
||||||
label: t('Instance'),
|
label: t('Instances'),
|
||||||
avatar: overviewInstance,
|
avatar: overviewInstance,
|
||||||
to: '/compute/instance',
|
to: '/compute/instance',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'volume',
|
key: 'volume',
|
||||||
label: t('Volume'),
|
label: t('Volumes'),
|
||||||
avatar: overviewVolume,
|
avatar: overviewVolume,
|
||||||
to: '/storage/volume',
|
to: '/storage/volume',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'network',
|
key: 'network',
|
||||||
label: t('Network'),
|
label: t('Networks'),
|
||||||
avatar: overviewNetwork,
|
avatar: overviewNetwork,
|
||||||
to: '/network/networks',
|
to: '/network/networks',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'router',
|
key: 'router',
|
||||||
label: t('Router'),
|
label: t('Routers'),
|
||||||
avatar: overviewRouter,
|
avatar: overviewRouter,
|
||||||
to: '/network/router',
|
to: '/network/router',
|
||||||
},
|
},
|
||||||
|
@ -78,12 +78,12 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Instance'),
|
title: t('Instances'),
|
||||||
key: 'members',
|
key: 'members',
|
||||||
component: Members,
|
component: Members,
|
||||||
},
|
},
|
||||||
|
@ -26,7 +26,7 @@ export class HostAggregate extends Base {
|
|||||||
component: Aggregate,
|
component: Aggregate,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Availability Zone'),
|
title: t('Availability Zones'),
|
||||||
key: 'availabilityZone',
|
key: 'availabilityZone',
|
||||||
component: AvailabilityZone,
|
component: AvailabilityZone,
|
||||||
},
|
},
|
||||||
|
@ -87,8 +87,8 @@ export class ImageDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -20,24 +20,24 @@ export class TabImage extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Current Project Image'),
|
title: t('Current Project Images'),
|
||||||
key: 'project',
|
key: 'project',
|
||||||
component: Image,
|
component: Image,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Public Image'),
|
title: t('Public Images'),
|
||||||
key: 'public',
|
key: 'public',
|
||||||
component: Image,
|
component: Image,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Shared Image'),
|
title: t('Shared Images'),
|
||||||
key: 'shared',
|
key: 'shared',
|
||||||
component: Image,
|
component: Image,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (this.hasAdminRole) {
|
if (this.hasAdminRole) {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('All Image'),
|
title: t('All Images'),
|
||||||
key: 'all',
|
key: 'all',
|
||||||
component: Image,
|
component: Image,
|
||||||
});
|
});
|
||||||
|
@ -9,7 +9,7 @@ export class ActionLog extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Action Log');
|
return t('Action Logs');
|
||||||
}
|
}
|
||||||
|
|
||||||
get rowKey() {
|
get rowKey() {
|
||||||
|
@ -119,17 +119,17 @@ export class InstanceDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Instance Snapshot'),
|
title: t('Instance Snapshots'),
|
||||||
key: 'snapshots',
|
key: 'snapshots',
|
||||||
component: Snapshots,
|
component: Snapshots,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Interface'),
|
title: t('Interfaces'),
|
||||||
key: 'interface',
|
key: 'interface',
|
||||||
component: VirtualAdapter,
|
component: VirtualAdapter,
|
||||||
},
|
},
|
||||||
@ -139,19 +139,19 @@ export class InstanceDetail extends Base {
|
|||||||
component: FloatingIps,
|
component: FloatingIps,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Security Group'),
|
title: t('Security Groups'),
|
||||||
key: 'securityGroup',
|
key: 'securityGroup',
|
||||||
component: SecurityGroup,
|
component: SecurityGroup,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Action Log'),
|
title: t('Action Logs'),
|
||||||
key: 'action',
|
key: 'action',
|
||||||
component: ActionLog,
|
component: ActionLog,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (this.enableCinder) {
|
if (this.enableCinder) {
|
||||||
tabs.splice(1, 0, {
|
tabs.splice(1, 0, {
|
||||||
title: t('Volume'),
|
title: t('Volumes'),
|
||||||
key: 'volumes',
|
key: 'volumes',
|
||||||
component: Volumes,
|
component: Volumes,
|
||||||
});
|
});
|
||||||
|
@ -56,8 +56,8 @@ export class KeypairDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -57,8 +57,8 @@ export class MetadataDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -79,20 +79,20 @@ export class KeypairDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (this.detailData.agent_type === 'L3 agent') {
|
if (this.detailData.agent_type === 'L3 agent') {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('Router'),
|
title: t('Routers'),
|
||||||
key: 'router',
|
key: 'router',
|
||||||
component: Router,
|
component: Router,
|
||||||
});
|
});
|
||||||
} else if (this.detailData.agent_type === 'DHCP agent') {
|
} else if (this.detailData.agent_type === 'DHCP agent') {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('Network'),
|
title: t('Networks'),
|
||||||
key: 'network',
|
key: 'network',
|
||||||
component: Network,
|
component: Network,
|
||||||
});
|
});
|
||||||
|
@ -59,7 +59,7 @@ export class ClusterTemplateDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -82,7 +82,7 @@ export class ClustersDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -62,7 +62,7 @@ export class CapsulesDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -58,7 +58,7 @@ export class ContainerDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -60,8 +60,8 @@ export class HostsDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -50,7 +50,7 @@ export class BackupsDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -48,7 +48,7 @@ export class ConfigurationsDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -71,7 +71,7 @@ export class InstancesDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('General Info'),
|
title: t('Detail'),
|
||||||
key: 'general_info',
|
key: 'general_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -80,12 +80,12 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Project User'),
|
title: t('Project Users'),
|
||||||
key: 'user',
|
key: 'user',
|
||||||
component: User,
|
component: User,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project User Group'),
|
title: t('Project User Groups'),
|
||||||
key: 'userGroup',
|
key: 'userGroup',
|
||||||
component: UserGroup,
|
component: UserGroup,
|
||||||
},
|
},
|
||||||
|
@ -62,12 +62,12 @@ export class RoleDetail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Binding User'),
|
title: t('Binding Users'),
|
||||||
key: 'user',
|
key: 'user',
|
||||||
component: User,
|
component: User,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Binding Group'),
|
title: t('Binding Groups'),
|
||||||
key: 'group',
|
key: 'group',
|
||||||
component: Group,
|
component: Group,
|
||||||
},
|
},
|
||||||
|
@ -92,12 +92,12 @@ export class UserDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Subordinate Project'),
|
title: t('Subordinate Projects'),
|
||||||
key: 'user',
|
key: 'user',
|
||||||
component: Project,
|
component: Project,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Subordinate User Group'),
|
title: t('Subordinate User Groups'),
|
||||||
key: 'userGroup',
|
key: 'userGroup',
|
||||||
component: UserGroup,
|
component: UserGroup,
|
||||||
},
|
},
|
||||||
|
@ -65,13 +65,13 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Subordinate Project'),
|
title: t('Subordinate Projects'),
|
||||||
key: 'project',
|
key: 'project',
|
||||||
component: Project,
|
component: Project,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Sub User'),
|
title: t('Sub Users'),
|
||||||
key: 'userGroup',
|
key: 'user',
|
||||||
component: User,
|
component: User,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -51,7 +51,7 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail Info'),
|
||||||
key: 'detail_info',
|
key: 'detail_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -49,7 +49,7 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail Info'),
|
||||||
key: 'detail_info',
|
key: 'detail_info',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
|
@ -20,12 +20,12 @@ export class Certificate extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Server Certificate'),
|
title: t('Server Certificates'),
|
||||||
key: 'SERVER',
|
key: 'SERVER',
|
||||||
component: CertificateTab,
|
component: CertificateTab,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('CA Certificate'),
|
title: t('CA Certificates'),
|
||||||
key: 'CA',
|
key: 'CA',
|
||||||
component: CertificateTab,
|
component: CertificateTab,
|
||||||
},
|
},
|
||||||
|
@ -72,8 +72,8 @@ export class FloatingIpDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -81,7 +81,7 @@ export class ListenerDetail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Member'),
|
title: t('Members'),
|
||||||
key: 'members',
|
key: 'members',
|
||||||
component: Members,
|
component: Members,
|
||||||
},
|
},
|
||||||
|
@ -92,7 +92,7 @@ export class LoadBalancerDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Listener'),
|
title: t('Listeners'),
|
||||||
key: 'listener',
|
key: 'listener',
|
||||||
component: Listeners,
|
component: Listeners,
|
||||||
},
|
},
|
||||||
|
@ -133,8 +133,8 @@ export class NetworkDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: Detail,
|
component: Detail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -20,24 +20,24 @@ export class Network extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Current Project Network'),
|
title: t('Current Project Networks'),
|
||||||
key: 'projectNetwork',
|
key: 'projectNetwork',
|
||||||
component: NetworkTab,
|
component: NetworkTab,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Shared Network'),
|
title: t('Shared Networks'),
|
||||||
key: 'sharedNetwork',
|
key: 'sharedNetwork',
|
||||||
component: NetworkTab,
|
component: NetworkTab,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('External Network'),
|
title: t('External Networks'),
|
||||||
key: 'externalNetwork',
|
key: 'externalNetwork',
|
||||||
component: NetworkTab,
|
component: NetworkTab,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (this.hasAdminRole) {
|
if (this.hasAdminRole) {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('All Network'),
|
title: t('All Networks'),
|
||||||
key: 'allNetwork',
|
key: 'allNetwork',
|
||||||
component: NetworkTab,
|
component: NetworkTab,
|
||||||
});
|
});
|
||||||
|
@ -86,12 +86,12 @@ export class QoSPolicyDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Floating IP'),
|
title: t('Floating IPs'),
|
||||||
key: 'fip',
|
key: 'fip',
|
||||||
component: FloatingIp,
|
component: FloatingIp,
|
||||||
},
|
},
|
||||||
|
@ -29,19 +29,19 @@ export class QoSPolicy extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Current Project QoS Policy'),
|
title: t('Current Project QoS Policies'),
|
||||||
key: 'projectQoSPolicy',
|
key: 'projectQoSPolicy',
|
||||||
component: QoSPolicyComponent,
|
component: QoSPolicyComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Shared QoS Policy'),
|
title: t('Shared QoS Policies'),
|
||||||
key: 'sharedQoSPolicy',
|
key: 'sharedQoSPolicy',
|
||||||
component: QoSPolicyComponent,
|
component: QoSPolicyComponent,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (this.hasAdminRole) {
|
if (this.hasAdminRole) {
|
||||||
tabs.push({
|
tabs.push({
|
||||||
title: t('All QoS Policy'),
|
title: t('All QoS Policies'),
|
||||||
key: 'allQoSPolicy',
|
key: 'allQoSPolicy',
|
||||||
component: QoSPolicyComponent,
|
component: QoSPolicyComponent,
|
||||||
});
|
});
|
||||||
|
@ -93,8 +93,8 @@ export class IPsecSiteConnection extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -37,22 +37,22 @@ export class VPN extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('VPN Gateway'),
|
title: t('VPN Gateways'),
|
||||||
key: 'vpn_gateway',
|
key: 'vpn_gateway',
|
||||||
component: VPNGateway,
|
component: VPNGateway,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('VPN EndPoint Group'),
|
title: t('VPN EndPoint Groups'),
|
||||||
key: 'vpn_endpoint_groups',
|
key: 'vpn_endpoint_groups',
|
||||||
component: EndPointGroup,
|
component: EndPointGroup,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('IKE Policy'),
|
title: t('IKE Policies'),
|
||||||
key: 'ike_policy',
|
key: 'ike_policy',
|
||||||
component: IKEPolicy,
|
component: IKEPolicy,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('IPsec Policy'),
|
title: t('IPsec Policies'),
|
||||||
key: 'ipsec_policy',
|
key: 'ipsec_policy',
|
||||||
component: IPsecPolicy,
|
component: IPsecPolicy,
|
||||||
},
|
},
|
||||||
|
@ -56,7 +56,7 @@ export class AllowedAddressPair extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Allowed Address Pair');
|
return t('Allowed Address Pairs');
|
||||||
}
|
}
|
||||||
|
|
||||||
get actionConfigs() {
|
get actionConfigs() {
|
||||||
|
@ -90,8 +90,8 @@ export class VirtualAdapterDetail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('BaseDetail'),
|
title: t('Detail'),
|
||||||
key: 'BaseDetail',
|
key: 'detail',
|
||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -105,7 +105,7 @@ export class VirtualAdapterDetail extends Base {
|
|||||||
component: SecurityGroups,
|
component: SecurityGroups,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Allowed Address Pair'),
|
title: t('Allowed Address Pairs'),
|
||||||
key: 'allowed_address_pair',
|
key: 'allowed_address_pair',
|
||||||
component: AllowedAddressPair,
|
component: AllowedAddressPair,
|
||||||
},
|
},
|
||||||
|
@ -76,7 +76,7 @@ export class Detail extends Base {
|
|||||||
component: Metadata,
|
component: Metadata,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Access Rule'),
|
title: t('Access Rules'),
|
||||||
key: 'rule',
|
key: 'rule',
|
||||||
component: AccessRule,
|
component: AccessRule,
|
||||||
},
|
},
|
||||||
|
@ -70,7 +70,7 @@ export class Detail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Share'),
|
title: t('Shares'),
|
||||||
key: 'share',
|
key: 'share',
|
||||||
component: Share,
|
component: Share,
|
||||||
},
|
},
|
||||||
|
@ -19,10 +19,10 @@ import globalGroupSpecStore from 'stores/manila/group-spec';
|
|||||||
export class Create extends ModalAction {
|
export class Create extends ModalAction {
|
||||||
static id = 'create';
|
static id = 'create';
|
||||||
|
|
||||||
static title = t('Create Extra Specs');
|
static title = t('Create Extra Spec');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Create Extra Specs');
|
return t('Create Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
static policy = 'share_group_types_spec:create';
|
static policy = 'share_group_types_spec:create';
|
||||||
|
@ -19,12 +19,12 @@ import globalGroupSpecStore from 'stores/manila/group-spec';
|
|||||||
export class Edit extends ModalAction {
|
export class Edit extends ModalAction {
|
||||||
static id = 'edit';
|
static id = 'edit';
|
||||||
|
|
||||||
static title = t('Edit Extra Specs');
|
static title = t('Edit Extra Spec');
|
||||||
|
|
||||||
static buttonText = t('Edit');
|
static buttonText = t('Edit');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Edit Extra Specs');
|
return t('Edit Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
get instanceName() {
|
get instanceName() {
|
||||||
|
@ -53,7 +53,7 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('Extra Spec'),
|
title: t('Extra Specs'),
|
||||||
key: 'extraSpec',
|
key: 'extraSpec',
|
||||||
component: ExtraSpec,
|
component: ExtraSpec,
|
||||||
},
|
},
|
||||||
|
@ -69,7 +69,7 @@ export class Detail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Share'),
|
title: t('Shares'),
|
||||||
key: 'share',
|
key: 'share',
|
||||||
component: Share,
|
component: Share,
|
||||||
},
|
},
|
||||||
|
@ -69,7 +69,7 @@ export class Detail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Share'),
|
title: t('Shares'),
|
||||||
key: 'share',
|
key: 'share',
|
||||||
component: Share,
|
component: Share,
|
||||||
},
|
},
|
||||||
|
@ -19,10 +19,10 @@ import globalExtraSpecStore from 'stores/manila/extra-spec';
|
|||||||
export class Create extends ModalAction {
|
export class Create extends ModalAction {
|
||||||
static id = 'create';
|
static id = 'create';
|
||||||
|
|
||||||
static title = t('Create Extra Specs');
|
static title = t('Create Extra Spec');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Create Extra Specs');
|
return t('Create Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
static policy = 'share_types_extra_spec:create';
|
static policy = 'share_types_extra_spec:create';
|
||||||
|
@ -19,12 +19,12 @@ import globalExtraSpecStore from 'stores/manila/extra-spec';
|
|||||||
export class Edit extends ModalAction {
|
export class Edit extends ModalAction {
|
||||||
static id = 'edit';
|
static id = 'edit';
|
||||||
|
|
||||||
static title = t('Edit Extra Specs');
|
static title = t('Edit Extra Spec');
|
||||||
|
|
||||||
static buttonText = t('Edit');
|
static buttonText = t('Edit');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Edit Extra Specs');
|
return t('Edit Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
get instanceName() {
|
get instanceName() {
|
||||||
|
@ -58,12 +58,12 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: t('Extra Spec'),
|
title: t('Extra Specs'),
|
||||||
key: 'ExtraSpec',
|
key: 'ExtraSpec',
|
||||||
component: ExtraSpec,
|
component: ExtraSpec,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Share'),
|
title: t('Shares'),
|
||||||
key: 'share',
|
key: 'share',
|
||||||
component: Share,
|
component: Share,
|
||||||
},
|
},
|
||||||
|
@ -211,14 +211,14 @@ export class ContainerObject extends Base {
|
|||||||
valueRender: 'sinceTime',
|
valueRender: 'sinceTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Detail Info'),
|
title: t('Detail'),
|
||||||
dataIndex: 'detail',
|
dataIndex: 'detail',
|
||||||
isHideable: true,
|
isHideable: true,
|
||||||
render: (_, data) => {
|
render: (_, data) => {
|
||||||
const content = <PopUpContent item={data} />;
|
const content = <PopUpContent item={data} />;
|
||||||
return (
|
return (
|
||||||
<Popover content={content} destroyTooltipOnHide trigger="click">
|
<Popover content={content} destroyTooltipOnHide trigger="click">
|
||||||
<span className="link-class">{t('Detail Info')}</span>
|
<span className="link-class">{t('Detail')}</span>
|
||||||
</Popover>
|
</Popover>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
@ -94,12 +94,12 @@ export class VolumeDetail extends Base {
|
|||||||
component: BaseDetail,
|
component: BaseDetail,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Volume Backup'),
|
title: t('Volume Backups'),
|
||||||
key: 'backup',
|
key: 'backup',
|
||||||
component: Backup,
|
component: Backup,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Volume Snapshot'),
|
title: t('Volume Snapshots'),
|
||||||
key: 'snapshot',
|
key: 'snapshot',
|
||||||
component: Snapshot,
|
component: Snapshot,
|
||||||
},
|
},
|
||||||
|
@ -19,10 +19,10 @@ import globalQosSpecKeyStore from 'stores/cinder/qos-spec-key';
|
|||||||
export class Create extends ModalAction {
|
export class Create extends ModalAction {
|
||||||
static id = 'create';
|
static id = 'create';
|
||||||
|
|
||||||
static title = t('Create Extra Specs');
|
static title = t('Create Extra Spec');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Create Extra Specs');
|
return t('Create Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
static policy = 'volume_extension:qos_specs_manage:update';
|
static policy = 'volume_extension:qos_specs_manage:update';
|
||||||
|
@ -19,12 +19,12 @@ import globalQosSpecKeyStore from 'stores/cinder/qos-spec-key';
|
|||||||
export class Edit extends ModalAction {
|
export class Edit extends ModalAction {
|
||||||
static id = 'edit';
|
static id = 'edit';
|
||||||
|
|
||||||
static title = t('Edit Extra Specs');
|
static title = t('Edit Extra Spec');
|
||||||
|
|
||||||
static buttonText = t('Edit');
|
static buttonText = t('Edit');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Edit Extra Specs');
|
return t('Edit Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
get defaultValue() {
|
get defaultValue() {
|
||||||
|
@ -57,7 +57,7 @@ export class Detail extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Extra Spec'),
|
title: t('Extra Specs'),
|
||||||
key: 'ExtraSpec',
|
key: 'ExtraSpec',
|
||||||
component: ExtraSpec,
|
component: ExtraSpec,
|
||||||
},
|
},
|
||||||
|
@ -19,10 +19,10 @@ import globalExtraSpecStore from 'stores/cinder/extra-spec';
|
|||||||
export class Create extends ModalAction {
|
export class Create extends ModalAction {
|
||||||
static id = 'create';
|
static id = 'create';
|
||||||
|
|
||||||
static title = t('Create Extra Specs');
|
static title = t('Create Extra Spec');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Create Extra Specs');
|
return t('Create Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
static policy = 'volume_extension:types_extra_specs:create';
|
static policy = 'volume_extension:types_extra_specs:create';
|
||||||
|
@ -19,12 +19,12 @@ import globalExtraSpecStore from 'stores/cinder/extra-spec';
|
|||||||
export class Edit extends ModalAction {
|
export class Edit extends ModalAction {
|
||||||
static id = 'edit';
|
static id = 'edit';
|
||||||
|
|
||||||
static title = t('Edit Extra Specs');
|
static title = t('Edit Extra Spec');
|
||||||
|
|
||||||
static buttonText = t('Edit');
|
static buttonText = t('Edit');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('Edit Extra Specs');
|
return t('Edit Extra Spec');
|
||||||
}
|
}
|
||||||
|
|
||||||
get instanceName() {
|
get instanceName() {
|
||||||
|
@ -54,7 +54,7 @@ export class Detail extends Base {
|
|||||||
valueRender: 'yesNo',
|
valueRender: 'yesNo',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('QoS Specs ID'),
|
title: t('QoS Spec ID'),
|
||||||
dataIndex: 'qos_specs_id',
|
dataIndex: 'qos_specs_id',
|
||||||
valueRender: 'noValue',
|
valueRender: 'noValue',
|
||||||
},
|
},
|
||||||
@ -65,7 +65,7 @@ export class Detail extends Base {
|
|||||||
const { encryption } = this.detailData;
|
const { encryption } = this.detailData;
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Extra Spec'),
|
title: t('Extra Specs'),
|
||||||
key: 'ExtraSpec',
|
key: 'ExtraSpec',
|
||||||
component: ExtraSpec,
|
component: ExtraSpec,
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@ import globalQosSpecStore from 'stores/cinder/qos-spec';
|
|||||||
export class ManageQos extends ModalAction {
|
export class ManageQos extends ModalAction {
|
||||||
static id = 'manage-qos';
|
static id = 'manage-qos';
|
||||||
|
|
||||||
static title = t('Manage QoS');
|
static title = t('Manage QoS Spec');
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
return t('manage qos spec');
|
return t('manage qos spec');
|
||||||
@ -73,7 +73,7 @@ export class ManageQos extends ModalAction {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'qosSpec',
|
name: 'qosSpec',
|
||||||
label: t('QoS'),
|
label: t('QoS Spec'),
|
||||||
type: 'select-table',
|
type: 'select-table',
|
||||||
required: false,
|
required: false,
|
||||||
data: this.QosMap,
|
data: this.QosMap,
|
||||||
|
@ -21,12 +21,12 @@ export class VolumeTypaAll extends Base {
|
|||||||
get tabs() {
|
get tabs() {
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
title: t('Volume Type'),
|
title: t('Volume Types'),
|
||||||
key: 'volume-type',
|
key: 'volume-type',
|
||||||
component: VolumeType,
|
component: VolumeType,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('QoS'),
|
title: t('QoS Specs'),
|
||||||
key: 'qos',
|
key: 'qos',
|
||||||
component: QosSpec,
|
component: QosSpec,
|
||||||
},
|
},
|
||||||
|
@ -145,7 +145,7 @@ export function getQoSPolicyTabs(extraProps = {}) {
|
|||||||
};
|
};
|
||||||
const ret = [
|
const ret = [
|
||||||
{
|
{
|
||||||
title: t('Current Project QoS Policy'),
|
title: t('Current Project QoS Policies'),
|
||||||
key: 'project',
|
key: 'project',
|
||||||
props: merge({}, baseProps, {
|
props: merge({}, baseProps, {
|
||||||
...getQosPolicySelectTableProps({ self: this }),
|
...getQosPolicySelectTableProps({ self: this }),
|
||||||
@ -155,7 +155,7 @@ export function getQoSPolicyTabs(extraProps = {}) {
|
|||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Shared QoS Policy'),
|
title: t('Shared QoS Policies'),
|
||||||
key: 'shared',
|
key: 'shared',
|
||||||
props: merge({}, baseProps, {
|
props: merge({}, baseProps, {
|
||||||
...getQosPolicySelectTableProps({ shared: true, self: this }),
|
...getQosPolicySelectTableProps({ shared: true, self: this }),
|
||||||
@ -168,7 +168,7 @@ export function getQoSPolicyTabs(extraProps = {}) {
|
|||||||
|
|
||||||
if (this.hasAdminRole) {
|
if (this.hasAdminRole) {
|
||||||
ret.push({
|
ret.push({
|
||||||
title: t('All QoS Policy'),
|
title: t('All QoS Policies'),
|
||||||
key: 'all',
|
key: 'all',
|
||||||
props: merge({}, baseProps, {
|
props: merge({}, baseProps, {
|
||||||
...getQosPolicySelectTableProps({ all: true, self: this }),
|
...getQosPolicySelectTableProps({ all: true, self: this }),
|
||||||
|
@ -77,6 +77,6 @@ describe('The Aggregate Page', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully availability zone', () => {
|
it('successfully availability zone', () => {
|
||||||
cy.clickTab('Availability Zone', 'availabilityZone');
|
cy.clickTab('Availability Zones', 'availabilityZone');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -50,7 +50,7 @@ describe('The Flavor Page', () => {
|
|||||||
.checkTableFirstRow(name)
|
.checkTableFirstRow(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.checkDetailName(name)
|
.checkDetailName(name)
|
||||||
.clickDetailTab('Instance', 'members');
|
.clickDetailTab('Instances', 'members');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ describe('The Image Page', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully list', () => {
|
it('successfully list', () => {
|
||||||
cy.clickTab('Public Image', 'public').clickTab('Shared Image', 'shared');
|
cy.clickTab('Public Images', 'public').clickTab('Shared Images', 'shared');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create', () => {
|
it('successfully create', () => {
|
||||||
|
@ -74,10 +74,10 @@ describe('The Instance Page', () => {
|
|||||||
it('successfully detail', () => {
|
it('successfully detail', () => {
|
||||||
cy.tableSearchText(name).checkTableFirstRow(name).goToDetail();
|
cy.tableSearchText(name).checkTableFirstRow(name).goToDetail();
|
||||||
cy.checkDetailName(name);
|
cy.checkDetailName(name);
|
||||||
cy.clickDetailTab('Volume', 'volumes')
|
cy.clickDetailTab('Volumes', 'volumes')
|
||||||
.clickDetailTab('Interface', 'interface')
|
.clickDetailTab('Interfaces', 'interface')
|
||||||
.clickDetailTab('Floating IPs', 'floatingIps')
|
.clickDetailTab('Floating IPs', 'floatingIps')
|
||||||
.clickDetailTab('Security Group', 'securityGroup');
|
.clickDetailTab('Security Groups', 'securityGroup');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -82,9 +82,9 @@ onlyOn(ironicServiceEnabled, () => {
|
|||||||
it('successfully detail', () => {
|
it('successfully detail', () => {
|
||||||
cy.tableSearchText(name).checkTableFirstRow(name).goToDetail();
|
cy.tableSearchText(name).checkTableFirstRow(name).goToDetail();
|
||||||
cy.checkDetailName(name);
|
cy.checkDetailName(name);
|
||||||
cy.clickDetailTab('Interface', 'interface')
|
cy.clickDetailTab('Interfaces', 'interface')
|
||||||
.clickDetailTab('Floating IPs', 'floatingIps')
|
.clickDetailTab('Floating IPs', 'floatingIps')
|
||||||
.clickDetailTab('Security Group', 'securityGroup');
|
.clickDetailTab('Security Groups', 'securityGroup');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -101,14 +101,14 @@ describe('The System Info Page', () => {
|
|||||||
cy.clickTab(NeutronAgentsTab)
|
cy.clickTab(NeutronAgentsTab)
|
||||||
.tableSearchText('l3')
|
.tableSearchText('l3')
|
||||||
.goToDetail(0)
|
.goToDetail(0)
|
||||||
.clickDetailTab('Router', 'router');
|
.clickDetailTab('Routers', 'router');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully neutron agent l3 remove router', () => {
|
it('successfully neutron agent l3 remove router', () => {
|
||||||
cy.clickTab(NeutronAgentsTab)
|
cy.clickTab(NeutronAgentsTab)
|
||||||
.tableSearchText('l3')
|
.tableSearchText('l3')
|
||||||
.goToDetail(0)
|
.goToDetail(0)
|
||||||
.clickDetailTab('Router')
|
.clickDetailTab('Routers')
|
||||||
.tableSearchText(routerName)
|
.tableSearchText(routerName)
|
||||||
.clickActionButtonByTitle('Remove')
|
.clickActionButtonByTitle('Remove')
|
||||||
.clickConfirmActionSubmitButton(10000);
|
.clickConfirmActionSubmitButton(10000);
|
||||||
@ -129,14 +129,14 @@ describe('The System Info Page', () => {
|
|||||||
cy.clickTab(NeutronAgentsTab)
|
cy.clickTab(NeutronAgentsTab)
|
||||||
.tableSearchText('dhcp')
|
.tableSearchText('dhcp')
|
||||||
.goToDetail(0)
|
.goToDetail(0)
|
||||||
.clickDetailTab('Network', 'network');
|
.clickDetailTab('Networks', 'network');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully neutron agent dhcp remove network', () => {
|
it('successfully neutron agent dhcp remove network', () => {
|
||||||
cy.clickTab(NeutronAgentsTab)
|
cy.clickTab(NeutronAgentsTab)
|
||||||
.tableSearchText('dhcp')
|
.tableSearchText('dhcp')
|
||||||
.goToDetail(0)
|
.goToDetail(0)
|
||||||
.clickDetailTab('Network')
|
.clickDetailTab('Networks')
|
||||||
.tableSearchText(networkName)
|
.tableSearchText(networkName)
|
||||||
.clickActionButtonByTitle('Remove')
|
.clickActionButtonByTitle('Remove')
|
||||||
.clickConfirmActionSubmitButton();
|
.clickConfirmActionSubmitButton();
|
||||||
@ -146,7 +146,7 @@ describe('The System Info Page', () => {
|
|||||||
cy.clickTab(NeutronAgentsTab)
|
cy.clickTab(NeutronAgentsTab)
|
||||||
.tableSearchText('dhcp')
|
.tableSearchText('dhcp')
|
||||||
.goToDetail(0)
|
.goToDetail(0)
|
||||||
.clickDetailTab('Network')
|
.clickDetailTab('Networks')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.formTableSelectBySearch('network', networkName)
|
.formTableSelectBySearch('network', networkName)
|
||||||
|
@ -42,7 +42,7 @@ describe('The Project Page', () => {
|
|||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.checkDetailName(name)
|
.checkDetailName(name)
|
||||||
.clickDetailTab('Project User Group', 'userGroup')
|
.clickDetailTab('Project User Groups', 'userGroup')
|
||||||
.clickDetailTab('Project Quota', 'quota');
|
.clickDetailTab('Project Quota', 'quota');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
@ -25,8 +25,8 @@ describe('The Role Page', () => {
|
|||||||
it('successfully detail', () => {
|
it('successfully detail', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Binding User', 'user')
|
.clickDetailTab('Binding Users', 'user')
|
||||||
.clickDetailTab('Binding Group', 'group');
|
.clickDetailTab('Binding Groups', 'group');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -39,8 +39,8 @@ describe('The User Group Page', () => {
|
|||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.checkDetailName(name)
|
.checkDetailName(name)
|
||||||
.clickDetailTab('Sub User', 'userGroup')
|
.clickDetailTab('Sub Users', 'user')
|
||||||
.clickDetailTab('Subordinate Project', 'project');
|
.clickDetailTab('Subordinate Projects', 'project');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -51,9 +51,7 @@ describe('The User Group Page', () => {
|
|||||||
.formTransferRight('select_user', username)
|
.formTransferRight('select_user', username)
|
||||||
.clickModalActionSubmitButton();
|
.clickModalActionSubmitButton();
|
||||||
|
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name).goToDetail().clickDetailTab('Sub Users', 'user');
|
||||||
.goToDetail()
|
|
||||||
.clickDetailTab('Sub User', 'userGroup');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully edit', () => {
|
it('successfully edit', () => {
|
||||||
|
@ -68,8 +68,8 @@ describe('The User Page', () => {
|
|||||||
it('successfully detail', () => {
|
it('successfully detail', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Subordinate User Group', 'userGroup')
|
.clickDetailTab('Subordinate User Groups', 'userGroup')
|
||||||
.clickDetailTab('Subordinate Project', 'user');
|
.clickDetailTab('Subordinate Projects', 'user');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -50,15 +50,15 @@ onlyOn(manilaServiceEnabled, () => {
|
|||||||
cy.tableSimpleSearchText(name)
|
cy.tableSimpleSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.checkDetailName(name)
|
.checkDetailName(name)
|
||||||
.clickDetailTab('Extra Spec', 'ExtraSpec')
|
.clickDetailTab('Extra Specs', 'ExtraSpec')
|
||||||
.clickDetailTab('Share', 'share');
|
.clickDetailTab('Shares', 'share');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create extra specs', () => {
|
it('successfully create extra specs', () => {
|
||||||
cy.tableSimpleSearchText(name)
|
cy.tableSimpleSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('keyName', extraKeyName)
|
.formInput('keyName', extraKeyName)
|
||||||
@ -69,7 +69,7 @@ onlyOn(manilaServiceEnabled, () => {
|
|||||||
it('successfully edit extra specs', () => {
|
it('successfully edit extra specs', () => {
|
||||||
cy.tableSimpleSearchText(name)
|
cy.tableSimpleSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.tableSearchText(extraKeyName)
|
.tableSearchText(extraKeyName)
|
||||||
.clickActionButtonByTitle('Edit')
|
.clickActionButtonByTitle('Edit')
|
||||||
@ -80,7 +80,7 @@ onlyOn(manilaServiceEnabled, () => {
|
|||||||
it('successfully delete extra specs', () => {
|
it('successfully delete extra specs', () => {
|
||||||
cy.tableSimpleSearchText(name)
|
cy.tableSimpleSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.tableSearchText(extraKeyName)
|
.tableSearchText(extraKeyName)
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
|
@ -184,7 +184,7 @@ onlyOn(lbServiceEnabled, () => {
|
|||||||
.goToDetail(1, 2000)
|
.goToDetail(1, 2000)
|
||||||
.tableSearchText(listener)
|
.tableSearchText(listener)
|
||||||
.goToDetail(0, 2000)
|
.goToDetail(0, 2000)
|
||||||
.clickDetailTab('Member', 'members');
|
.clickDetailTab('Members', 'members');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create listener member', () => {
|
it('successfully create listener member', () => {
|
||||||
@ -192,7 +192,7 @@ onlyOn(lbServiceEnabled, () => {
|
|||||||
.goToDetail(1, 2000)
|
.goToDetail(1, 2000)
|
||||||
.tableSearchText(listener)
|
.tableSearchText(listener)
|
||||||
.goToDetail(0, 2000)
|
.goToDetail(0, 2000)
|
||||||
.clickDetailTab('Member')
|
.clickDetailTab('Members')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formButtonClick('extMembers')
|
.formButtonClick('extMembers')
|
||||||
.get('.ant-form-item')
|
.get('.ant-form-item')
|
||||||
@ -209,7 +209,7 @@ onlyOn(lbServiceEnabled, () => {
|
|||||||
.goToDetail(1, 2000)
|
.goToDetail(1, 2000)
|
||||||
.tableSearchText(listener)
|
.tableSearchText(listener)
|
||||||
.goToDetail(0, 2000)
|
.goToDetail(0, 2000)
|
||||||
.clickDetailTab('Member')
|
.clickDetailTab('Members')
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
.wait(2000)
|
.wait(2000)
|
||||||
.formInput('weight', 2)
|
.formInput('weight', 2)
|
||||||
@ -222,7 +222,7 @@ onlyOn(lbServiceEnabled, () => {
|
|||||||
.goToDetail(1, 2000)
|
.goToDetail(1, 2000)
|
||||||
.tableSearchText(listener)
|
.tableSearchText(listener)
|
||||||
.goToDetail(0, 2000)
|
.goToDetail(0, 2000)
|
||||||
.clickDetailTab('Member')
|
.clickDetailTab('Members')
|
||||||
.clickConfirmActionButton('Delete')
|
.clickConfirmActionButton('Delete')
|
||||||
.goBackToList()
|
.goBackToList()
|
||||||
.tableSearchText(listener)
|
.tableSearchText(listener)
|
||||||
|
@ -28,10 +28,10 @@ describe('The Network Page', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully fetch List', () => {
|
it('successfully fetch List', () => {
|
||||||
cy.clickTab('Shared Network', 'sharedNetwork');
|
cy.clickTab('Shared Networks', 'sharedNetwork');
|
||||||
cy.clickTab('External Network', 'externalNetwork');
|
cy.clickTab('External Networks', 'externalNetwork');
|
||||||
// cy.clickTab('All Network', 'allNetwork');
|
// cy.clickTab('All Network', 'allNetwork');
|
||||||
cy.clickTab('Current Project Network', 'projectNetwork');
|
cy.clickTab('Current Project Networks', 'projectNetwork');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create with subnet', () => {
|
it('successfully create with subnet', () => {
|
||||||
|
@ -66,15 +66,15 @@ describe('The Virtual Adapter Page', () => {
|
|||||||
.checkDetailName(name)
|
.checkDetailName(name)
|
||||||
.clickDetailTab('Fixed IPs', 'ips')
|
.clickDetailTab('Fixed IPs', 'ips')
|
||||||
.clickDetailTab('Security Groups', 'groups')
|
.clickDetailTab('Security Groups', 'groups')
|
||||||
.clickDetailTab('Allowed Address Pair', 'allowed_address_pair')
|
.clickDetailTab('Allowed Address Pairs', 'allowed_address_pair')
|
||||||
.clickDetailTab('BaseDetail', 'BaseDetail');
|
.clickDetailTab('Detail', 'detail');
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create allowed address pair', () => {
|
it('successfully create allowed address pair', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Allowed Address Pair')
|
.clickDetailTab('Allowed Address Pairs')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formSelect('ip_version')
|
.formSelect('ip_version')
|
||||||
.formInput('ip_address', '10.10.10.1/24')
|
.formInput('ip_address', '10.10.10.1/24')
|
||||||
@ -86,7 +86,7 @@ describe('The Virtual Adapter Page', () => {
|
|||||||
it('successfully delete allowed address pair', () => {
|
it('successfully delete allowed address pair', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Allowed Address Pair')
|
.clickDetailTab('Allowed Address Pairs')
|
||||||
.clickConfirmActionInFirst();
|
.clickConfirmActionInFirst();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create local endpoint', () => {
|
it('successfully create local endpoint', () => {
|
||||||
cy.clickTab('VPN EndPoint Group', 'vpn_endpoint_groups')
|
cy.clickTab('VPN EndPoint Groups', 'vpn_endpoint_groups')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.formInput('name', endpointLocal)
|
.formInput('name', endpointLocal)
|
||||||
@ -72,7 +72,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create peer endpoint', () => {
|
it('successfully create peer endpoint', () => {
|
||||||
cy.clickTab('VPN EndPoint Group', 'vpn_endpoint_groups')
|
cy.clickTab('VPN EndPoint Groups', 'vpn_endpoint_groups')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('name', endpointPeer)
|
.formInput('name', endpointPeer)
|
||||||
.formText('description', endpointPeer)
|
.formText('description', endpointPeer)
|
||||||
@ -83,7 +83,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create ike policy', () => {
|
it('successfully create ike policy', () => {
|
||||||
cy.clickTab('IKE Policy', 'ike_policy')
|
cy.clickTab('IKE Policies', 'ike_policy')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('name', ikePolicy)
|
.formInput('name', ikePolicy)
|
||||||
.formText('description', ikePolicy)
|
.formText('description', ikePolicy)
|
||||||
@ -91,7 +91,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create ipsec policy', () => {
|
it('successfully create ipsec policy', () => {
|
||||||
cy.clickTab('IPsec Policy', 'ipsec_policy')
|
cy.clickTab('IPsec Policies', 'ipsec_policy')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('name', ipsecPolicy)
|
.formInput('name', ipsecPolicy)
|
||||||
.formText('description', ipsecPolicy)
|
.formText('description', ipsecPolicy)
|
||||||
@ -118,7 +118,10 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully detail ipsec site connection', () => {
|
it('successfully detail ipsec site connection', () => {
|
||||||
cy.clickTab('IPsec Site Connections', 'ipsec_site_connections').tableSearchText(ipsecSiteConnection);
|
cy.clickTab(
|
||||||
|
'IPsec Site Connections',
|
||||||
|
'ipsec_site_connections'
|
||||||
|
).tableSearchText(ipsecSiteConnection);
|
||||||
cy.goToDetail().wait(30000);
|
cy.goToDetail().wait(30000);
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
});
|
});
|
||||||
@ -138,7 +141,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully edit ipsec policy', () => {
|
it('successfully edit ipsec policy', () => {
|
||||||
cy.clickTab('IPsec Policy')
|
cy.clickTab('IPsec Policies')
|
||||||
.tableSearchText(ipsecPolicy)
|
.tableSearchText(ipsecPolicy)
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
.formText('description', 'description')
|
.formText('description', 'description')
|
||||||
@ -146,13 +149,13 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully delete ipsec policy', () => {
|
it('successfully delete ipsec policy', () => {
|
||||||
cy.clickTab('IPsec Policy')
|
cy.clickTab('IPsec Policies')
|
||||||
.tableSearchText(ipsecPolicy)
|
.tableSearchText(ipsecPolicy)
|
||||||
.clickConfirmActionButton('Delete');
|
.clickConfirmActionButton('Delete');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully edit ike policy', () => {
|
it('successfully edit ike policy', () => {
|
||||||
cy.clickTab('IKE Policy')
|
cy.clickTab('IKE Policies')
|
||||||
.tableSearchText(ikePolicy)
|
.tableSearchText(ikePolicy)
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
.formText('description', 'description')
|
.formText('description', 'description')
|
||||||
@ -160,13 +163,13 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully delete ike policy', () => {
|
it('successfully delete ike policy', () => {
|
||||||
cy.clickTab('IKE Policy')
|
cy.clickTab('IKE Policies')
|
||||||
.tableSearchText(ikePolicy)
|
.tableSearchText(ikePolicy)
|
||||||
.clickConfirmActionButton('Delete');
|
.clickConfirmActionButton('Delete');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully edit endpoint', () => {
|
it('successfully edit endpoint', () => {
|
||||||
cy.clickTab('VPN EndPoint Group')
|
cy.clickTab('VPN EndPoint Groups')
|
||||||
.tableSearchText(endpointLocal)
|
.tableSearchText(endpointLocal)
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
.formText('description', 'description')
|
.formText('description', 'description')
|
||||||
@ -174,7 +177,7 @@ onlyOn(vpnServiceEnabled, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully delete endpoint', () => {
|
it('successfully delete endpoint', () => {
|
||||||
cy.clickTab('VPN EndPoint Group')
|
cy.clickTab('VPN EndPoint Groups')
|
||||||
.tableSearchText(endpointLocal)
|
.tableSearchText(endpointLocal)
|
||||||
.clickConfirmActionButton('Delete')
|
.clickConfirmActionButton('Delete')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
|
@ -71,7 +71,7 @@ onlyOn(backupServiceEnabled, () => {
|
|||||||
cy.visitPage(volumeListUrl)
|
cy.visitPage(volumeListUrl)
|
||||||
.tableSearchText(volumeName)
|
.tableSearchText(volumeName)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Volume Backup', 'backup')
|
.clickDetailTab('Volume Backups', 'backup')
|
||||||
.tableSearchText(name)
|
.tableSearchText(name)
|
||||||
.goToDetail();
|
.goToDetail();
|
||||||
});
|
});
|
||||||
|
@ -19,7 +19,7 @@ describe('The Qos Specs Page', () => {
|
|||||||
const name = `e2e-qos-${Cypress._.random(0, 1e6)}`;
|
const name = `e2e-qos-${Cypress._.random(0, 1e6)}`;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.loginAdmin(listUrl).clickTab('QoS');
|
cy.loginAdmin(listUrl).clickTab('QoS Specs');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully create', () => {
|
it('successfully create', () => {
|
||||||
|
@ -50,7 +50,7 @@ describe('The Volume Snapshot Page', () => {
|
|||||||
cy.visitPage(volumeListUrl)
|
cy.visitPage(volumeListUrl)
|
||||||
.tableSearchText(volumeName)
|
.tableSearchText(volumeName)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Volume Snapshot', 'snapshot')
|
.clickDetailTab('Volume Snapshots', 'snapshot')
|
||||||
.tableSearchText(name)
|
.tableSearchText(name)
|
||||||
.goToDetail();
|
.goToDetail();
|
||||||
});
|
});
|
||||||
|
@ -27,7 +27,7 @@ describe('The Volume Type Page', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('successfully prepare resource', () => {
|
it('successfully prepare resource', () => {
|
||||||
cy.clickTab('QoS')
|
cy.clickTab('QoS Specs')
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('name', qosName)
|
.formInput('name', qosName)
|
||||||
.formSelect('consumer')
|
.formSelect('consumer')
|
||||||
@ -51,7 +51,7 @@ describe('The Volume Type Page', () => {
|
|||||||
it('successfully create extra specs', () => {
|
it('successfully create extra specs', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.clickHeaderButton(1)
|
.clickHeaderButton(1)
|
||||||
.formInput('keyname', extraKeyName)
|
.formInput('keyname', extraKeyName)
|
||||||
@ -62,7 +62,7 @@ describe('The Volume Type Page', () => {
|
|||||||
it('successfully edit extra specs', () => {
|
it('successfully edit extra specs', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.tableSearchText(extraKeyName)
|
.tableSearchText(extraKeyName)
|
||||||
.clickActionButtonByTitle('Edit')
|
.clickActionButtonByTitle('Edit')
|
||||||
@ -73,7 +73,7 @@ describe('The Volume Type Page', () => {
|
|||||||
it('successfully delete extra specs', () => {
|
it('successfully delete extra specs', () => {
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Extra Spec')
|
.clickDetailTab('Extra Specs')
|
||||||
.wait(5000)
|
.wait(5000)
|
||||||
.tableSearchText(extraKeyName)
|
.tableSearchText(extraKeyName)
|
||||||
.clickFirstActionButton()
|
.clickFirstActionButton()
|
||||||
|
@ -77,8 +77,8 @@ describe('The Volume Page', () => {
|
|||||||
.checkTableFirstRow(name)
|
.checkTableFirstRow(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.checkDetailName(name);
|
.checkDetailName(name);
|
||||||
cy.clickDetailTab('Volume Backup', 'backup').clickDetailTab(
|
cy.clickDetailTab('Volume Backups', 'backup').clickDetailTab(
|
||||||
'Volume Snapshot',
|
'Volume Snapshots',
|
||||||
'snapshot'
|
'snapshot'
|
||||||
);
|
);
|
||||||
cy.goBackToList(listUrl);
|
cy.goBackToList(listUrl);
|
||||||
@ -94,7 +94,7 @@ describe('The Volume Page', () => {
|
|||||||
|
|
||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.goToDetail()
|
.goToDetail()
|
||||||
.clickDetailTab('Volume Snapshot')
|
.clickDetailTab('Volume Snapshots')
|
||||||
.tableSearchText(snapshotName)
|
.tableSearchText(snapshotName)
|
||||||
.checkTableFirstRow(snapshotName);
|
.checkTableFirstRow(snapshotName);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user