Add custom headers form to streaming audit events
All threads resolved!
All threads resolved!
Compare changes
Files
4- Robert Hunt authored
- Added automatic row addition when previous roll is filled out - Added max limit to row count and message when limit is reached - Added delete row functionality (not working 100%) - Added ability to disable a row - Disabled all active checkboxes for now - Styled the headers list as per designs - Added tab capture to parent app
@@ -6,13 +6,22 @@ import {
@@ -6,13 +6,22 @@ import {
import externalAuditEventDestinationCreate from '../../graphql/create_external_destination.mutation.graphql';
@@ -21,6 +30,7 @@ export default {
@@ -21,6 +30,7 @@ export default {
@@ -28,9 +38,14 @@ export default {
@@ -28,9 +38,14 @@ export default {
@@ -45,7 +60,9 @@ export default {
@@ -45,7 +60,9 @@ export default {
@@ -61,13 +78,75 @@ export default {
@@ -61,13 +78,75 @@ export default {
@@ -85,24 +164,49 @@ export default {
@@ -85,24 +164,49 @@ export default {