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.
2 parents 371bb1f + c573e0e commit c7cf2b5Copy full SHA for c7cf2b5
src/home/index.js
@@ -76,7 +76,7 @@ var HomeView = View.extend({
76
}
77
},
78
updateTitle: function(model) {
79
- var title = app.connection.uri;
+ var title = 'mongodb://' + app.connection.instance_id;
80
if (model) {
81
title += '/' + model.getId();
82
0 commit comments