Add tooltip to the eligibility control
This commit is contained in:
parent
47daa980a5
commit
a8af3d67be
|
@ -30,6 +30,7 @@ $icon-dimensions-large: 2rem;
|
||||||
|
|
||||||
&.is-faded {
|
&.is-faded {
|
||||||
fill: $grey-light;
|
fill: $grey-light;
|
||||||
|
color: $grey-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
@each $name, $pair in $colors {
|
@each $name, $pair in $colors {
|
||||||
|
|
|
@ -11,7 +11,12 @@
|
||||||
{{or model.name model.shortId}}
|
{{or model.name model.shortId}}
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
<label><input type="checkbox" /> Eligible</label>
|
<label>
|
||||||
|
<input type="checkbox" /> Eligible
|
||||||
|
<span class="tooltip" aria-label="Only eligible nodes can receive allocations">
|
||||||
|
{{x-icon "info-circle-outline" class="is-faded"}}
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
<span class="tag is-hollow is-small no-text-transform">
|
<span class="tag is-hollow is-small no-text-transform">
|
||||||
{{model.id}}
|
{{model.id}}
|
||||||
{{copy-button clipboardText=model.id}}
|
{{copy-button clipboardText=model.id}}
|
||||||
|
|
Loading…
Reference in New Issue