1
0
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:
Hector Sanjuan 2012-05-21 17:00:04 +02:00
parent c959a8f3e4
commit 700f6cafc4

View File

@ -361,8 +361,9 @@ function updateDatastoreSelect(){
datastores_select = makeSelectOptions(dataTable_datastores,
1,
4,
[],
[]
[1],
[0], //do not include sys datastores
true
);
};