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 * B #1713: Excluded system DS in quotas
This commit is contained in:
parent
8caef8d6c1
commit
fdc0851a45
@ -87,6 +87,10 @@ define(function(require) {
|
||||
add = true;
|
||||
}
|
||||
|
||||
if (resourceXMLRoot === "DATASTORE" && elem.TEMPLATE.TYPE === "SYSTEM_DS"){
|
||||
add = false;
|
||||
}
|
||||
|
||||
if (add === true) {
|
||||
var val;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user