Skip to content

Commit

Permalink
add settings tabs to ems_container validateBasicInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Freiberger committed Oct 18, 2017
1 parent 19b076f commit 7574e1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ ManageIQ.angular.app.controller('emsCommonFormController', ['$http', '$scope', '
$scope.emsCommonModel.metrics_api_port) ||
($scope.currentTab === "alerts" &&
$scope.emsCommonModel.prometheus_alerts_hostname !== '' &&
$scope.emsCommonModel.prometheus_alerts_api_port !== ''))) {
$scope.emsCommonModel.prometheus_alerts_api_port !== '') ||
($scope.currentTab === "proxy_settings") || ($scope.currentTab === "advanced_settings"))) {
return true;
} else if($scope.emsCommonModel.emstype == "gce" && $scope.emsCommonModel.project != '' &&
($scope.currentTab == "default" ||
Expand Down

0 comments on commit 7574e1f

Please sign in to comment.