GuildDarts

Members
  • Posts

    209
  • Joined

  • Last visited

Everything posted by GuildDarts

  1. This is not international but as the code that makes it spin is not from docker-folder I can't really fix it edit: Just took another look, and it turns out that I was already modifying the function that was responsible for making the icon spin. Just pushed and update with a fix, should have check before posting
  2. Thanks for the report, did have a piece of code that disabled the submit after it was click but i guess it broke Will update later today with a fix
  3. This issue has been reported a few times before, and I could have sworn I had fixed it. Just tried to reproduce it, but it successfully removed the container from the folder are you on the latest version of the plugin? edit: Think i will add a way to remove containers from the ui even if they dont exist anymore, i really should have done that from the start
  4. Folder icons are stored in, as base64 /boot/config/plugins/docker.folder/folders.json
  5. @l2evy just pushed an update that should hopefully fix the issue Just wanna say thanks for the detailed report as "Possible Cause: I might have tried to pull a docker into the folder that already had a folder?" turned out the be the issue i also think this might have been the issue that a few others had experience recently so thanks again
  6. hmm thats weird that an unraid update would make your folders disappear When did you make the backup as i changed the way folders are stored sometime ago so it might no be able to import the old format. Could you attach your backup to a post then i can try and fix the backup or update the plugin to fix the backup import edit: Super embarrassing at some point i had moved some scripts into a folder, but i forgot to update the path in the import code Just pushed an update, hopefully you should be able to import your backup
  7. Looks like you're having the same issue that @ChillZwix reported a few weeks ago if you edit '/boot/config/plugins/docker.folder/folders.json' then you should be able to find something like "children": null remove the folder it belongs to or change null to [] that should hopefully fix it, i will try and figure out why this might be happening
  8. @kennymc.c should be fixed now
  9. sigh man i hate being able to check if stuff works on safari Did it work on safari before the latest update? Also could you open the browser console, refresh the page and post the errors?
  10. @kennymc.c just pushed an update that should improve things
  11. Yeah just tried the dark theme and it hella hard to see them. Will see if i can make dark theme support better. For now you can use something like theme engine plugin and add cutom stying to the dark theme
  12. You are talking about the preview log button right? or are you talking about the one that used to be next to uptime? you wanna make sure we are on the same page
  13. Yeah i think it has, tho thats a default unraid change edit: realised that you might have meant the preview log button, as that was broke. (should be fixed now )
  14. @GeneM @Alex.b In unraid 6.9.0 you have to drag via the new icon on the far right This also caught me off guard at first
  15. what version of unraid are you on?
  16. No it's not expected, think it broke when i added support for vm folders Will fix it, when i have time but as i does not break anything might be soon TM
  17. The way you are meant to configure/add folders is under the docker/vm page so goto e.g the docker page then at the bottom there is a add folder button (same for vm) i can see how this might be confusing as every other plugin you can just goto plugins/plugin name
  18. looks like a folder called 'System' maybe failed to migrate at some point I removed it from the folders.json you can either do that on yours or download the attached one and replace your current hope this fixes it folders.json
  19. Could you export your folders, and attach them to your next post or if you want you can edit the export and see if you can find the "children" that is no longer an array and fix it (might be more than one) i'm a bit unsure how this happened, how long since you last edited a folder and it worked?
  20. Could you try and edit a folder then press f12 to open the browser console, then refresh the page and see if any errors appear If you dont get any errors could you then export all your folders and attach them to your next post (there is a button in the top right when eddting a folder) if the export does not work then the file is '/boot/config/plugins/docker.folder/folders.json'
  21. Just to make sure that i understand, you can't edit/create new folders but the ones you do have are still showing up? Do you use folders for both docker and vm or just one of them?
  22. When you try and edit a folder does it load the folder settings on the edit page? Also when you try and save a folder do you get any errors in browser console?
  23. Did this happen after you updated the plugin or did it just happen randomly If you can could you attach '/boot/config/plugins/docker.folder/folders.json' and 'folders.backup.json' in your next post, that might help me figure out why i happend You cloud try and rename 'folders.backup.json' to 'folders.json' and see if it works. If not just reinstall the plugin, then you can remake your folders or restore a backup
  24. The reason that's not an option is that i calculates how many i can show before you would have the scroll horizontally. Think i might have mixed up column and row in the settings (i cant never remmber which is which) if you want i can add an option for it? tho there would have to be some horizontal scrolling as far as i can tell
  25. Update Added: preview icon-basic Fixed: long folder names Fixed: docker/vm renaming @L0rdRaiden Sorry that i took a bit over 2 weeks to fix, and thanks for figuring out that it was renaming that caused the issue