diff --git a/ui/Gemfile.lock b/ui/Gemfile.lock
index bd84eaad4b..f79b05b481 100644
--- a/ui/Gemfile.lock
+++ b/ui/Gemfile.lock
@@ -20,6 +20,3 @@ DEPENDENCIES
sass
therubyracer
uglifier
-
-BUNDLED WITH
- 1.10.3
diff --git a/ui/development_config.json b/ui/development_config.json
index 4bbc9abf0d..3f7ca6b240 100644
--- a/ui/development_config.json
+++ b/ui/development_config.json
@@ -4,7 +4,8 @@
"ui_dir": ".",
"bootstrap": true,
"server": true,
- "advertise_addr": "127.0.0.1",
+ "acl_datacenter": "dc1",
+ "acl_master_token": "dev",
"http_api_response_headers": {
"Access-Control-Allow-Origin": "*"
}
diff --git a/ui/index.html b/ui/index.html
index 2a4352faa6..27a8ad3e62 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -143,15 +143,11 @@
{{#link-to 'kv' class='btn btn-default col-xs-12'}}Key/Value{{/link-to}}
-
- {{#link-to 'acls' class='btn btn-small btn-default col-xs-12'}}ACL{{/link-to}}
+
+ {{#link-to 'acls' class='btn btn-default col-xs-12'}}ACL{{/link-to}}
-
- {{#link-to 'map' class='btn btn-small btn-default col-xs-12'}}Map{{/link-to}}
-
-
-
+
{{model}}
{{#if isDropdownVisible}}
diff --git a/ui/javascripts/app/router.js b/ui/javascripts/app/router.js
index fa31dbbdb9..f79df94ffd 100644
--- a/ui/javascripts/app/router.js
+++ b/ui/javascripts/app/router.js
@@ -41,9 +41,6 @@ App.Router.map(function() {
this.route("show", { path: "/:id" });
});
- // Map
- this.resource("map", { path: "/map" });
-
// Shows a page explaining that ACLs haven't been set-up
this.route("aclsdisabled", { path: "/aclsdisabled" });
// Shows a page explaining that the ACL key being used isn't
diff --git a/ui/styles/_nav.scss b/ui/styles/_nav.scss
index 47b3074084..dc932af3ff 100644
--- a/ui/styles/_nav.scss
+++ b/ui/styles/_nav.scss
@@ -19,10 +19,6 @@
.btn {
margin-top: 20px;
min-width: 100px;
-
- &.btn-small {
- min-width: 70px;
- }
}
.btn-dropdown {