DashboardInfo improvement

This commit is contained in:
Jörn-Michael Miehe 2022-09-15 19:56:30 +00:00
parent 695c9d26ae
commit 8efc40eb95

View file

@ -1,12 +1,12 @@
<template> <template>
<div> <div>
<v-divider class="mb-2" /> <v-divider class="my-3" />
<div class="d-flex flex-column align-end blue-grey--text text-body-2"> <div class="d-flex flex-column align-end blue-grey--text text-body-2">
<span class="d-flex"> <span class="d-flex thw-heading-font">
ovdashboard powered by&nbsp; ovdashboard powered by&nbsp;
<a class="blue-grey--text" :href="server_host">{{ server_name }}</a> <a class="blue-grey--text" :href="server_host">{{ server_name }}</a>
</span> </span>
<span class="d-flex"> <span class="d-flex thw-heading-font">
Version: {{ version }} &ndash; IP: {{ lan_ip ? lan_ip : "?" }} Version: {{ version }} &ndash; IP: {{ lan_ip ? lan_ip : "?" }}
</span> </span>
</div> </div>