Show server version on server.info.vue (#3264)

This commit is contained in:
Aya Morisawa 2018-11-16 17:24:03 +09:00 committed by syuilo
parent fa66b79e2d
commit 06f8d8f0a3

View file

@ -3,6 +3,7 @@
<p>Maintainer: <b><a :href="'mailto:' + meta.maintainer.email" target="_blank">{{ meta.maintainer.name }}</a></b></p>
<p>Machine: {{ meta.machine }}</p>
<p>Node: {{ meta.node }}</p>
<p>Version: {{ meta.version }} </p>
</div>
</template>