LDEV-5317 Keep time limit widget open between refreshes TBL monitoring auto refreshes its content to display updates of learner progress. The time limit widget after refresh is always in it default, collapsed state. This given bad user experience. Now the time limit widget retains its collapsed/expanded state between refreshes.
LDEV-5317 Fix time limit widget collapse in TBL monitoring In TBL monitoring we import jQuery and Bootstrap multiple times as we load various tabs. This should be cleaned up. Especially that it breaks the Bootstrap functionality. Since Monitoring UI 5 is coming, there is little point in doing it now. Instead control collapse using JS and not HTML attributes.