Sites → Website → Backup The backups table shows several user-interface issues, independent of the language used. 1. ‘Backup file’ column File names are long (especially for database backups). When the text exceeds the available width, it is not truncated: it overflows into the other columns and breaks the table layout. I therefore think of a combination: Code: text-overflow: ellipsis; white-space: nwrap; overflow: hidden; 2. Column widths not adapted The columns are not sized according to their role and their content. The current width distribution reduces the readability and alignment of the table. 3. Sort icons not usable The sort arrows in the table header are not clickable in the current layout. As a result, the sorting function is unusable on this table.
I've seen you reported some issue in the last few days here. The developer forum is not for reporting issues with ISPConfig, but rather for discussion about topics that are related to ISPConfig development. If you found a bug or even want to contribute to the project, then please use the official Gitlab. Check if the issue that you found is not already reported and if you are sure that it is not then go ahead and open a new issue with a detailed description. If you want to contribute to the project, you can check out the contribution guidelines in the Gitlab as well.
I thought I was in the right place. Your message helped me identify the appropriate channel. Is this the correct one? https://git.ispconfig.org/ispconfig/ispconfig3/-/issues
Yes that is the official Issue Tracker for ISPConfig. Make sure to read the contribution guidelines at https://git.ispconfig.org/ispconfig/ispconfig3/-/blob/develop/CONTRIBUTING.md?ref_type=heads before doing anything else.