forked from mirrors/thatmattlove-hyperglass
improve footer layout
This commit is contained in:
parent
1ad01426e0
commit
918ef85a8d
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue