Skip to content

Commit

Permalink
[FIXED JENKINS-13035] Merge pull request #1141
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 13, 2014
2 parents ac80ea9 + 026b031 commit 1fab590
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,10 +1,10 @@
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")
}

0 comments on commit 1fab590

Please sign in to comment.