Changes for eveai_chat_client:
- Session Defaults Header clickable - Document Processing View - show 'Finished Processing' iso 'Processing' to have more logical visual indicators - TRAICIE_SELECTION_SPECIALIST now no longer shows question to start selection procedure at initialisation. - Error Messages for adding documents in 'alert' - Correction of error in Template variable replacement, resulting in missing template variable value
This commit is contained in:
@@ -6,6 +6,24 @@
|
||||
|
||||
<body class="presentation-page bg-gray-200">
|
||||
{% include 'session_defaults.html' %}
|
||||
|
||||
{# <script>#}
|
||||
{# // Hulpfunctie om URLs te genereren met prefix#}
|
||||
{# function prefixed_url_for(endpoint) {#}
|
||||
{# // Verwijder eventuele dubbele slashes aan het begin#}
|
||||
{# if (endpoint.startsWith('//')) {#}
|
||||
{# endpoint = endpoint.substring(1);#}
|
||||
{# } else if (endpoint.startsWith('/')) {#}
|
||||
{# endpoint = endpoint;#}
|
||||
{# }#}
|
||||
{##}
|
||||
{# // Basis URL van de applicatie (zonder trailing slash)#}
|
||||
{# const baseUrl = window.location.origin;#}
|
||||
{##}
|
||||
{# // Combineer basis URL met endpoint#}
|
||||
{# return `${baseUrl}${endpoint}`;#}
|
||||
{# }#}
|
||||
{# </script>#}
|
||||
{% include 'navbar.html' %}
|
||||
{% include 'header.html' %}
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user