istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/ctrlz/assets/templates/modules/header.html (about) 1 {{ define "header" }} 2 <header> 3 <nav class="navbar navbar-expand-xs navbar-dark fixed-top bg-dark justify-content-between"> 4 <a class="navbar-brand" href="/"> 5 <span class="logo"> 6 <svg viewBox="0 0 300 300"> 7 <circle cx="150" cy="150" r="150" stroke-width="2" /> 8 <polygon points="65,240 225,240 125,270"/> 9 <polygon points="65,230 125,220 125,110"/> 10 <polygon points="135,220 225,230 135,30"/> 11 </svg> 12 </span> 13 <span class="brand-name">Istio ControlZ [{{ template "instance" }}]</span> 14 </a> 15 </nav> 16 </header> 17 {{ end }}