refresh after file upload

shivahost

Verified User
Joined
Mar 7, 2013
Messages
214
after uploading file in file manager and closing the upload result window I think page must reload and new uploaded file must be shown. but not!
 
It's been fixed in latest version of the skin. Thank you for the report!

To update just the skin:
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
 
Refresh Button

It would be nice to have a refresh button in the file manager. Sometimes you want to manually refresh the current working directory.
 
It's been fixed in latest version of the skin. Thank you for the report!

To update just the skin:
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

thanks!

another problem I have is maximize button on file manager! Please test it! When I click Maximize icon there is not good quality zooming!
 
Back
Top