Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 56b3d79

Browse files
committed
Fix typo clulsters to clusters
Fix typo; clulsters => clusters in dist
1 parent 700d9df commit 56b3d79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/components/clusters/partials/clusters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 >Kubernetes Clusters</h1>
1414
<div ng-if="ctrl.clusters.length === 0">
1515
<div style="text-align: center; padding-top: 90px; min-height: 220px; min-width: 400px; margin: 0 auto;">
1616
<i ng-class="icon" class="icon-gf icon-gf-endpoint no-endpoints"></i>
17-
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clulsters yet.<br>
17+
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clusters yet.<br>
1818
<a class="highlight-word" href="plugins/grafana-kubernetes-app/page/cluster-config">Add a new cluster</a>
1919
</p>
2020
<p ng-if="!ctrl.isOrgEditor">Your org does not have any clusters configured. Contact your org admin.

src/components/clusters/partials/clusters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 >Kubernetes Clusters</h1>
1414
<div ng-if="ctrl.clusters.length === 0">
1515
<div style="text-align: center; padding-top: 90px; min-height: 220px; min-width: 400px; margin: 0 auto;">
1616
<i ng-class="icon" class="icon-gf icon-gf-endpoint no-endpoints"></i>
17-
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clulsters yet.<br>
17+
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clusters yet.<br>
1818
<a class="highlight-word" href="plugins/grafana-kubernetes-app/page/cluster-config">Add a new cluster</a>
1919
</p>
2020
<p ng-if="!ctrl.isOrgEditor">Your org does not have any clusters configured. Contact your org admin.

0 commit comments

Comments
 (0)