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 44 "version" : " 0.2.0" ,
55 "main" : " main.js" ,
66 "electron_version" : " 0.29.2" ,
7- "product_name" : " MongoDB Enterprise Scout" ,
7+ "product_name" : " MongoDB Scout" ,
88 "authors" : " MongoDB Inc." ,
99 "check" : {
1010 "ignore" : [
Original file line number Diff line number Diff line change 11doctype html
22html( lang ='en' )
33 head
4- title MongoDB Enterprise Scout
4+ title MongoDB Scout
55 meta( http-equiv ="Content-Security-Policy" , content ="default-src *; script-src 'self' http://localhost:35729; style-src 'self' 'unsafe-inline';" )
66
77 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 = {
3636 schemes : [ 'mongodb' ]
3737 }
3838 ] ,
39- // The following only modifies "y" values from defaults
39+ // The following only modifies "x"," y" values from defaults
4040 contents : [
4141 {
4242 x : 450 ,
@@ -46,7 +46,7 @@ var CONFIG = module.exports = {
4646 } ,
4747 {
4848 x : 192 ,
49- y : 334 ,
49+ y : 344 ,
5050 type : 'file' ,
5151 path : path . resolve ( process . cwd ( ) , APP_PATH )
5252 }
You can’t perform that action at this time.
0 commit comments