Skip to content

Change xdaq tabs to bootstrap's nav-tabs

Dylan Oliver Teague requested to merge bugfix/tab-index-fix into develop

Description

An issue that was found with xdaq in general is the indexing is not done in a nested way so nested tabs will sometimes not change if the tabs on different levels are in the same position. Since a push towards using more bootstrap is being tossed around, this MR simply changes how the AMC tabs for teh monitoring suite are held, namely using a nav-tabs object instead of the usual xdaq-tabs.

Related Issue

Closes #95 (closed)

How Has This Been Tested?

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.

Merge request reports