fix: add Specify Physical Node label of manually specify when create instance
When creating an instance, switch to manually specify the physical node. The physical node label is missing in compute page. Change-Id: Ia1c709dc06b8c767c1004a794b22541535f2a2e5
This commit is contained in:
@@ -1700,6 +1700,7 @@
|
||||
"Phone": "Phone",
|
||||
"Physical CPU Usage": "Physical CPU Usage",
|
||||
"Physical Network": "Physical Network",
|
||||
"Specify Physical Node": "Specify Physical Node",
|
||||
"Physical Node": "Physical Node",
|
||||
"Physical Nodes": "Physical Nodes",
|
||||
"Physical Storage Usage": "Physical Storage Usage",
|
||||
|
@@ -1700,6 +1700,7 @@
|
||||
"Phone": "手机",
|
||||
"Physical CPU Usage": "物理CPU使用量",
|
||||
"Physical Network": "物理网络",
|
||||
"Specify Physical Node": "指定物理节点",
|
||||
"Physical Node": "物理节点",
|
||||
"Physical Nodes": "物理节点",
|
||||
"Physical Storage Usage": "物理存储使用量",
|
||||
|
@@ -371,7 +371,7 @@ export class SystemStep extends Base {
|
||||
},
|
||||
{
|
||||
name: 'physicalNode',
|
||||
label: ' ',
|
||||
label: t('Specify Physical Node'),
|
||||
type: 'select-table',
|
||||
hidden: !this.hasAdminRole || !more || !isManually,
|
||||
required: isManually,
|
||||
|
Reference in New Issue
Block a user