Skip to content

Commit

Permalink
Merge pull request #30 from WisdmLabs/dev
Browse files Browse the repository at this point in the history
Dev to Master for v2.0.0
  • Loading branch information
wisdmyogeshshirsath committed May 8, 2020
2 parents db1d146 + 80b6155 commit 40eb944
Show file tree
Hide file tree
Showing 11 changed files with 215 additions and 376 deletions.
9 changes: 7 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log:
===========

Version 2.0.0
=============
Feature - Brand new live usage tab design.
Tweak - Plugin update check time.
Tweak - Improvement in CPU usage calculation.
Fix - Edwiser RemUI updating issue with different moodle branch.

Version 1.0.4
=============
Fix - Fixed upgrade issue.
Expand All @@ -9,12 +16,10 @@ Fix - Changed memory usage warning message.

Version 1.0.3
=============

Fix - Improved plugin updater stability.
Fix - Tabs working in themes not based on Bootstrap.
Fix - Showing warning to Admin for linux if unable to fetch cpu and memory usage.


Version 1.0.2 (First release)
=============================
Fix - Update code according to moodle standards
Expand Down
2 changes: 1 addition & 1 deletion amd/build/main.min.js → amd/build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion amd/src/main.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ define([
var tags = $(this).parents(SELECTORS.ROOT).find('.tab-pane').removeClass('show active');
var target = $(this).data('container');
$(this).parents('.nav-item').addClass('active');
console.log($(this).parents(SELECTORS.ROOT).find('#' + target));
$(this).parents(SELECTORS.ROOT).find('#' + target).addClass('show active');
switch ($(this).data('container')) {
case "edwiser_site_monitor_view_live_status":
Expand Down
Loading

0 comments on commit 40eb944

Please sign in to comment.