fix: Modify label names to make them consistent
fix 'restart policy' to 'exit policy' in detail page to match the creation process Change-Id: I4740c377107a4e8687667c3e24578e1f7846aaba
This commit is contained in:
parent
c5953f174a
commit
5a45f54df3
@ -1982,7 +1982,6 @@
|
|||||||
"Restart": "Restart",
|
"Restart": "Restart",
|
||||||
"Restart Container": "Restart Container",
|
"Restart Container": "Restart Container",
|
||||||
"Restart Database Service": "Restart Database Service",
|
"Restart Database Service": "Restart Database Service",
|
||||||
"Restart Policy": "Restart Policy",
|
|
||||||
"Restarting": "Restarting",
|
"Restarting": "Restarting",
|
||||||
"Restore Backup": "Restore Backup",
|
"Restore Backup": "Restore Backup",
|
||||||
"Restore From Snapshot": "Restore From Snapshot",
|
"Restore From Snapshot": "Restore From Snapshot",
|
||||||
|
@ -1982,7 +1982,6 @@
|
|||||||
"Restart": "重启",
|
"Restart": "重启",
|
||||||
"Restart Container": "重启容器",
|
"Restart Container": "重启容器",
|
||||||
"Restart Database Service": "重启数据库服务",
|
"Restart Database Service": "重启数据库服务",
|
||||||
"Restart Policy": "重启策略",
|
|
||||||
"Restarting": "重启中",
|
"Restarting": "重启中",
|
||||||
"Restore Backup": "恢复备份",
|
"Restore Backup": "恢复备份",
|
||||||
"Restore From Snapshot": "从快照恢复",
|
"Restore From Snapshot": "从快照恢复",
|
||||||
|
@ -91,7 +91,7 @@ export class BaseDetail extends Base {
|
|||||||
dataIndex: 'memory',
|
dataIndex: 'memory',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('Restart Policy'),
|
label: t('Exit Policy'),
|
||||||
dataIndex: 'restart_policy',
|
dataIndex: 'restart_policy',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -139,7 +139,7 @@ export class BaseDetail extends Base {
|
|||||||
dataIndex: 'disk',
|
dataIndex: 'disk',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('Restart Policy'),
|
label: t('Exit Policy'),
|
||||||
dataIndex: 'restart_policy',
|
dataIndex: 'restart_policy',
|
||||||
render: (value) => {
|
render: (value) => {
|
||||||
if (isEmpty(value)) {
|
if (isEmpty(value)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user