Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(provider/kubernetes): Fix lint (#4479)
  • Loading branch information
Justin Reynolds committed Nov 17, 2017
1 parent 22fc713 commit 4503849
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ class KubernetesManifestStatusComponent implements IComponentOptions {
public controllerAs = 'ctrl';
public template = `
<div class="band band-active" ng-if="!ctrl.status.stable"
uib-tooltip="{{ctrl.status.message}}">
uib-tooltip="{{ctrl.status.message}}">
Transitioning
</div>
`;
Expand Down

0 comments on commit 4503849

Please sign in to comment.