1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #1713: DS quotas shouldn't show the 'system' type (#1714)

* B #1713: DS quotas shouldn't show the 'system' type

* B #1713: Excluded system DS in quotas
This commit is contained in:
Abel Coronado 2018-02-12 17:19:43 +01:00 committed by Tino Vázquez
parent 8caef8d6c1
commit fdc0851a45

View File

@ -87,6 +87,10 @@ define(function(require) {
add = true;
}
if (resourceXMLRoot === "DATASTORE" && elem.TEMPLATE.TYPE === "SYSTEM_DS"){
add = false;
}
if (add === true) {
var val;