Finished activity logs V1

This commit is contained in:
Vladyslav Matsiiako
2023-01-02 14:20:39 -08:00
parent 03b7d3a5ce
commit ae5320e4fa
5 changed files with 220 additions and 79 deletions

View File

@@ -6,6 +6,7 @@ import {
faEye,
faPlus,
faShuffle,
faTrash,
faX
} from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
@@ -28,6 +29,10 @@ const eventOptions = [
{
name: 'updateSecrets',
icon: faShuffle
},
{
name: 'deleteSecrets',
icon: faTrash
}
];