Skip to content

Commit

Permalink
ui: add job client status help message
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Oct 7, 2021
1 parent 0dbf4a0 commit 8c8c3fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/app/styles/components/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
.accordion-head-content {
width: 100%;
margin-right: 1.5em;

.tooltip {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
}

.accordion-toggle {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<span class="badge {{if a.isOpen "is-white" "is-light"}}">
{{this.jobClientStatus.totalNodes}}
</span>
<span class="tooltip multiline" aria-label="Aggreate status of job's allocations in each client.">
{{x-icon "info-circle-outline" class="is-faded"}}
</span>
</div>
{{#unless a.isOpen}}
<div class="column">
Expand Down

0 comments on commit 8c8c3fd

Please sign in to comment.