diff --git a/src/components/ChatClient.vue b/src/components/ChatClient.vue
index 44f5e25..8162f60 100644
--- a/src/components/ChatClient.vue
+++ b/src/components/ChatClient.vue
@@ -1,107 +1,59 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ msg.text }}
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
Chat Settings
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
\ No newline at end of file
+
diff --git a/src/layout/AppMenu.vue b/src/layout/AppMenu.vue
index 9a2c479..3e82c0b 100644
--- a/src/layout/AppMenu.vue
+++ b/src/layout/AppMenu.vue
@@ -25,18 +25,22 @@ const model = ref([
{
label: 'Canvas',
items: [{ label: 'New Canvas', icon: 'pi pi-fw pi-pencil', to: '/mdcanvas' }]
- }
+ },
+ {
+ label: 'Chat',
+ items: [{ label: 'Chat', icon: 'pi pi-fw pi-comments', to: '/chat' }]
+ }
]);
-onMounted(() => {
- if(userPrefStore.user.role == 'ADMIN'){
- model.value.push({
- label: 'Chat',
- items: [{ label: 'Chat', icon: 'pi pi-fw pi-comments', to: '/chat' }]
- });
- }
-});
+// onMounted(() => {
+ // if(userPrefStore.user.role == 'ADMIN'){
+ // model.value.push({
+ // label: 'Chat',
+ // items: [{ label: 'Chat', icon: 'pi pi-fw pi-comments', to: '/chat' }]
+ // });
+ // }
+// });
// Funzione per aggiornare la sezione "Your Applications" in base a selectedApp
function updateApplicationsMenu() {
diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue
index f1f0f53..84be7da 100644
--- a/src/layout/AppTopbar.vue
+++ b/src/layout/AppTopbar.vue
@@ -108,6 +108,10 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
+
+ Project:
+
+
@@ -115,7 +119,11 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
-
+
+
+
+ Application:
+
userPrefStore.getSelApp, appUpdated, { immediate: true });
display: flex;
align-items: center;
justify-content: left;
- margin-left: 1rem;
+ margin-right: 1rem;
font-size: 1.2rem;
min-width: 100px;
diff --git a/src/views/pages/OldScenarioExec.vue b/src/views/pages/OldScenarioExec.vue
index 5efdd74..1307f7b 100644
--- a/src/views/pages/OldScenarioExec.vue
+++ b/src/views/pages/OldScenarioExec.vue
@@ -1,167 +1,147 @@
-
-
+
-
-
+
+
+
+
-
- Execution Input for ID {{execution_id}}
-
-
-
-
-
+
+ Workflow response
-
-
-
-
-
-
-
-
-
- |
- Files Uploaded
- |
-
- Parameter
- |
-
- {{ index.replace(/_/g, ' ').replace(/\b\w/g, char => char.toUpperCase()) }}
- |
-
-
-
-
- -
- {{ file.substring(file.lastIndexOf('/') + 1) }}
-
-
-
-
-
- No files found in the zip.
-
-
- {{ input }}
- |
-
-
-
-
-
-
-
-
-
- Workflow response
-
-
+
-
+
-
+
-
-
-
-
+
-
-
- -
- sf_document-{{execution_id}}
-
-
-
-
-
-
-
-
-
-
+
+
+ -
+ sf_document-{{ execution_id }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chat with WizardAI
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/views/pages/ScenarioExec.vue b/src/views/pages/ScenarioExec.vue
index 028fc0d..d509fbb 100644
--- a/src/views/pages/ScenarioExec.vue
+++ b/src/views/pages/ScenarioExec.vue
@@ -9,7 +9,12 @@
{{ scenario.description }}
-
-
+
+
@@ -163,7 +177,7 @@
00:00
-
+
+
+
+
+
+ Chat with WizardAI
+
+
+
+
+
+
+