Comment 7 for bug 1623795

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/24284
Committed: http://github.org/Juniper/contrail-web-controller/commit/f72648c8d8087b5f2a8041ea4625372267b4a9b9
Submitter: Zuul
Branch: master

commit f72648c8d8087b5f2a8041ea4625372267b4a9b9
Author: sagargala <email address hidden>
Date: Mon Sep 19 13:50:18 2016 -0700

Fixed loading of Advanced View Page in Monitor Infra

- With upgrade of Bootstrap 3, .hide class is deprecated, use .hidden instead. (http://stackoverflow.com/a/28294225/1301774). Further .hideElement(), .showElement(), .toggleElement() have been added to remove, add and toggle .hidden class (http://stackoverflow.com/a/38648274/1301774).
Advanced View was thus not loading due to .hide class and hence its now changed to .hidden

Change-Id: Ia2c1fddcec16634d16b5f840c665fb105c124b43
Closes-Bug: #1623795