Skip to content

Commit

Permalink
Merge pull request #53 from cesmii/feature/dashboard-message-update
Browse files Browse the repository at this point in the history
Dashboard Message Update
  • Loading branch information
jwise-mfg authored Dec 10, 2024
2 parents 2320875 + 279a89b commit 645872f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion frontend/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const user = useGraphQLUser();
function logout() {
logoutGraphQL().then(() => navigateTo("/login"));
logoutGraphQL().then(() => {
navigateTo("/login");
});
}
</script>
4 changes: 2 additions & 2 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
>
<v-card class="text-center">
<v-card-title>
No Equipment Found
No OEE Equipment Found
</v-card-title>
<v-card-subtitle>
Please try refreshing.
Please try refreshing, or checking SMIP for OEE equipment.
</v-card-subtitle>
</v-card>
</v-col>
Expand Down

0 comments on commit 645872f

Please sign in to comment.