diff --git a/hyperglass/configuration/models/branding.py b/hyperglass/configuration/models/branding.py index 915aef8..70b7e01 100644 --- a/hyperglass/configuration/models/branding.py +++ b/hyperglass/configuration/models/branding.py @@ -167,6 +167,7 @@ class Branding(HyperglassModel): terms: StrictStr = "Terms" info: StrictStr = "Help" peeringdb = "PeeringDB" + fqdn_tooltip: StrictStr = "Use {protocol}" class Error404(HyperglassModel): """Validation model for 404 Error Page."""