mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 21:27:44 -06:00
add about
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
<template>
|
||||
<v-app-bar flat>
|
||||
<v-app-bar-title>
|
||||
<v-app-bar-title class="flex-shrink-0">
|
||||
<v-btn variant="text" @click="$router.push('/')">
|
||||
<v-img src="@/assets/logo.png" height="24" width="24" class="mr-2" />
|
||||
Evolution Manager
|
||||
</v-btn>
|
||||
</v-app-bar-title>
|
||||
|
||||
<v-icon v-if="AppStore.validConnection" color="success">
|
||||
mdi-check-circle
|
||||
<v-icon v-if="AppStore.connecting" color="info">
|
||||
mdi-loading mdi-spin
|
||||
</v-icon>
|
||||
<v-chip v-else-if="AppStore.validConnection" color="success" style="max-width: 40vw">
|
||||
<v-icon color="success" start> mdi-check-circle </v-icon>
|
||||
{{
|
||||
AppStore.connection.host.replace(/https?:\/\//, "").replace(/\/$/, "")
|
||||
}}
|
||||
</v-chip>
|
||||
<v-icon v-else color="error"> mdi-alert-circle </v-icon>
|
||||
<v-btn @click="openSettings" icon>
|
||||
<v-icon>mdi-cog</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user