mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
M #~: Fix filter DS datatable when download app (#4815)
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user