mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-22 05:38:23 +00:00
Merge pull request #576 from lkiesow/account-settings
Account Setting Information
This commit is contained in:
commit
9af4947232
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="w-full h-full p-4">
|
||||
<ui-text-input-with-label :value="serverConnConfigName" label="Connection Config Name" disabled class="my-2" />
|
||||
<ui-text-input-with-label :value="serverAddress" label="Host" disabled class="my-2" />
|
||||
|
||||
<ui-text-input-with-label :value="username" label="Username" disabled class="my-2" />
|
||||
|
||||
|
|
@ -41,9 +41,6 @@ export default {
|
|||
serverConnectionConfig() {
|
||||
return this.$store.state.user.serverConnectionConfig || {}
|
||||
},
|
||||
serverConnConfigName() {
|
||||
return this.serverConnectionConfig.name
|
||||
},
|
||||
serverAddress() {
|
||||
return this.serverConnectionConfig.address
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue