mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - system page - localize network providers section.
This commit is contained in:
parent
d85a11884c
commit
ce653cc782
|
|
@ -1380,4 +1380,3 @@ error.menu.select=Unable to perform action due to no items being selected.
|
|||
error.mgmt.server.inaccessible=The Management Server is unaccessible. Please try again later.
|
||||
error.session.expired=Your session has expired.
|
||||
error.unresolved.internet.name=Your internet name cannot be resolved.
|
||||
|
||||
|
|
|
|||
|
|
@ -1581,7 +1581,3 @@ error.menu.select=項目が選択されていないため操作を実行でき
|
|||
error.mgmt.server.inaccessible=管理サーバーにアクセスできません。後で再実行してください。
|
||||
error.session.expired=セッションの有効期限が切れました。
|
||||
error.unresolved.internet.name=インターネット名を解決できません。
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1634,7 +1634,7 @@
|
|||
},
|
||||
tabs: {
|
||||
details: {
|
||||
title: 'label.details',
|
||||
title: 'label.details',
|
||||
preFilter: function(args) {
|
||||
var hiddenFields = [];
|
||||
if(selectedZoneObj.networktype == "Basic") {
|
||||
|
|
@ -1898,6 +1898,7 @@
|
|||
physicalnetworkid: { label: 'label.physical.network.ID' },
|
||||
destinationphysicalnetworkid: { label: 'label.destination.physical.network.id' },
|
||||
supportedServices: { label: 'label.supported.services' }
|
||||
|
||||
}
|
||||
],
|
||||
dataProvider: function(args) {
|
||||
|
|
@ -3206,7 +3207,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
show: cloudStack.uiCustom.physicalResources({
|
||||
show: cloudStack.uiCustom.physicalResources({//Jes
|
||||
sections: {
|
||||
physicalResources: {
|
||||
type: 'select',
|
||||
|
|
|
|||
Loading…
Reference in New Issue