1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

feature #3748: Remove SNAPSHOT_SIZE from the info panel

This commit is contained in:
Daniel Molina 2015-07-22 12:30:59 +02:00
parent 885cba9c41
commit 4e7a5116d6

View File

@ -69,6 +69,7 @@ define(function(require) {
delete monitoring.NETRX;
delete monitoring.STATE;
delete monitoring.DISK_SIZE;
delete monitoring.SNAPSHOT_SIZE;
var monitoringTableContentHTML;
if (!$.isEmptyObject(monitoring)) {
monitoringTableContentHTML = Humanize.prettyPrintJSON(monitoring);