-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag an drop of columbs not possible anymore #175
Comments
Hi there, It works on my end. Looks like the page is not loaded properly. Please reload page and check the browser error log / console by pressing F12 for details. |
Thanks for the details! The 500 server error is a very generic error so not sure without more details what's causing this. I'd recommend also exporting the Devices in a CSV file via the Backup / Restore section in maintenance and then starting with a fresh install because your database is pretty huge (500MB). You can then import the CSV file as per instructions on a new DB.My database size is around 10MB max and it's possible SQLite is having issues with that size or DB queries are timing out. j |
Hey, A workaround is to access this url:
This will generate and download a CSV file of all the devices. I highly recommend to backup everything (including DB). The CSV only contains the Devices and Network info, not NMAP port custom comments. Hope this helps, |
How often do you scan for new devices? That might influence the size of the DB - my settings are usually every 3 or 5 minutes. Same with additional scans such as Pholus or NMAP. They might influence the DB size as well, although, depending on your version, only unique values should be stored which should prevent the DB to swell up this much. |
The CSV export seems to generate a file with 2 blank lines in the beginning. Please delete them and the CSV import should work again. |
removing the 2 blank lines worked, thanks! and if you got drag'n' drop sometime working, it would be nice if you can drag an drop the columns directly on the main page. and maybe you can extend the width of the page itself or make it dynamic resized with the browser screen. |
Hi there,
Glad to hear that it's working!
I'll look into the icon not exporting as that should be an easy fix.
The UI specific requests are low priority as the framework picked by the
original developer is not very extensible (and afaik doesn't support
components) and has limited mobile support. Also is argue the value
proposition is smaller than working on something else.
Feel free to submit PRs if interested.
That being said, I'd reconsider if more people and or recurring sponsors
would request these.
Hope this position makes sense.
J
…On Tue, 14 Feb 2023, 08:58 killtux, ***@***.***> wrote:
removing the 2 blank lines worked, thanks!
db stays < 0,50mb now. would be cool if you can add the icon name to the
csv export too.
and if you got drag'n' drop sometime working, it would be nice if you can
drag an drop the columns directly on the main page.
and maybe you can extend the width of the page itself or make it dynamic
resized with the browser screen.
since width is fixed you have to scroll left and right all the time to see
the other columns even if there is enough space on the monitor. just the
background extends.
—
Reply to this email directly, view it on GitHub
<https://github.com/jokob-sk/Pi.Alert/issues/175#issuecomment-1428745754>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5URDD7ZSSOVHMEOT5TIL3WXKU7VANCNFSM6AAAAAAUUICOCI>
.
You are receiving this because you commented.Message ID: <jokob-sk/Pi.
***@***.***>
|
Can you clear/purge the logs? The new release is taking a while as it comes with a bigger piece of functionality. You can try the dev builds if interested: https://registry.hub.docker.com/r/jokobsk/pi.alert_dev - which obviously are less table |
clearing the whole log dir worked.
…
Ein März 10, 2023 bei 9:31 PM, <jokob-sk ***@***.***)> schrieb:
Can you clear/purge the logs?
The new release is taking a while as it comes with a bigger piece of functionality. You can try the dev builds if interested: https://registry.hub.docker.com/r/jokobsk/pi.alert_dev - which obviously are less table
—
Reply to this email directly, view it on GitHub (https://github.com/jokob-sk/Pi.Alert/issues/175#issuecomment-1464384488), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AIYQTEJZYZ2PO4JXLTEYTRDW3OFSFANCNFSM6AAAAAAUUICOCI).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Describe the issue
Cannot drag and drop order of columns
it was a bit clunky before, liked described on the maintanance page, but since the last update its not possible to move anything.
The text was updated successfully, but these errors were encountered: