mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-08 19:18:11 +03:00
Merge pull request #660 from nclsHart/webui-memswap-bad-values
[Web UI] Fix memswap plugin displaying mem values
This commit is contained in:
commit
f219f3e130
@ -1,5 +1,5 @@
|
||||
glancesApp.service('GlancesPluginMemSwap', function() {
|
||||
var _pluginName = "mem";
|
||||
var _pluginName = "memswap";
|
||||
var _view = {};
|
||||
|
||||
this.percent = null;
|
||||
|
Loading…
Reference in New Issue
Block a user