mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
top!=to (typo)
This commit is contained in:
parent
216993699d
commit
f50e65466a
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ define([
|
|||
|
||||
$scope.detailViewTip = function () {
|
||||
return $scope.hasSelected($scope.rows) ? 'Open nodes dashboard for selected nodes' :
|
||||
'Select nodes and click top open the nodes dashboard';
|
||||
'Select nodes and click to open the nodes dashboard';
|
||||
};
|
||||
|
||||
$scope.calculateWarnings = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue