mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-14 19:24:10 +03:00
Feature #4012: Change 'please select' to 'none'
(cherry picked from commit b17782d21cab88a056d800f1ae847bc4bf6aca54)
This commit is contained in:
parent
0e0a1a0489
commit
77107db7b2
@ -177,7 +177,7 @@ define(function(require) {
|
||||
function _fillCustomizations(context, customizations) {
|
||||
var html = "<select>";
|
||||
|
||||
html += '<option value="">'+Locale.tr("Please select")+'</option>';
|
||||
html += '<option value="">'+Locale.tr("None")+'</option>';
|
||||
|
||||
$.each(customizations, function(i,customization){
|
||||
html += '<option value="'+customization+'">'+customization+'</option>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user