summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-06-18 15:56:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-06-18 15:56:03 +0900
commitbb52ebdc3eb53db826e488ff50af04478edc50cb (patch)
treed17fc61f2ea6999b35de0a090cc08443bb6d807a /src/client/app/common
parentUse WHATWG API (diff)
downloadsharkey-bb52ebdc3eb53db826e488ff50af04478edc50cb.tar.gz
sharkey-bb52ebdc3eb53db826e488ff50af04478edc50cb.tar.bz2
sharkey-bb52ebdc3eb53db826e488ff50af04478edc50cb.zip
Provide version of postgresql
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/views/widgets/server.info.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/widgets/server.info.vue b/src/client/app/common/views/widgets/server.info.vue
index a97b4ec496..41ccd23bfe 100644
--- a/src/client/app/common/views/widgets/server.info.vue
+++ b/src/client/app/common/views/widgets/server.info.vue
@@ -3,6 +3,7 @@
<p>Maintainer: <b><a :href="'mailto:' + meta.maintainerEmail" target="_blank">{{ meta.maintainerName }}</a></b></p>
<p>Machine: {{ meta.machine }}</p>
<p>Node: {{ meta.node }}</p>
+ <p>PSQL: {{ meta.psql }}</p>
<p>Version: {{ meta.version }} </p>
</div>
</template>