Konstantinos S

Results 3 comments of Konstantinos S

To make the stats show up in a horizontal line I just made this change to MMM-SystemStats.js >var row = document.createElement('tr'); > Object.keys(sysData).forEach(function (item){ > //var row = document.createElement('tr'); So,...

Also if you would like to add more space between the stats you can do this: `c2.innerHTML = "&nbsp;&nbsp;&nbsp;&nbsp;" + ;` note that i omitted some ` before the <...

Hey, I ran into the same issue today while updating to v2. I am managing the app through Helm. To resolve this I just changed the command of the Deployment/Pod...