Added BGP Peer Descriptions (#9165)

* Added BGP Peer Descriptions

* Fixed formatting

* Added to device routing tab too

* Some text formatting

* Test files

* Added default null to bgpPeerDescr

* Added db_schema.yaml

* Fix default value for bgpPeerDescr

* Fixed Order and Search box

* Added glyphicon for success/error

* Switch to toastr notification

* Removed unused bootstrap code
This commit is contained in:
TheGreatDoc
2018-09-10 22:54:46 -05:00
committed by Tony Murray
parent e367f46fee
commit d475665601
15 changed files with 397 additions and 102 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `bgpPeers` ADD `bgpPeerDescr` VARCHAR(255) NOT NULL DEFAULT '' AFTER `bgpPeerRemoteAddr`;