Leo Q
Leo Q
1. 使用键盘回车键选择完成后, 表单字段失去焦点, 此时需要重新点击表单字段 2. 输入框内输入搜索的文字, 选择一个项目后, 输入的搜索文字就会被清空, 一般情况下是够用, 但是在需要输入很多个主机的情况下, 结合上一条, 输入的时候非常痛苦 3. 单选和复选混用, 造成用户理解困难. 到底是单选还是多选还需要后端或者field 备注才能说清楚. 当初用 antd 的表单, 但是 antd 的表单有性能问题, 所以换成了另一个 select, 结果这个select 也有上面的问题.... 真的有点生气了. 看看升级能不能解决, 不能解决就立项前端组件全换了重写算了,...
https://github.com/douban/helpdesk/blob/0d92cf602661872dd017b063a63764c733d1a56f/helpdesk/views/auth/index.py#L46
日志还会显示 -> ```javascript TypeError: can't assign to property "id" on 200: not an object handleResult ResultHostTable.vue:131 loadResult ResultHostTable.vue:120 mounted ResultHostTable.vue:194 VueJS 18 ``` 内部ticket id: 1948
### 场景 用户需要批量申请很多个资源, 比如需要创建很多个用户, 每个用户都有 姓名, id, 邮箱这些选项 ``` - name: xxx id: 1 email: [email protected] - name: yyy id: 2 email: [email protected] ``` 当然这些表单也可以转成单个表单, 由用户填很多个单独的表单, 但是审核和申请起来都比较麻烦. ### 如何实现 ####...
The quote in header ``Access-Control-Allow-Methods: "POST, GET, OPTIONS, PUT, PATCH, DELETE"`` can make it imcompatible with ``Firefox`` , delete the quote to fix the bug If the response header is...
Firefox only support for the header format as follow: ``` Access-Control-Allow-Methods: , , ... Access-Control-Allow-Headers: , , ... ``` notice there's no double quotes around the values, but the ingress...
reg pattern with `_` seems not to be working, like `xxx\.(\w+)\._cron\.(\w+)`
If this pr is merged, we can use `docker pull ghcr.io/ messagebird /beanstalkd_exporter:master` to use this exporter
nexus-proxy version : `quay.io/travelaudience/docker-nexus-proxy:2.5.0` hello, I set up nexus using the [stable/sonatype](https://github.com/helm/charts/tree/master/stable/sonatype-nexus) helm chart , I tried to download a file size of 700M but failed , here's the log...