Compare commits

..

No commits in common. "8efc40eb95c6f6f3179451f0b43692b34a4569f4" and "9bd627198c10480291a50fac9740aa90e783b29a" have entirely different histories.

2 changed files with 3 additions and 16 deletions

View file

@ -82,16 +82,3 @@ export default class App extends Vue {
private ticker_html = "<p>changeme</p>";
}
</script>
<style>
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>

View file

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