Jump to content

scolcipitato

Community Developer
  • Posts

    225
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by scolcipitato

  1. I can implement it, it shouldn't be an issue.
  2. Sorry I forgot to respond, for implementing this I have to set up a test server as I can't risk messing something up on my main server. And most importantly I don't know if I can integrate on plugin pages, as I tried with User scripts with no luck.
  3. In the post you see crafty, I know it can get this long if you put containers behind a VPN, to have access to containers webui.
  4. I have no idea on what to do, I can give you the reference of what the JS is doing https://api.jqueryui.com/tabs/#option-heightStyle, this set the height of the tabs, now the value is auto, you can try to set it to "content", if it helps I will change it to it, but from my tests it won't help much. You can try with "fill", this might help if you set a height on the ".info-section". But idk, you can play around with my code, especially with style related code.
  5. I need the debug file (first post for instructions)
  6. @Masterwishx A while ago you were reporting that if you open another unraid page the updates on the advanced view/advanced context stopped, I think I found the "problem". Now I must say that I don't know how this would impact unraid, I think that the code is there for a reason, but I saw in other files this missing, so maybe it's fine? I'll put it here just for you and anyone to know if they are really bothered by it. In the file "/usr/local/emhttp/plugins/dynamix.docker.manager/DockerContainers.page" on line 6 you should see this: Nchan="docker_load:stop" change this line to: Nchan="docker_load" I tried what said before for a small-time, and I don't see anything particularly wrong, so if this will become a issue it takes time. Just beware that this will not survive a reboot.
  7. Well, this shouldn't happen, I made a found and replace while testing, and it seems I got that too replaced, I'll make an update.
  8. New version out: 2023.09.30 Changelog: Added custom events, go to the edit/ add page to get started. Updated EN and IT translation for the new version, @kennymc.c I've already added the new lines to the DE translation you just need to translate if you want. Changed the custom CSS import method (here you can find the post I talked about it, if the custom CSS is not working after the update just rename some file according and everything will work as before). Added custom scripts event, you can read about it in the dev guide on GH (link in the first post). Bringed VM tab to par with docker functionality where possible. Updated dev guide and templates.
  9. I'm getting this out before the plugin update, so people will read it. The new version will change how the custom CSS works and will introduce custom scripts for at least the docker tab (I need to work a couple of things out on the dashboard) The new system will not work with current custom CSS file, no need to worry, all you need to do is rename the files. The new system will work with filenames, you can make a file specific for a page (dashboard, docker, vm) by naming the file SOMETHING.NAME_OF_THE_PAGE.(css/js) where something is what you want. The plugin won't check that, but it should be there, NAME_OF_THE_PAGE is the name of the page (dashboard, docker, vm) Ex. scolcipitato.docker.css will work only on the docker tab. scolcipitato.dashboard-docker-vm.css will work on the dashboard, docker and vm tabs The files will also be detected if inside a folder. Ex. test/scolcipitato.docker.css will work only on the docker tab. test/scolcipitato.dashboard-docker-vm.css will work on the dashboard, docker and vm tabs
  10. I had similar issue when creating the stock css, you don't really want to style the root element. .tooltipster-docker-folder > .tooltipster-box { border: 1px solid #999999 !important; -webkit-box-shadow: 1px 1px 10px 3px #D1D1D1; box-shadow: 1px 1px 10px 3px #D1D1D1; }
  11. I don't include them because I think the dashboard should be an overview of the server. If you want more access to information you should go to the tab, but I'll think about it, if this won't impact too badly the stock look. Hmmmm...this would involve @scolcipitato again. Making the down arrow close the folder will be somewhat impossible since they don't "exist" in the html code. I am adding it with CSS. So scolcipitato can't make that any sort of event handler for closing the folder. He can have the folder icon just open and close with a left-click, but what about all the other options in the context menu? I won't implement it for sure, as you said, I can't access the custom CSS you make. Even if I could, in the long run it would be a nightmare, having and maintaining custom code baked in for everyone who need something. I have a couple of ideas for making custom script, this is far, far away, I have other things to do before that.
  12. I know, it should change, the only problem is that that element is selected with an ID and not a class, so unraid will pick up only the one you see on the advanced view. In the next version I have it resolved, I don't like the solution, but it works. And you are right, only the width is supposed to change.
  13. I am working on custom actions, with that you can perform action on specified containers inside a folder.
  14. I thought that ON and OFF were quite universally accepted, but I'll add them in the next update. You used the file I posted, I added lines when the update came out, so the force update you are missing is actually another line ("update-force": "Force update"), I have this to match the case of the English version. I use Firefox, so I couldn't catch this issue, I'll try to understand what is going on. The VM tab is not yet translated, because I need to make the same changes, bring some changes made in the docker tab to the VM tab, then I'll translate it. You might have seen the VM related translation, but they were for the dashboard, sorry for the confusion.
  15. Custom CSS will do the trick, I also forgot to mention that you can change the color of the graph line in the CSS.
  16. I saw that you said to put your files directly in the folder, are there some issue with the import on the settings?
  17. New version is out with the request from @Mattaton, now Docker container both in the dashboard and in the Docker tab have autostart status classes, refer to the template on the GH repo for more info. @Mattaton and @hernandito can you include in the README or the CSS file itself on your GH repo the latest version of the plugin you know the CSS is working on? I think this will make things easier knowing what works on what version.
  18. Good, nice to have it, I'll make an update to add it for everyone. The translations are in the plugin repo, here.
  19. I noticed it too, but it's from unraid not mine.
  20. I feel this is outside the scope of this plugin, but is a great idea, maybe an idea for another plugin.
  21. Sorry about that, I am working on another project and don't have much time, I'll implement it, you just have to wait a little bit.
  22. I don't know if I can, technically the CSS for this plugin is not a plugin, additionally I don't think it should be in the plugin support. Maybe a moderator can help with this.
×
×
  • Create New...