You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2022/07/12 15:48:46 UTC

[GitHub] [brooklyn-ui] algairim commented on a diff in pull request #348: show logbook widget for 404 tasks, and new trust-error option

algairim commented on code in PR #348:
URL: https://github.com/apache/brooklyn-ui/pull/348#discussion_r919133388


##########
ui-modules/app-inspector/app/views/main/inspect/activities/detail/detail.controller.js:
##########
@@ -24,10 +24,10 @@ export const detailState = {
     name: 'main.inspect.activities.detail',
     url: '/:activityId',
     template: template,
-    controller: ['$scope', '$state', '$stateParams', '$log', '$uibModal', '$timeout', 'activityApi', 'brUtilsGeneral', DetailController],
+    controller: ['$scope', '$state', '$stateParams', '$log', '$uibModal', '$timeout', '$sanitize', '$sce', 'activityApi', 'brUtilsGeneral', DetailController],
     controllerAs: 'vm'
 }
-function DetailController($scope, $state, $stateParams, $log, $uibModal, $timeout, activityApi, Utils) {
+function DetailController($scope, $state, $stateParams, $log, $uibModal, $timeout, $sanitize, $sce, activityApi, Utils) {

Review Comment:
   `$sanitize` is not used.



-- 
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: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org