1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Remove unused filter_att and filter_val

This commit is contained in:
Daniel Molina 2016-01-20 18:09:58 +01:00
parent d2f39024ca
commit e79cee8055

View File

@ -93,10 +93,6 @@ define(function(require) {
var ds_id = $('#file_datastore .resource_list_select', context).val();
var ds_id_raw = $('#file_datastore_raw .resource_list_select', context).val();
// Filter out DS with type image (0) or system (1)
var filter_att = ["TYPE", "TYPE"];
var filter_val = ["0", "1"];
ResourceSelect.insert({
context: $('#file_datastore', context),
resourceName: 'Datastore',