var self = this
app.server.get('xio/admin/network').then(function(resp) {
var abi = resp.content.abi
delete resp.content.abi
$('#TAB_INFO').html( json2html(resp.content) )
$('#TAB_ABI').html( json2html(abi) )
})
app.server.get('xio/admin/network/db/resources').then(function(resp) {
$('#TAB_RESOURCES').html( json2html(resp.content) )
})