mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Small typo fixes in self-service and sunstone
(cherry picked from commit b846ea5160f036cf41546f697835c74d2edae4fb)
This commit is contained in:
parent
aa5fcbf3af
commit
d8e3c2011e
@ -929,7 +929,7 @@ function popUpCreateVMDialog(){
|
||||
|
||||
var href = location.protocol + "//" + location.host;
|
||||
|
||||
var disks = $('#disk_box option[clicked="clicked"]');
|
||||
var disks = $('#disk_box option[clicked="clicked"]', dialog);
|
||||
if (disks.length){
|
||||
vm["DISK"] = [];
|
||||
|
||||
@ -939,7 +939,7 @@ function popUpCreateVMDialog(){
|
||||
});
|
||||
};
|
||||
|
||||
var nets = $('#network_box option[clicked="clicked"]');
|
||||
var nets = $('#network_box option[clicked="clicked"]', dialog);
|
||||
|
||||
if (nets.length){
|
||||
vm["NIC"] = [];
|
||||
|
@ -15,7 +15,7 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
var infra_tab_content =
|
||||
'<table class="dashboard_table" id="infra_dashboard" style=>\
|
||||
'<table class="dashboard_table" id="infra_dashboard">\
|
||||
<tr>\
|
||||
<td style="width:50%">\
|
||||
<table style="width:100%">\
|
||||
|
Loading…
x
Reference in New Issue
Block a user