diff --git a/ui/jsp/instance.jsp b/ui/jsp/instance.jsp index fd38119e372..0cd5dc52508 100644 --- a/ui/jsp/instance.jsp +++ b/ui/jsp/instance.jsp @@ -1363,12 +1363,13 @@
  1. -
  2. +
  3. -
  4. diff --git a/ui/scripts/cloud.core.instance.js b/ui/scripts/cloud.core.instance.js index 143fe719ecd..55cc5ce90e7 100644 --- a/ui/scripts/cloud.core.instance.js +++ b/ui/scripts/cloud.core.instance.js @@ -25,9 +25,11 @@ function vmGetSearchParams() { if (name!=null && trim(name).length > 0) moreCriteria.push("&name="+todb(name)); + /* var state = $advancedSearchPopup.find("#adv_search_state").val(); if (state!=null && state.length > 0) moreCriteria.push("&state="+todb(state)); + */ var zone = $advancedSearchPopup.find("#adv_search_zone").val(); if (zone!=null && zone.length > 0)