From 918ef85a8df8cd7bd5a8d9494525e798d4607f77 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 20 Aug 2019 15:28:40 -0700 Subject: [PATCH] improve footer layout --- hyperglass/configuration/models.py | 3 +++ 1 file changed, 3 insertions(+) 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"