Lesson Name
Index: lams_monitoring/web/monitor5.jsp =================================================================== diff -u -rdf1fa56fb8f2b8a120a20a57f8439173c1374e10 -rcef0d9bb2b10841da2f2f948dcfd261f6ed7d644 --- lams_monitoring/web/monitor5.jsp (.../monitor5.jsp) (revision df1fa56fb8f2b8a120a20a57f8439173c1374e10) +++ lams_monitoring/web/monitor5.jsp (.../monitor5.jsp) (revision cef0d9bb2b10841da2f2f948dcfd261f6ed7d644) @@ -8,6 +8,7 @@ + @@ -18,7 +19,7 @@ $(document).ready(function(){ $('.hamburger').click(function(){ $(this).toggleClass('active'); - $('.sidebar, .main-content').toggleClass('active'); + $('.monitoring-page-wrapper .sidebar, .monitoring-page-content').toggleClass('active'); }); var ctx = document.getElementById('myChart').getContext('2d'); @@ -79,10 +80,10 @@ }); -
-