dubbo-admin icon indicating copy to clipboard operation
dubbo-admin copied to clipboard

dubbo-admin 标签规则无法按官方示例文档进行设置🆘

Open ranLee1 opened this issue 1 year ago • 0 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.
  • [x] I have checked the REAMDE of this repository and believe that this is not a duplicate.

Environment

  • Dubbo Admin version: 0.5.0
  • Registry center detail (type and version): Nacos:v2.2.1
  • Operating System version: centos:7.9
  • Java version: 17

Steps to reproduce this issue

使用docker 搭建的dubbo-admin 1、在dubbo-admin中依次点击服务治理-标签路由-创建 2、添加官方标签路由示例

configVersion: v3.0
force: true
enabled: true
key: shop-detail
tags:
  - name: gray
    match:
      - key: env
        value:
          exact: gray

3、点击保存后提示成功 4、在次编辑该标签路由显示结果:

enabled: true
force: true
runtime: false
tags:
  - name: gray
    addresses: null

Expected Result

image

Actual Result

image

ranLee1 avatar Mar 11 '24 09:03 ranLee1