--新增网元的导出 重启 停止 启动按钮
This commit is contained in:
@@ -103,6 +103,13 @@ export default {
|
||||
tipBtn: 'Go to login',
|
||||
},
|
||||
configManage: {
|
||||
neManage: {
|
||||
restart: 'Restart',
|
||||
stop: 'Stop',
|
||||
start: 'Start',
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
},
|
||||
backupManage: {
|
||||
setBackupTask: 'Set automatic backup time',
|
||||
neTypePlease: 'Query network element type',
|
||||
|
||||
@@ -103,6 +103,13 @@ export default {
|
||||
tipBtn: '前往登录',
|
||||
},
|
||||
configManage: {
|
||||
neManage: {
|
||||
restart: '重启',
|
||||
stop: '停止',
|
||||
start: '启动',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
},
|
||||
backupManage: {
|
||||
setBackupTask: '设置自动备份时间',
|
||||
neTypePlease: '查询网元类型',
|
||||
|
||||
Reference in New Issue
Block a user