1
0
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:
Hector Sanjuan 2012-09-13 13:00:52 +02:00 committed by Ruben S. Montero
parent aa5fcbf3af
commit d8e3c2011e
2 changed files with 3 additions and 3 deletions

View File

@ -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"] = [];

View File

@ -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%">\