mirror of https://github.com/hashicorp/consul
Create Topology Metrics Source Type to be in each Card
parent
e9d01a3d4c
commit
fc40212823
|
@ -0,0 +1,6 @@
|
|||
<span
|
||||
class="topology-metrics-source-type"
|
||||
{{tooltip (t "components.consul.topology-metrics.source-type.tooltip")}}
|
||||
>
|
||||
{{t "components.consul.topology-metrics.source-type.text"}}
|
||||
</span>
|
|
@ -0,0 +1,4 @@
|
|||
.topology-metrics-source-type {
|
||||
margin: 6px 0 6px 12px;
|
||||
display: table;
|
||||
}
|
|
@ -79,6 +79,8 @@
|
|||
|
||||
@import 'consul-ui/components/role-selector';
|
||||
@import 'consul-ui/components/topology-metrics';
|
||||
@import 'consul-ui/components/topology-metrics/card';
|
||||
@import 'consul-ui/components/topology-metrics/source-type';
|
||||
@import 'consul-ui/components/topology-metrics/popover';
|
||||
@import 'consul-ui/components/topology-metrics/series';
|
||||
@import 'consul-ui/components/topology-metrics/stats';
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
span.policy-service-identity,
|
||||
span.policy-node-identity,
|
||||
.leader,
|
||||
.consul-auth-method-type {
|
||||
.consul-auth-method-type,
|
||||
.topology-metrics-source-type {
|
||||
@extend %pill-200, %frame-gray-600;
|
||||
}
|
||||
span.policy-service-identity::before,
|
||||
|
|
Loading…
Reference in New Issue