Added new header

This commit is contained in:
Frikky
2023-11-15 12:58:58 +01:00
parent c629864c26
commit ac82eed060
4 changed files with 1386 additions and 9 deletions
+3 -3
View File
@@ -242,7 +242,7 @@ export const appCategories = [
"name": "Eradication",
"color": "#FFC107",
"icon": "eradication",
"action_labels": ["List Alerts", "Close Alert", "Get Alert", "Create detection", "Block hash", "Search Hosts", "Isolate host", "Unisolate host"],
"action_labels": ["List Alerts", "Close Alert", "Get Alert", "Create detection", "Block hash", "Search Hosts", "Isolate host", "Unisolate host", "Trigger host scan",],
}, {
"name": "Cases",
"color": "#FFC107",
@@ -1757,8 +1757,8 @@ const AppCreator = (defaultprops) => {
) {
if (value[flowkey][basekey].authorizationUrl !== undefined && parameterName.length === 0) {
setParameterName(value[flowkey][basekey].authorizationUrl);
} else {
setOauth2Type("application")
// } else {
// setOauth2Type("application")
}
var tokenUrl = "";