This commit is contained in:
2019-12-31 19:05:16 +00:00
parent 3b2f569235
commit 5aba285487
4 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
>
</v-col>
<v-col>
<v-card id="aboutinfocard">
<v-card id="ayaNovaVersioncard">
<v-subheader>{{ lt("ClientApp") }}</v-subheader>
<div>
<span class="ml-6 body-1">{{ lt("Version") }}:</span>
@@ -134,7 +134,7 @@
<script>
/* xeslint-disable */
import aboutInfo from "../api/aboutinfo";
import ayaNovaVersion from "../api/ayanova-version";
/////////////////////////////
//
@@ -148,7 +148,7 @@ function clickHandler(menuItem) {
switch (m.key) {
case "copysupportinfo":
//put the support info on the clipboard:
var element = document.getElementById("aboutinfocard");
var element = document.getElementById("ayaNovaVersioncard");
var text = element.innerText || element.textContent;
var logText = "";
@@ -243,7 +243,7 @@ export default {
beforeDestroy() {},
mounted() {
this.clientInfo = {};
this.clientInfo = aboutInfo;
this.clientInfo = ayaNovaVersion;
},
data() {
return {