Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
PaperUI: Always show add channel button for extensible things (#4371)
Browse files Browse the repository at this point in the history
Signed-off-by: Henning Treu <henning.treu@telekom.de>
  • Loading branch information
htreu authored and sjsf committed Oct 4, 2017
1 parent 1e308ce commit 29511dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ <h3>{{thing.label}}</h3>
</div>
<div ng-include="'partials/configuration.firmware.html'"></div>
<br />
<h2 class="inline" ng-show="thing.channels.length > 0">Channels
<h2 class="inline" ng-show="thing.channels.length > 0 || isExtensible()">Channels
<button ng-if="isExtensible()" class="extensible-thing md-fab md-custom-plus md-button md-ink-ripple" type="button" ng-click="addChannel($event)" aria-label="Add">
<span class="ng-scope">+</span>
<div class="md-ripple-container"></div>
Expand Down

0 comments on commit 29511dd

Please sign in to comment.