diff --git a/src/components/Backend.vue b/src/components/Backend.vue index d894310..582b969 100644 --- a/src/components/Backend.vue +++ b/src/components/Backend.vue @@ -33,10 +33,10 @@
-

{{collapsed.functionalities ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'Supported'}} functionalities {{supportedFunctionalitiesCount}}

+

{{collapsed.functionalities ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'Supported'}} functionalities

- +
@@ -54,38 +54,38 @@
-

{{collapsed.inputFormats ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} input formats ({{supportedInputFormatsCount}})

+

{{collapsed.inputFormats ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} input formats

- +
-

{{collapsed.outputFormats ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} output formats ({{supportedOutputFormatsCount}})

+

{{collapsed.outputFormats ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} output formats

- +
-

{{collapsed.serviceTypes ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} service types ({{supportedServiceTypesCount}})

+

{{collapsed.serviceTypes ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} service types

- +
-

{{collapsed.udfRuntimes ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} UDF runtimes ({{supportedUdfRuntimesCount}})

+

{{collapsed.udfRuntimes ? '▸' : '▾'}} {{isSearchResult ? 'Matched' : 'All'}} UDF runtimes

- +

{{collapsed.billing ? '▸' : '▾'}} Billing information

- +
@@ -185,12 +185,7 @@ export default { serviceTypes: true, udfRuntimes: true, billing: true - }, - supportedFunctionalitiesCount: '', - supportedInputFormatsCount: undefined, - supportedOutputFormatsCount: undefined, - supportedServiceTypesCount: undefined, - supportedUdfRuntimesCount: undefined + } }; },