feat: admin dev pages modularity + storage state json fix

This commit is contained in:
Nick
2019-02-22 21:37:26 -05:00
parent 3743777b97
commit e3cb33f8b5
7 changed files with 274 additions and 187 deletions

View File

@@ -28,7 +28,7 @@ module.exports = class Storage extends Model {
}
static get jsonAttributes() {
return ['config']
return ['config', 'state']
}
static async getTargets() {