feat: Host Information on System Info page

This commit is contained in:
NGPixel
2017-07-02 14:03:49 -04:00
committed by Nicolas Giard
parent fc42fd21e5
commit 3752e95b92
4 changed files with 52 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ export default {
},
upgradeStart() {
this.$store.commit('modalUpgradeSystem/stepChange', 'running')
this.$http.post('/admin/settings/install', {
this.$http.post('/admin/system/install', {
mode: this.mode
}).then(resp => {
// todo