kytos-ng / sdntrace_cp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui: Create a new k-info-panel with a table to show all trace results

viniarck opened this issue · comments

Create a new k-info-panel with a table to show all trace results

Pre-requisite is to have issue #66 implemented first.

Example of an expected response:

{
    "result": [
        {
            "dpid": "00:00:00:00:00:00:00:01",
            "port": 1,
            "time": "2023-02-02 12:09:23.048248",
            "type": "starting",
            "vlan": 100
        },
        {
            "dpid": "00:00:00:00:00:00:00:03",
            "port": 3,
            "time": "2023-02-02 12:09:23.048286",
            "type": "trace",
            "vlan": 19
        }
    ]
}

We'd like to have each step result as a row in the table with the following columns: dpid, port, time, type, vlan, and output port, output vlan.

For a table component examples check out:

I've just talked with @HeriLFIU. He's onboard with this one. He'll contribute to it on this semester.