Skip to content

Commit

Permalink
Hide cloud invite controls if cloud network not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Borkan committed Nov 16, 2015
1 parent 9a73866 commit b9de848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic_ui/polymer/invite-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</div>
</div>

<div>
<div hidden?='{{ selectedNetworkName != "Cloud"}}'>
<p>{{ 'CLOUD_INVITE_INSTRUCTIONS' | $$ }}</p>
<paper-input-decorator label='{{ "CLOUD_INVITE_PLACEHOLDER" | $$ }}'>
<input is='core-input' value='{{ cloudInstanceInput }}'>
Expand Down

0 comments on commit b9de848

Please sign in to comment.