mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix linting
This commit is contained in:
parent
94e16ad496
commit
ce01f7d5d0
1 changed files with 1 additions and 1 deletions
|
@ -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' :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue