Roo/bootstrap/dash/TabBox.js
authorEdward <edward@roojs.com>
Thu, 2 Apr 2015 05:28:36 +0000 (13:28 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Apr 2015 05:28:36 +0000 (13:28 +0800)
Roo/bootstrap/dash/TabBox.js

index b342d60..673cf1f 100644 (file)
@@ -85,13 +85,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
                 tag: 'div',
                 cls: 'tab-header',
                 cn: [
-                    {
-                        tag: 'ul',
-                        cls: 'nav nav-tabs pull-right',
-                        cn: [
-                            header
-                        ]
-                    }
+                    header
                 ]
             }
         }