提交 1fab590e 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-13035] Merge pull request #1141

package hudson.views.MyViewsTabBar.GlobalConfigurationImpl
import hudson.views.ViewsTabBar
import hudson.views.MyViewsTabBar
def f=namespace(lib.FormTagLib)
def all = ViewsTabBar.all()
def all = MyViewsTabBar.all()
if (all.size()>1) {
f.dropdownDescriptorSelector(title:_("Views Tab Bar"),field:"viewsTabBar")
f.dropdownDescriptorSelector(title:_("My Views Tab Bar"),field:"myViewsTabBar")
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册