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

Fix typo #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion src/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