open-consul/ui/packages/consul-ui/app/components/topology-metrics/notice/limited-access.hbs

16 lines
350 B
Handlebars
Raw Normal View History

<Notice
class="topology-metrics-notice-limited-access"
...attributes
@type={{or @type "info"}}
as |notice|>
<notice.Header>
<h3>
Limited Access
</h3>
</notice.Header>
<notice.Body>
<p>
This service may have dependencies you wont see because you dont have access to them.
</p>
</notice.Body>
</Notice>