mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-04 02:48:54 +02:00
Merge pull request #576 from lkiesow/account-settings
Account Setting Information
This commit is contained in:
+1
-4
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user