Index: lams_monitoring/web/monitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/monitor.jsp,v diff -u -r1.27.2.57 -r1.27.2.58 --- lams_monitoring/web/monitor.jsp 28 Apr 2017 21:33:19 -0000 1.27.2.57 +++ lams_monitoring/web/monitor.jsp 4 May 2017 04:17:54 -0000 1.27.2.58 @@ -10,13 +10,16 @@ + + + + + - - - + - - + + + + - + @@ -180,6 +185,7 @@ initLessonTab(); initSequenceTab(); initLearnersTab(); + initGradebookTab(); refreshMonitor(); $('#description').readmore({ @@ -211,6 +217,9 @@ } else { sequenceInfoDialog.modal("hide"); } + if ( tabId == '4' ) { + updateGradebookTab(); + } } @@ -234,6 +243,7 @@ + @@ -527,6 +537,19 @@ + +
+ + + + + +
+
+ +