diff --git a/hyperglass/configuration/models.py b/hyperglass/configuration/models.py index 6904ffb..a70ad25 100644 --- a/hyperglass/configuration/models.py +++ b/hyperglass/configuration/models.py @@ -303,6 +303,9 @@ class Branding(BaseSettings): results: str = "Results" location: str = "Select Location..." query_placeholder: str = "IP, Prefix, Community, or AS Path" + terms: str = "Terms" + info: str = "Help" + peeringdb = "PeeringDB" bgp_route: str = "BGP Route" bgp_community: str = "BGP Community" bgp_aspath: str = "BGP AS Path"