Skip to content

Commit

Permalink
added help text if no frames are selected
Browse files Browse the repository at this point in the history
  • Loading branch information
earthquakesan committed Apr 21, 2017
1 parent 6a081c1 commit 240cbf2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/components/render-ui/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
<div class="frame-wrapper">
<iframe src="{{frameUrl}}"></iframe>
</div>
{{/if}}
{{else}}
<div class="col s12 light center header">
<h2>Welcome to UI Integator</h2>
<p>To get started select one of the items in the header.</p>
</div>
{{/if}}

0 comments on commit 240cbf2

Please sign in to comment.