\n
\n \n \n }\n tooltipContent={\n \n \n These are the critical resources you have defined to have change\n detections recorded for. To add additional resources to the list,\n build or use a search result to find identities and data\n resources. Then \"Enable Monitoring\" or add \"Change Detection\" from\n the top right corner of the node view results after clicking on a\n result in the search.\n \n
\n }\n position=\"right\"\n />\n \n )\n\n handleSlideOut = (nodeId, type) => {\n this.setState({\n nodeId,\n type,\n showPanel: true,\n })\n }\n\n refetchResources = filters => {\n let newFilters = {}\n _.keys(filters).forEach(key => {\n if (exists(filters[key])) {\n newFilters[key] = filters[key]\n }\n })\n\n this.props.getMonitoredResources({\n filters: newFilters,\n })\n }\n\n handleSelectionChange = evnt => {\n this.setState({\n selectedResources: evnt.api.getSelectedRows().map(row => row.srn),\n })\n }\n\n setFilter = filter => {\n this.setState({\n [filter.filterType]: filter.value || undefined,\n })\n }\n\n clearFilters = () => {\n this.setState({\n createdDate: undefined,\n cloud: undefined,\n account: undefined,\n tags: undefined,\n })\n this.refetchResources({})\n }\n\n toggleChangeImportanceModal = () => {\n this.setState(prevState => {\n return { isImportanceModalOpen: !prevState.isImportanceModalOpen }\n })\n }\n\n changeImportanceMulti = level => {\n this.props.setImportanceMulti({\n level: level,\n srns: this.state.selectedResources.map(srn => srn),\n })\n }\n\n handleMultiDisableMonitoring = () =>\n this.props.disableMonitoringMulti(this.state.selectedResources)\n\n render() {\n if (!this.hasPermission) {\n return (\n \n {' '}\n Insufficent Permissions to view Monitored Resources{' '}\n
\n )\n }\n\n if (this.props.errorMessage) {\n return (\n