Removed client version from About tab
This commit is contained in:
parent
5765814d11
commit
85722fc64f
1 changed files with 1 additions and 9 deletions
|
|
@ -23,10 +23,6 @@
|
||||||
<b>Server version:</b> <br />
|
<b>Server version:</b> <br />
|
||||||
{{ configuration.application.version }}
|
{{ configuration.application.version }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<b>Client version:</b> <br />
|
|
||||||
{{ clientVersionName }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
@ -93,8 +89,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
configuration: null,
|
configuration: null,
|
||||||
settings: null,
|
settings: null,
|
||||||
systemActionLinks: {},
|
systemActionLinks: {}
|
||||||
clientVersion: process.env.PACKAGE.version
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -107,9 +102,6 @@ export default {
|
||||||
},
|
},
|
||||||
actionsUri: function() {
|
actionsUri: function() {
|
||||||
return `${this.$store.getters.baseUri}/api/v2/actions`;
|
return `${this.$store.getters.baseUri}/api/v2/actions`;
|
||||||
},
|
|
||||||
clientVersionName: function() {
|
|
||||||
return `${process.env.PACKAGE.version}`;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue