Display and sorting in the website backups table

Discussion in 'Developers' Forum' started by Pyanepsion, Jan 12, 2026.

Tags:
  1. Pyanepsion

    Pyanepsion Member

    Sites → Website → Backup
    The backups table shows several user-interface issues, independent of the language used.

    Capture d'écran 2026-01-12 221747.png

    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.
     
  2. pyte

    pyte Well-Known Member HowtoForge Supporter

    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.
     
    ahrasis and remkoh like this.
  3. Pyanepsion

    Pyanepsion Member

  4. pyte

    pyte Well-Known Member HowtoForge Supporter

Share This Page