Skip to content
Snippets Groups Projects
  1. Mar 19, 2022
  2. Feb 20, 2022
    • Weilbyte's avatar
      Merge pull request #116 from masonh/patch-1 · a89fde9b
      Weilbyte authored
      return red border around invalid form fields
      a89fde9b
    • masonh's avatar
      return red border around invalid form fields · 98c2ad5c
      masonh authored
      addresses  #111
      
      The 0-width border in this theme prevented the red error border from showing. This commit returns a 1px solid border with the same CSS selector as PVE's built-in theme and corrects for the corresponding layout disruption by adding a -1px margin. The built-in theme currently sets the border color to #cf4c35, which is not overridden.
      98c2ad5c
  3. Feb 12, 2022
  4. Dec 25, 2021
  5. Nov 20, 2021
  6. Nov 15, 2021
  7. Oct 29, 2021
  8. Oct 21, 2021
    • Tommy's avatar
      Added umask · 7ed98d3b
      Tommy authored
      Some people use umask 077 (like me), and it doesn't seem to work. I tried with umask 022 and it worked just fine, so I think we should set the default umask in the script. It would be nice if we can figure out something stricter than 022 as well.
      7ed98d3b
  9. Oct 12, 2021
  10. Sep 09, 2021
  11. Aug 02, 2021
  12. Aug 01, 2021
  13. Jul 28, 2021
  14. Jul 10, 2021
    • Weilbyte's avatar
      PVE 7.0 Support · b89a498b
      Weilbyte authored
      * 7.0: Fix left-panel DC view context menu
      * 7.0: Remove chart button borders
      * 7.0: Fix change button focus color
      * 7.0: Color icons
      * 7.0: Fix grid group title color for repo page
      * 7.0: Checkbox: Inherit color
      * 7.0 changes compiled
      * Add 7.0 to supported list
      b89a498b
Loading