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.