diff --git a/app/components/AsyncCell.vue b/app/components/AsyncCell.vue index 6e8bf346..6a4e78f1 100644 --- a/app/components/AsyncCell.vue +++ b/app/components/AsyncCell.vue @@ -1,13 +1,19 @@ - + diff --git a/app/components/CreditsChart.vue b/app/components/credits/CreditsChart.vue similarity index 100% rename from app/components/CreditsChart.vue rename to app/components/credits/CreditsChart.vue diff --git a/app/components/credits/CreditsFilters.vue b/app/components/credits/CreditsFilters.vue new file mode 100644 index 00000000..857b32a3 --- /dev/null +++ b/app/components/credits/CreditsFilters.vue @@ -0,0 +1,136 @@ + + + Type: + + + {{ renderTreeSelectValue(slotProps.value, nodes) }} + + + {{slotProps.node.label}} + + + + + + diff --git a/app/components/probe/ProbeFilters/AdminFilterSettings.vue b/app/components/probe/ProbeFilters/AdminFilterSettings.vue index 131f25bc..bd47c3bb 100644 --- a/app/components/probe/ProbeFilters/AdminFilterSettings.vue +++ b/app/components/probe/ProbeFilters/AdminFilterSettings.vue @@ -1,24 +1,43 @@ - - Adoption status: - - - {{ value[0].toUpperCase() + value.slice(1) }} - - - {{ option[0].toUpperCase() + option.slice(1) }} - - + + + Adoption status: + + + {{upperFirst(value)}} + + + {{upperFirst(option)}} + + + + + Probe type: + + + {{upperFirst(value)}} + + + {{upperFirst(option)}} + + +