Skip to content

Commit

Permalink
Merge pull request #2059 from uProxy/dborkan-cloud-invite-fix
Browse files Browse the repository at this point in the history
Hide cloud invite controls if cloud network not selected
  • Loading branch information
dborkan committed Nov 16, 2015
2 parents 9a73866 + b9de848 commit 521a453
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 521a453

Please sign in to comment.