New features and timeout fix.

* Added title button that changes tab.
* Changed expansion icon to plus and minus.
* Fixed metadata timeout.

Change-Id: I7e0806d9641df14813be7890aa56c36d1720bfdc
diff --git a/client/catalog-dev/css/style.css b/client/catalog-dev/css/style.css
index d30dfc9..f66938b 100644
--- a/client/catalog-dev/css/style.css
+++ b/client/catalog-dev/css/style.css
@@ -155,12 +155,12 @@
 
 .treeExplorer .treeExplorerExpander::before {
   font-family: "Glyphicons Halflings";
-  content: "\e080";
+  content: "+";
   color: gray;
 }
 
 .treeExplorer .open > .nodeContent > .treeExplorerExpander::before {
-  content: "\e114";
+  content: "\2212";
 }
 
 .treeExplorer .file > .nodeContent > .treeExplorerExpander {