Updated to new metadata semantics
This commit is contained in:
parent
32545e850c
commit
b9ae730c73
10 changed files with 106 additions and 116 deletions
|
|
@ -326,7 +326,7 @@ export default {
|
|||
},
|
||||
|
||||
checkServerVersion: function() {
|
||||
var versionUri = `${this.$store.getters.baseUri}/api/v2/status/version`;
|
||||
var versionUri = `${this.$store.getters.baseUri}/api/v2/instrument/configuration/application/version`;
|
||||
axios
|
||||
.get(versionUri)
|
||||
.then(response => {
|
||||
|
|
@ -383,7 +383,7 @@ export default {
|
|||
|
||||
saveHost: function() {
|
||||
// URI to get hostname directly from settings
|
||||
var hostnameUri = `${this.$store.getters.baseUri}/api/v2/settings/name`;
|
||||
var hostnameUri = `${this.$store.getters.baseUri}/api/v2/instrument/settings/name`;
|
||||
axios
|
||||
.get(hostnameUri)
|
||||
.then(response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue