We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed43d5 commit b33eedbCopy full SHA for b33eedb
src/sidebar/instance-properties.js
@@ -6,8 +6,6 @@ var _ = require('lodash');
6
var InstancePropertiesView = module.exports = View.extend({
7
template: require('./instance-properties.jade'),
8
session: {
9
- hostname: 'string',
10
- version: 'string',
11
numDatabases: 'number',
12
numCollections: 'number',
13
instance: 'state',
0 commit comments