github.com/outbrain/consul@v1.4.5/ui-v2/app/templates/error.hbs (about)

     1  {{#hashicorp-consul id="wrapper" dcs=dcs dc=dc}}
     2      {{#app-view class="error show"}}
     3          {{#block-slot 'header'}}
     4              <h1 data-test-error>
     5  {{#if error.status }}
     6                  {{error.status}} ({{error.message}})
     7  {{else}}
     8                  {{error.message}}
     9  {{/if}}
    10              </h1>
    11          {{/block-slot}}
    12          {{#block-slot 'content'}}
    13              <p>
    14                  Consul returned an error.
    15                  You may have visited a URL that is loading an unknown resource, so you can try going back to the root or try re-submitting your ACL Token/SecretID by going back to ACLs.<br />
    16                  Try looking in our <a href="{{env 'CONSUL_DOCUMENTATION_URL'}}/index.html" target="_blank">documentation</a>
    17              </p>
    18              <a rel="home" href={{href-to 'index'}}>Go back to root</a>
    19          {{/block-slot}}
    20      {{/app-view}}
    21  {{/hashicorp-consul}}