jcabrerizo commented on code in PR #324:
URL: https://github.com/apache/brooklyn-ui/pull/324#discussion_r881712252
##########
ui-modules/utils/logbook/logbook.template.html:
##########
@@ -59,6 +59,11 @@
<i class="fa fa-share" ng-class="{'fa-rotate-90':
search.latest, 'fa-rotate-270': !search.latest}"></i>
</button>
</div>
+ <div class="btn-group">
+ <button id="logbook-recursive" type="button"
ng-click="search.recursive = !search.recursive" class="btn btn-default
btn-accent" uib-dropdown-toggle uib-tooltip="Recursive selection of task
children">
Review Comment:
I think the tooltip message should be a little more user friendly: "Show
subtask" or "Show child task recursively"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]