Event 🧳
Events are a period time in which CEAD will test a set of systems. Events have a set of systems to test, along with findings related to them.
Events are a period time in which CEAD will test a set of systems. Events have a set of systems to test, along with findings related to them.
Event Overview Table (Events.vue)
This view provides the general information about the Events, such as the Event Name, Number of Systems, Number of Findings within each Event, Progress of the Event and Created date when the Event was created. The Event Overview Table page is composed of two files, `Events.vue` and `EventOverviewTable.vue`.
Event Name
No. of Systems
No. of Findings
Progress
Created (DD-MM-YYYY hh:mm:ss)
foo
2
3
100%
11-11-2020: 15:13:38
bar
1
5
60%
12-01-2020 14:12:14
Methods:
Name
Description
getEventData()
description goes here
trashModal()
description goes here
displayError()
description goes here
removeRow()
description goes here
trashConfirm()
description goes here
trashCancel()
description goes here
logAction()
description goes here
Event.vue
Methods:
eventHelp
description goes here
onSearchToggle
description goes here
Last updated