GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default.
Change-Id: I80343f64d72171aebd51e6311951c9d2e63a3eff
diff --git a/web/gui/src/main/webapp/app/view/topo/topoToolbar.js b/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
index f009e2f..8fec8cb 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
@@ -41,7 +41,7 @@
H: { id: 'hosts-tog', gid: 'endstation', isel: false },
M: { id: 'offline-tog', gid: 'switch', isel: true },
P: { id: 'ports-tog', gid: 'ports', isel: true },
- B: { id: 'bkgrnd-tog', gid: 'map', isel: true },
+ B: { id: 'bkgrnd-tog', gid: 'map', isel: false },
S: { id: 'sprite-tog', gid: 'cloud', isel: false },
//X: { id: 'nodelock-tog', gid: 'lock', isel: false },
@@ -68,9 +68,9 @@
hosts: 0,
offdev: 1,
porthl: 1,
- bg: 1,
+ bg: 0,
spr: 0,
- toolbar: 1
+ toolbar: 0
},
prefsMap = {
summary: 'O',