DashboardInfo improvement
This commit is contained in:
parent
695c9d26ae
commit
8efc40eb95
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<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">
|
||||
<span class="d-flex">
|
||||
<span class="d-flex thw-heading-font">
|
||||
ovdashboard powered by
|
||||
<a class="blue-grey--text" :href="server_host">{{ server_name }}</a>
|
||||
</span>
|
||||
<span class="d-flex">
|
||||
<span class="d-flex thw-heading-font">
|
||||
Version: {{ version }} – IP: {{ lan_ip ? lan_ip : "?" }}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue