Add speed_admin to device ports tab (#650) (#653)

* Add speed_admin to device ports tab (#650)

* move from device_port_properties to device_port table, and tidy up
This commit is contained in:
Christian Ramseyer
2019-09-23 14:58:26 +02:00
committed by Oliver Gorwits
parent 26960bdd34
commit 8ffdff3bbc
8 changed files with 45 additions and 36 deletions

View File

@@ -37,6 +37,8 @@ __PACKAGE__->add_columns(
{ data_type => "text", is_nullable => 1 },
"speed",
{ data_type => "text", is_nullable => 1 },
"speed_admin",
{ data_type => "text", is_nullable => 1 },
"name",
{ data_type => "text", is_nullable => 1 },
"mac",