This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new b826056 fix text
b826056 is described below
commit b8260564c72fc6ffe09345ffbab61f4cba68ce12
Author: nzomkxia <[email protected]>
AuthorDate: Fri Jan 4 14:24:34 2019 +0800
fix text
---
dubbo-admin-frontend/src/components/governance/TagRule.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dubbo-admin-frontend/src/components/governance/TagRule.vue
b/dubbo-admin-frontend/src/components/governance/TagRule.vue
index 7a5ec2b..19242fe 100644
--- a/dubbo-admin-frontend/src/components/governance/TagRule.vue
+++ b/dubbo-admin-frontend/src/components/governance/TagRule.vue
@@ -247,17 +247,17 @@
})
break
case 'block':
- this.openWarn(' Are you sure to block Routing Rule', 'application:
' + item.application)
+ this.openWarn(' Are you sure to block Tag Rule', 'application: ' +
item.application)
this.warnStatus.operation = 'disable'
this.warnStatus.id = itemId
break
case 'check_circle_outline':
- this.openWarn(' Are you sure to enable Routing Rule',
'application: ' + item.application)
+ this.openWarn(' Are you sure to enable Tag Rule', 'application: '
+ item.application)
this.warnStatus.operation = 'enable'
this.warnStatus.id = itemId
break
case 'delete':
- this.openWarn(' Are you sure to Delete Routing Rule',
'application: ' + item.application)
+ this.openWarn(' Are you sure to Delete Tag Rule', 'application: '
+ item.application)
this.warnStatus.operation = 'delete'
this.warnStatus.id = itemId
}