Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 希望 log 组件支持 从当前已有数据中 读取内容渲染 #11256

Open
502647092 opened this issue Nov 26, 2024 · 1 comment
Open
Labels
doc optimizing document enhancement New feature or request feat

Comments

@502647092
Copy link
Contributor

是否关联于某个问题吗:

需要渲染Docker后端的logs 但是不是实时的 而是获取某一段
log组件可以满足实时渲染 但是没办法从现有数据中直接获取

预期的解决方案:

    {
      "name": "logs",
      "type": "log",
      "height": "65vh",
      "maxLength": 300,
      "visibleOn": "this.type == 1",
      "value": "${logs}"
    }

支持读取 name 的值 或者通过 value 获取映射的数据

其他可接受方案:

任何附加信息:

@502647092 502647092 added the enhancement New feature or request label Nov 26, 2024
@github-actions github-actions bot added doc optimizing document feat labels Nov 26, 2024
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc optimizing document enhancement New feature or request feat
Projects
None yet
Development

No branches or pull requests

1 participant