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 {
|
||||
fill: $grey-light;
|
||||
color: $grey-light;
|
||||
}
|
||||
|
||||
@each $name, $pair in $colors {
|
||||
|
|
|
@ -11,7 +11,12 @@
|
|||
{{or model.name model.shortId}}
|
||||
</h1>
|
||||
<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">
|
||||
{{model.id}}
|
||||
{{copy-button clipboardText=model.id}}
|
||||
|
|
Loading…
Reference in New Issue