update application names
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hermione</title>
|
||||
<title>Workflow</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/@vetixy/circular-std@1.0.0/dist/index.min.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -11,9 +11,9 @@ const logoUrl = computed(() => {
|
||||
|
||||
<template>
|
||||
<div class="layout-footer">
|
||||
HERMIONE
|
||||
WORKFLOW
|
||||
by
|
||||
<span class="font-medium ml-2">OlympusAI</span>
|
||||
<span class="font-medium ml-2">GenAI Wizard</span>
|
||||
</div>
|
||||
</template>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
@@ -74,7 +74,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<span>HERMIONE</span>
|
||||
<span>WORKFLOW</span>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<Panel class="mt-6">
|
||||
<template #header>
|
||||
<div class="flex items-center gap-2">
|
||||
<span class="font-bold">Hermione Response</span>
|
||||
<span class="font-bold">Workflow Response</span>
|
||||
</div>
|
||||
</template>
|
||||
<template #icons>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<Panel class="mt-6">
|
||||
<template #header>
|
||||
<div class="flex items-center gap-2">
|
||||
<span class="font-bold">Hermione response</span>
|
||||
<span class="font-bold">Workflow response</span>
|
||||
</div>
|
||||
</template>
|
||||
<template #icons>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<Panel class="mt-6">
|
||||
<template #header>
|
||||
<div class="flex items-center gap-2">
|
||||
<span class="font-bold">Hermione Response</span>
|
||||
<span class="font-bold">Workflow Response</span>
|
||||
</div>
|
||||
</template>
|
||||
<template #icons>
|
||||
|
||||
@@ -77,7 +77,7 @@ const login = async () => {
|
||||
</svg>
|
||||
</div>
|
||||
<div class="text-center mb-8">
|
||||
<h1>Welcome to HERMIONE</h1>
|
||||
<h1>Welcome to WORKFLOW</h1>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -41,7 +41,7 @@ import { computed, onMounted, ref } from 'vue';
|
||||
const menu = ref();
|
||||
const currentSelection = ref(null);
|
||||
const currentPosition = ref(null);
|
||||
const content = ref('Welcome to Olympus Canvas....');
|
||||
const content = ref('Welcome to GenAI Wizard Canvas....');
|
||||
const scenarios = ref([]);
|
||||
const items = ref([]);
|
||||
const execScenarioDialogVisible = ref(false);
|
||||
@@ -74,7 +74,7 @@ import { computed, onMounted, ref } from 'vue';
|
||||
]
|
||||
}else {
|
||||
items.value=[
|
||||
{ label: 'Ask Hermione', icon: 'pi pi-language', command:()=>openAskDialog() },
|
||||
{ label: 'Ask Workflow', icon: 'pi pi-language', command:()=>openAskDialog() },
|
||||
{ separator: true},
|
||||
{ label: 'Execute Scenario', icon: 'pi pi-volume-up',items: scenarioMenuItems}
|
||||
]
|
||||
@@ -137,7 +137,7 @@ import { computed, onMounted, ref } from 'vue';
|
||||
execHermioneDialogVisible.value = true;
|
||||
askDialog.value = true
|
||||
dataLoaded.value = false
|
||||
modalTitle.value = "Ask Hermione"
|
||||
modalTitle.value = "Ask Workflow"
|
||||
userQuestion.value = ''
|
||||
}
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ import 'md-editor-v3/lib/style.css';
|
||||
import { computed, onMounted, ref } from 'vue';
|
||||
|
||||
const menu = ref();
|
||||
const content = ref('# Welcome to Olympus Canvas....');
|
||||
const content = ref('# Welcome to GenAI Wizard Canvas....');
|
||||
const scenarios = ref([]);
|
||||
const items = ref([]);
|
||||
const execScenarioDialogVisible = ref(false);
|
||||
@@ -89,7 +89,7 @@ import { computed, onMounted, ref } from 'vue';
|
||||
]
|
||||
}else {
|
||||
items.value=[
|
||||
{ label: 'Ask Hermione', icon: 'pi pi-language', command:()=>openAskDialog()},
|
||||
{ label: 'Ask Workflow', icon: 'pi pi-language', command:()=>openAskDialog()},
|
||||
{ separator: true},
|
||||
{ label: 'Execute Scenario', icon: 'pi pi-volume-up',items: scenarioMenuItems}
|
||||
]
|
||||
@@ -124,7 +124,7 @@ import { computed, onMounted, ref } from 'vue';
|
||||
execHermioneDialogVisible.value = true;
|
||||
askDialog.value = true
|
||||
dataLoaded.value = false
|
||||
modalTitle.value = "Ask Hermione"
|
||||
modalTitle.value = "Ask Workflow"
|
||||
userQuestion.value = ''
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user