mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
misc: moved graph module to experimental branch for now
This commit is contained in:
parent
4dac3b9373
commit
f2b6d9b708
16 changed files with 0 additions and 1751 deletions
|
@ -127,8 +127,6 @@ func (mod *EventsStream) Render(output io.Writer, e session.Event) {
|
|||
mod.viewSynScanEvent(output, e)
|
||||
} else if e.Tag == "update.available" {
|
||||
mod.viewUpdateEvent(output, e)
|
||||
} else if strings.HasPrefix(e.Tag, "graph.") {
|
||||
mod.viewGraphEvent(output, e)
|
||||
} else if e.Tag == "gateway.change" {
|
||||
mod.viewGatewayEvent(output, e)
|
||||
} else if e.Tag != "tick" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue