BUG: List Sorting

jet1972

Verified User
Joined
Jul 8, 2011
Messages
256
List sorting is working only partly in All Users widget display.

Clicking on the Name sorts OK by the names, but Bandwidth, Disk usage and Domains ar not working at all.
 
Last edited:
It should be fine now, if not, just let us know:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top