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

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