From fbc2815ab286434ee485a380dd72914c9331f683 Mon Sep 17 00:00:00 2001 From: QiRaining <804470533@qq.com> Date: Wed, 21 Dec 2016 13:32:19 +0800 Subject: [PATCH] [FIX]cluster detach L2 network (i118 error) --- zstack_dashboard/static/resources/locale-zh_CN.json | 2 +- zstack_dashboard/static/resources/locale-zh_TW.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zstack_dashboard/static/resources/locale-zh_CN.json b/zstack_dashboard/static/resources/locale-zh_CN.json index 6458525..8db0041 100755 --- a/zstack_dashboard/static/resources/locale-zh_CN.json +++ b/zstack_dashboard/static/resources/locale-zh_CN.json @@ -285,7 +285,7 @@ "cluster.details.Disable": "禁用", "cluster.details.Add Host": "添加物理机", "cluster.details.Attach L2Network": "挂载L2网络", - "cluster.details.Detach L2Network": "卸载网络", + "cluster.details.Detach L2Network": "卸载L2网络", "cluster.details.Attach Primary Storage": "挂载主存储", "cluster.details.Detach Primary Storage": "卸载主存储", "cluster.details.Delete": "删除", diff --git a/zstack_dashboard/static/resources/locale-zh_TW.json b/zstack_dashboard/static/resources/locale-zh_TW.json index f6807bf..241b988 100755 --- a/zstack_dashboard/static/resources/locale-zh_TW.json +++ b/zstack_dashboard/static/resources/locale-zh_TW.json @@ -285,7 +285,7 @@ "cluster.details.Disable": "禁用", "cluster.details.Add Host": "新增實體機", "cluster.details.Attach L2Network": "掛載L2網路", - "cluster.details.Detach L2Network": "卸載網路", + "cluster.details.Detach L2Network": "卸載L2網路", "cluster.details.Attach Primary Storage": "掛載主儲存", "cluster.details.Detach Primary Storage": "卸載主儲存", "cluster.details.Delete": "刪除",