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:
parent
e587a8928b
commit
e23afc0ff7
@ -361,8 +361,9 @@ function updateDatastoreSelect(){
|
||||
datastores_select = makeSelectOptions(dataTable_datastores,
|
||||
1,
|
||||
4,
|
||||
[],
|
||||
[]
|
||||
[1],
|
||||
[0], //do not include sys datastores
|
||||
true
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user