Page 1 of 1

CSF option disappeared after 1.0.0-1 Update!

Posted: Mon Nov 01, 2021 3:27 pm
by danielz
Hello,
afther this update 31-October my CSF option in the header of system has gone.
I've tried to put that option in vesta.conf but without success.
Like: CSF='YES'

edited: /usr/local/vesta/web/templates/admin/panel.html; then
and add: <div class="l-menu__item <?php if($TAB == 'CSF' ) echo 'l-menu__item--active' ?>"><a href="/list/csf/"><?=__('CSF')?></a></div>
No lucky too!

Anyone can help me please ?

Thanks.

Re: CSF option disappeared after 1.0.0-1 Update!

Posted: Wed Nov 03, 2021 3:29 am
by Zarat
That is no longer enough, now vesta uses react, the files are located in: /usr/local/vesta/src/react

Re: CSF option disappeared after 1.0.0-1 Update!

Posted: Mon Dec 20, 2021 10:49 pm
by cvondra
Anyone know how to edit the react files to add a menu item?????