mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Fix filter DS datatable when download app (#4815)
This commit is contained in:
parent
7101d2f331
commit
21c62e5dc8
@ -51,7 +51,7 @@ define(function(require) {
|
||||
formPanelId + "datastoresTable", {
|
||||
"select": true,
|
||||
"selectOptions": {
|
||||
"filter_fn": function(ds) { return ds.TYPE == DataStore.TYPES.IMAGE_DS; }
|
||||
"filter_fn": function(ds) { return ds.TYPE != DataStore.TYPES.SYSTEM_DS; }
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user