frogfather commented on a change in pull request #150: add time information to application data to allow ordering launch time URL: https://github.com/apache/brooklyn-ui/pull/150#discussion_r354409136
########## File path: ui-modules/app-inspector/app/components/entity-tree/entity-tree.html ########## @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<entity-node ng-repeat="application in vm.applications track by application.id" entity="application" application-id="application.id"></entity-node> +<entity-node ng-repeat="application in vm.applications | orderBy: '-startTimeUtc' track by application.id" entity="application" application-id="application.id"></entity-node> Review comment: Good idea - noted ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
