tazbug diff web/plugins/dashboard/dashboard.cgi @ rev 118

Up plugins/users and small improvments to dashboard
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 11 22:27:47 2017 +0100 (2017-02-11)
parents 8bda6c6b79a6
children 039c90c60494
line diff
     1.1 --- a/web/plugins/dashboard/dashboard.cgi	Sat Feb 11 15:19:38 2017 +0100
     1.2 +++ b/web/plugins/dashboard/dashboard.cgi	Sat Feb 11 22:27:47 2017 +0100
     1.3 @@ -12,7 +12,6 @@
     1.4  		gettext "You must be logged in to view the dashboard"
     1.5  		exit 0
     1.6  	fi
     1.7 -	users=$(ls -1 $PEOPLE | wc -l)
     1.8  	bugs=$(ls -1 $bugdir | wc -l)
     1.9  	bugsize=$(du -sh $bugdir | awk '{print $1}')
    1.10  	# Source all plugins.conf to get DASHBOARD_TOOLS and ADMIN_TOOLS
    1.11 @@ -36,7 +35,6 @@
    1.12  <pre>
    1.13  Bugs count       : $bugs
    1.14  Database size    : $bugsize
    1.15 -User accounts    : $users
    1.16  Server uptime    :$(uptime | cut -d "," -f 1-2)
    1.17  </pre>
    1.18