Skip to content

Commit

Permalink
fix typos: wating should be waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomizadok committed Jun 28, 2015
1 parent 1c0b765 commit 7054b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/app/components/dashboard/views/pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="run-messages">Started: {{container.state.running.startedAt | date:'medium'}}</div>
</div>
<div ng-show="container.state.waiting">
<div class="run-state">Wating</div>
<div class="run-state">Waiting</div>
<div class="run-messages" ng-show="container.state.waiting.reason">Reason: {{container.state.waiting.reason}}</div>
</div>
<div ng-show="container.state.termination">
Expand Down
2 changes: 1 addition & 1 deletion www/master/components/dashboard/views/pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="run-messages">Started: {{container.state.running.startedAt | date:'medium'}}</div>
</div>
<div ng-show="container.state.waiting">
<div class="run-state">Wating</div>
<div class="run-state">Waiting</div>
<div class="run-messages" ng-show="container.state.waiting.reason">Reason: {{container.state.waiting.reason}}</div>
</div>
<div ng-show="container.state.termination">
Expand Down

0 comments on commit 7054b58

Please sign in to comment.