scope.$parent.$watch(`job.plugin_data["${attrs.pluginStatus}"]`, function (value) {
        scope.data = value;
      });