DashboardInfo Link color
This commit is contained in:
parent
92f3140812
commit
52cffae464
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
<v-divider class="mb-2" />
|
<v-divider class="mb-2" />
|
||||||
<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">
|
||||||
ovdashboard powered by <a :href="server_host">{{ server_name }}</a>
|
ovdashboard powered by
|
||||||
|
<a class="blue-grey--text" :href="server_host">{{ server_name }}</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
Version: {{ version }} – IP: {{ lan_ip ? lan_ip : "?" }}
|
Version: {{ version }} – IP: {{ lan_ip ? lan_ip : "?" }}
|
||||||
|
|
Loading…
Reference in a new issue