This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user