mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 21:34:05 +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>
|
<template>
|
||||||
<div class="w-full h-full p-4">
|
<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" />
|
<ui-text-input-with-label :value="username" label="Username" disabled class="my-2" />
|
||||||
|
|
||||||
@@ -41,9 +41,6 @@ export default {
|
|||||||
serverConnectionConfig() {
|
serverConnectionConfig() {
|
||||||
return this.$store.state.user.serverConnectionConfig || {}
|
return this.$store.state.user.serverConnectionConfig || {}
|
||||||
},
|
},
|
||||||
serverConnConfigName() {
|
|
||||||
return this.serverConnectionConfig.name
|
|
||||||
},
|
|
||||||
serverAddress() {
|
serverAddress() {
|
||||||
return this.serverConnectionConfig.address
|
return this.serverConnectionConfig.address
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user