Skip to content
Snippets Groups Projects
Unverified Commit 4e06ead2 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: minor tuning of atp selector

parent 42be7932
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
<ng-template sxplrSmartChipContent> <ng-template sxplrSmartChipContent>
<span class="chip-text"> <span class="chip-text">
Parcellation ({{ parcellations.length }}) Parcellation
</span>
<span class="sxplr-ml-1 text-muted">
({{ parcellations.length }})
</span> </span>
<ng-content select="[parcellation-chip-suffix]"> <ng-content select="[parcellation-chip-suffix]">
...@@ -53,7 +56,10 @@ ...@@ -53,7 +56,10 @@
<ng-template sxplrSmartChipContent> <ng-template sxplrSmartChipContent>
<span class="chip-text"> <span class="chip-text">
Template ({{ availableTemplates.length }}) Template
</span>
<span class="sxplr-ml-1 text-muted">
({{ availableTemplates.length }})
</span> </span>
</ng-template> </ng-template>
<ng-template sxplrSmartChipMenu let-space> <ng-template sxplrSmartChipMenu let-space>
...@@ -71,7 +77,10 @@ ...@@ -71,7 +77,10 @@
<ng-template sxplrSmartChipContent> <ng-template sxplrSmartChipContent>
<span class="chip-text"> <span class="chip-text">
Atlas ({{ allAtlases.length}}) Atlas
</span>
<span class="sxplr-ml-1 text-muted">
({{ allAtlases.length}})
</span> </span>
</ng-template> </ng-template>
<ng-template sxplrSmartChipMenu let-atlas> <ng-template sxplrSmartChipMenu let-atlas>
...@@ -114,7 +123,9 @@ ...@@ -114,7 +123,9 @@
[matTooltipPosition]="'above'"> [matTooltipPosition]="'above'">
{{ item.version?.name || item.name || item.fullName }} {{ item.version?.name || item.name || item.fullName }}
<ng-template [ngIf]="suffixText"> <ng-template [ngIf]="suffixText">
{{ suffixText }} <span class="text-muted">
{{ suffixText }}
</span>
</ng-template> </ng-template>
</span> </span>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment