mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 01:22:59 +00:00
bug 8244: Add Host dialog in Resource page - hide info_container when clicking Submit button.
This commit is contained in:
parent
5b073cd370
commit
a189eb69d3
@ -887,9 +887,8 @@ function initAddHostShortcut() {
|
||||
.dialog('option', 'buttons', {
|
||||
"Add": function() {
|
||||
var $thisDialog = $(this);
|
||||
|
||||
//var clusterRadio = $thisDialog.find("input[name=cluster]:checked").val();
|
||||
|
||||
$thisDialog.find("#info_container").hide();
|
||||
|
||||
// validate values
|
||||
var isValid = true;
|
||||
isValid &= validateDropDownBox("Zone", $thisDialog.find("#zone_dropdown"), $thisDialog.find("#zone_dropdown_errormsg"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user