Simon Hunt

GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default.

Change-Id: I80343f64d72171aebd51e6311951c9d2e63a3eff
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
41 H: { id: 'hosts-tog', gid: 'endstation', isel: false }, 41 H: { id: 'hosts-tog', gid: 'endstation', isel: false },
42 M: { id: 'offline-tog', gid: 'switch', isel: true }, 42 M: { id: 'offline-tog', gid: 'switch', isel: true },
43 P: { id: 'ports-tog', gid: 'ports', isel: true }, 43 P: { id: 'ports-tog', gid: 'ports', isel: true },
44 - B: { id: 'bkgrnd-tog', gid: 'map', isel: true }, 44 + B: { id: 'bkgrnd-tog', gid: 'map', isel: false },
45 S: { id: 'sprite-tog', gid: 'cloud', isel: false }, 45 S: { id: 'sprite-tog', gid: 'cloud', isel: false },
46 46
47 //X: { id: 'nodelock-tog', gid: 'lock', isel: false }, 47 //X: { id: 'nodelock-tog', gid: 'lock', isel: false },
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
68 hosts: 0, 68 hosts: 0,
69 offdev: 1, 69 offdev: 1,
70 porthl: 1, 70 porthl: 1,
71 - bg: 1, 71 + bg: 0,
72 spr: 0, 72 spr: 0,
73 - toolbar: 1 73 + toolbar: 0
74 }, 74 },
75 prefsMap = { 75 prefsMap = {
76 summary: 'O', 76 summary: 'O',
......