如何在 teamcity 主页顶部添加选项卡
我们正在尝试在 teamcity 主页顶部的“项目/我的更改/代理/构建队列”区域旁边添加一个新选项卡。
有什么办法可以用当前的 API 来做到这一点吗?
We're trying to add a new tab on the top of teamcity's main page next to the Projects/My Changes/Agents/Build Queue area.
Is there any way to do this with the current API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是 OpenAPI 的一部分。但您可以尝试以下 Javascript 代码:
显然,您必须编写 your_controller 的实现。
在 JSP 视图中,您可能需要使用 page.tag,它是 TeamCity 页面的通用基础。
This is not a part of OpenAPI. But you can try the following Javascript code:
You'll have to wright implementation of your_controller, obviously.
In your JSP view, you'll probably want to use page.tag, which is common base for TeamCity pages.