Closed rox-ale closed 6 months ago
I implemented a sanity check before settings are saved so this shouldn't re-occur.
This should be available in the next release. If you can, please have a look at the netalertx-dev
docker image, in about 15 minutes (or after the last action finishes) from now.
It would be great if you could test this (backup everything first or use a new container) on your end by switching to the above image and letting me know if the issue was resolved.
Thanks in advance, j
i have use this docker-compose.yml
version: "3"
services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
image: "jokobsk/netalertx-dev"
network_mode: "host"
restart: unless-stopped
volumes:
- /netalertx/config:/app/config
- /netalertx/db:/app/db
# (optional) useful for debugging if you have issues setting up the container
- /netalertx/logs:/app/front/log
environment:
- TZ=Europe/Rome
- PORT=20211
when I run the command docker-compose up -d the result is this
Can you clear the cache and click the refresh button in the top right corner?
done, but after I made a change and saved the values ββthe submenus don't open
Thanks for that,
Could you please confirm the following?
if I use ctrl+f5 after saving it works, otherwise the one in the images below comes out
I implemented some changes on the settings page. If you can, please have a look at the netalertx-dev
docker image, in about 15 minutes (or after the last action finishes) from now.
Thanks in advance, j
released -> closing for now
Is it also available in the not dev but production version?
Hi,
yes, this is now released and available in the last production version from today
Is there an existing issue for this?
Current Behavior
Hy I installed netalertx on docker. I configured the network on which it must scan, but then the screens like this appear, without icons and menu names. What causes this anomaly? how can I solve it?
Thanks Alessio
Expected Behavior
this screen does not appear, but its values
Steps To Reproduce
No response
app.conf
docker-compose.yml
What branch are you running?
Production
app.log
No response
Debug enabled