Started adding security framework editor to frontend for better workflow documentation

This commit is contained in:
frikky
2021-12-13 04:22:05 +01:00
parent ac2d734113
commit d6c29ebc6d
8 changed files with 1602 additions and 1 deletions
+3 -1
View File
@@ -2,6 +2,8 @@ import React, { useEffect } from "react";
import { makeStyles } from "@material-ui/core/styles";
import { useTheme } from "@material-ui/core/styles";
import SecurityFramework from '../components/SecurityFramework.jsx';
import {
Badge,
Avatar,
@@ -153,7 +155,7 @@ export const GetIconInfo = (action) => {
},
{
key: "repeat",
values: ["repeat", "retry", "pause", "skip", "copy", "replicat"],
values: ["repeat", "retry", "pause", "skip", "copy", "replicat", "demo", ],
},
{ key: "execute", values: ["execute", "run", "play", "raise"] },
{ key: "extract", values: ["extract", "unpack", "decompress", "open"] },