1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Sunstone: do not offer system datastore when creating an image. Set default datastore as default

(cherry picked from commit 700f6cafc476a6eb782eadd1fa822f3a77688a6c)
This commit is contained in:
Hector Sanjuan 2012-05-21 17:00:04 +02:00 committed by Ruben S. Montero
parent e587a8928b
commit e23afc0ff7

View File

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