tinycm diff plugins/dashboard/dashboard.cgi @ rev 101

users plugin: speed up listing and improve ?lastusers page
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 20 14:36:57 2017 +0100 (2017-02-20)
parents d6c0da38715f
children 5b973f92e669
line diff
     1.1 --- a/plugins/dashboard/dashboard.cgi	Mon Feb 20 13:33:04 2017 +0100
     1.2 +++ b/plugins/dashboard/dashboard.cgi	Mon Feb 20 14:36:57 2017 +0100
     1.3 @@ -47,6 +47,7 @@
     1.4  			# List all plugins
     1.5  			cat << EOT
     1.6  <h3>$(gettext "Plugins:") $(ls $plugins | wc -l)</h3>
     1.7 +<div id="plugins">
     1.8  <table>
     1.9  	<thead>
    1.10  		<td>$(gettext "Name")</td>
    1.11 @@ -65,7 +66,7 @@
    1.12  	</tr>
    1.13  EOT
    1.14  			done
    1.15 -			echo "</table>"
    1.16 +			echo "</table></div>"
    1.17  		fi
    1.18  	else
    1.19  		gettext "You must be logged in to view the dashboard"