File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.2.0" ,
5
5
"main" : " main.js" ,
6
6
"electron_version" : " 0.29.2" ,
7
- "product_name" : " MongoDB Enterprise Scout" ,
7
+ "product_name" : " MongoDB Scout" ,
8
8
"authors" : " MongoDB Inc." ,
9
9
"check" : {
10
10
"ignore" : [
Original file line number Diff line number Diff line change 1
1
doctype html
2
2
html( lang ='en' )
3
3
head
4
- title MongoDB Enterprise Scout
4
+ title MongoDB Scout
5
5
meta( http-equiv ="Content-Security-Policy" , content ="default-src *; script-src 'self' http://localhost:35729; style-src 'self' 'unsafe-inline';" )
6
6
7
7
meta( name ='viewport' , content ='initial-scale=1' )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ var CONFIG = module.exports = {
36
36
schemes : [ 'mongodb' ]
37
37
}
38
38
] ,
39
- // The following only modifies "y" values from defaults
39
+ // The following only modifies "x"," y" values from defaults
40
40
contents : [
41
41
{
42
42
x : 450 ,
@@ -46,7 +46,7 @@ var CONFIG = module.exports = {
46
46
} ,
47
47
{
48
48
x : 192 ,
49
- y : 334 ,
49
+ y : 344 ,
50
50
type : 'file' ,
51
51
path : path . resolve ( process . cwd ( ) , APP_PATH )
52
52
}
You can’t perform that action at this time.
0 commit comments