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

Commit

Permalink
Fix typo; clulsters => clusters in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysolsen authored Oct 6, 2019
1 parent 4ff3681 commit 20b272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/components/clusters/partials/clusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 >Kubernetes Clusters</h1>
<div ng-if="ctrl.clusters.length === 0">
<div style="text-align: center; padding-top: 90px; min-height: 220px; min-width: 400px; margin: 0 auto;">
<i ng-class="icon" class="icon-gf icon-gf-endpoint no-endpoints"></i>
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clulsters yet.<br>
<p ng-if="ctrl.isOrgEditor">Looks like you don’t have any clusters yet.<br>
<a class="highlight-word" href="plugins/grafana-kubernetes-app/page/cluster-config">Add a new cluster</a>
</p>
<p ng-if="!ctrl.isOrgEditor">Your org does not have any clusters configured. Contact your org admin.
Expand Down

0 comments on commit 20b272f

Please sign in to comment.