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>"; private ticker_html = "<p>changeme</p>";
} }
</script> </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> <template>
<div> <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"> <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; 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 thw-heading-font"> <span class="d-flex">
Version: {{ version }} &ndash; IP: {{ lan_ip ? lan_ip : "?" }} Version: {{ version }} &ndash; IP: {{ lan_ip ? lan_ip : "?" }}
</span> </span>
</div> </div>