mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
Sunstone: do not offer system datastore when creating an image. Set default datastore as default
This commit is contained in:
parent
c959a8f3e4
commit
700f6cafc4
@ -361,8 +361,9 @@ function updateDatastoreSelect(){
|
||||
datastores_select = makeSelectOptions(dataTable_datastores,
|
||||
1,
|
||||
4,
|
||||
[],
|
||||
[]
|
||||
[1],
|
||||
[0], //do not include sys datastores
|
||||
true
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user