Skip to content

Update Bootstrap to v4.6.0

Dylan Oliver Teague requested to merge bugfix/bootstrap-version into develop

Description

Changing bootstrap version in the monitoring suite to allow for certain display features. These files may want to be moved to a more central area to allow for a more convenient include, so suggestions are welcome

Related Issue

How Has This Been Tested?

Each of the applications in xdaq was checked for anything wonky, and nothing seemed amiss. This change shouldn't cause much change to the current setup though since the current version could not rely on bootstrap functionality since it didn't work (jquery version issues as mentioned below).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Laurent Petre

Merge request reports