diff --git a/ts/virtualRouter.ts b/ts/virtualRouter.ts index 4c13f83..3b3a5e6 100755 --- a/ts/virtualRouter.ts +++ b/ts/virtualRouter.ts @@ -262,7 +262,7 @@ module MVirtualRouter { field: 'name', title: '{{"virtualRouter.ts.NAME" | translate}}', width: '20%', - template: '{{dataItem.name}}' + template: '{{dataItem.name}}' }, { field: 'description', diff --git a/zstack_dashboard/static/app/app.js b/zstack_dashboard/static/app/app.js index 27a32aa..db3daa0 100644 --- a/zstack_dashboard/static/app/app.js +++ b/zstack_dashboard/static/app/app.js @@ -28905,7 +28905,7 @@ var MVirtualRouter; field: 'name', title: '{{"virtualRouter.ts.NAME" | translate}}', width: '20%', - template: '{{dataItem.name}}' + template: '{{dataItem.name}}' }, { field: 'description', diff --git a/zstack_dashboard/static/templates/virtualRouter/details.html b/zstack_dashboard/static/templates/virtualRouter/details.html index 7d4af38..37d0952 100755 --- a/zstack_dashboard/static/templates/virtualRouter/details.html +++ b/zstack_dashboard/static/templates/virtualRouter/details.html @@ -82,6 +82,10 @@