Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
    • Benjamin Bertrand's avatar
      Update bootstrap to 4.4.1 · c4395f11
      Benjamin Bertrand authored
      Remove btn-secondary class on datatables button
      btn-outline-secondary shouldn't be added with btn-secondary anymore with
      4.4.1
      
      JIRA INFRA-2021 #action In Progress
      c4395f11
  2. Aug 02, 2018
    • Benjamin Bertrand's avatar
      Remove flask-bootstrap dependency · 7c98683d
      Benjamin Bertrand authored
      The official flask-bootstrap is still not compatible with bootstrap 4.
      The application basically only uses the main template and one macro.
      It's easier to include directly bootstrap in CSEntry.
      It makes upgrading to the latest bootstrap much easier and removes a
      dependency.
      
      Update to bootstrap 4.1.3
      
      Added:
      - jquery-3.3.1.min.js
      - bootstrap.bundle.min.js (include popper but not jquery)
      
      Note that jquery.slim can't be used.
      We need for example $.getJSON for datatables.
      7c98683d
Loading