Fix linting

This commit is contained in:
Rashid Khan 2014-02-05 16:41:43 -07:00
parent 94e16ad496
commit ce01f7d5d0

View file

@ -866,7 +866,7 @@ define([
$scope.detailViewTip = function () {
if ($scope.panel.mode === "nodes") {
return $scope.hasSelected($scope.rows) ? 'Open node statistics dashboard for selected nodes' :
return $scope.hasSelected($scope.rows) ? 'Open node statistics dashboard for selected nodes' :
'Select nodes and click to open the node statistics dashboard';
} else {
return $scope.hasSelected($scope.rows) ? 'Open index stats dashboard for selected indices' :