-
diff --git a/_attachments/images/bg_gradient.gif b/_attachments/images/bg_gradient.gif new file mode 100644 index 00000000..c4131367 Binary files /dev/null and b/_attachments/images/bg_gradient.gif differ diff --git a/_attachments/pages/index.html b/_attachments/pages/index.html index c6befdbc..ac11b92a 100644 --- a/_attachments/pages/index.html +++ b/_attachments/pages/index.html @@ -44,14 +44,14 @@ if( vhost ) dbInfo.db_name = 'db'; render( 'db', 'stats', dbInfo ); - + render( 'actions', 'actions', dbInfo ); render( 'bulk', 'bulk', dbInfo ); } $.getJSON( baseURL + 'db', gotDb ); - $( '.csv' ).click( function( e ) { + $( '.csv' ).live('click', ( function( e ) { function gotHeaders( headers ) { window.location.href = baseURL + 'csv?headers=' + headers; @@ -61,7 +61,7 @@ e.preventDefault(); - }) + })) }) @@ -78,11 +78,10 @@
-
|
- |
-
- {{db_name}}
+ |
size {{disk_size}} @@ -136,6 +132,10 @@ + + |