diff --git a/web/src/components/FunctionEntry.vue b/web/src/components/FunctionEntry.vue new file mode 100644 index 00000000..e7750f49 --- /dev/null +++ b/web/src/components/FunctionEntry.vue @@ -0,0 +1,209 @@ + + + + + + + {{ function_call.name }} + Author: {{ function_call.author }} + Version: {{ function_call.version }} + Category: {{ function_call.category }} + Creation Date: {{ formatDate(function_call.creation_date) }} + Last update Date: {{ formatDate(function_call.last_update_date) }} + + + + + + + + + Description: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Help + Close + + + + + + + + + +
Author: {{ function_call.author }}
Version: {{ function_call.version }}
Category: {{ function_call.category }}
Creation Date: {{ formatDate(function_call.creation_date) }}
Last update Date: {{ formatDate(function_call.last_update_date) }}