Roo/bootstrap/dash/NumberBox.js
authorMicheal <micheal@roojs.com>
Mon, 1 Dec 2014 09:08:31 +0000 (17:08 +0800)
committerMicheal <micheal@roojs.com>
Mon, 1 Dec 2014 09:08:31 +0000 (17:08 +0800)
Roo/bootstrap/dash/NumberBox.js

index 9c606be..e211627 100644 (file)
@@ -73,19 +73,14 @@ Roo.extend(Roo.bootstrap.dash.NumberBox, Roo.bootstrap.Component,  {
                 ]
             },
             {
-                tag: 'div',
-                cls: '',
-                html : null,
+                
+                tag: 'a',
+                href: this.more_url,
+                cls: 'small-box-footer',
+                html: this.more_text,
                 cn: [{
-                    tag: 'a',
-                    href: this.more_url,
-                    cls: 'small-box-footer',
-                    html: this.more_text,
-                    cn: [{
-                        tag: 'i',
-                        cls: 'fa fa-arrow-circle-right'
-                    }]
-
+                    tag: 'i',
+                    cls: 'fa fa-arrow-circle-right'
                 }]
 
             }]