You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2016/01/23 02:10:56 UTC

[43/51] [partial] qpid-dispatch git commit: DISPATCH-201 - Removing all files not needed for stand-alone version. Adding any missing licensing info.

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/ReleaseGuide.md
----------------------------------------------------------------------
diff --git a/console/app/site/doc/ReleaseGuide.md b/console/app/site/doc/ReleaseGuide.md
deleted file mode 100644
index 9a81bfe..0000000
--- a/console/app/site/doc/ReleaseGuide.md
+++ /dev/null
@@ -1,60 +0,0 @@
-## hawtio release guide
-
-The following walks through how we make a release.
-
-* Pop onto [IRC](http://hawt.io/community/index.html) and let folks know you're about to cut a release
-* Now pull and make sure things build locally fine first :)
-
-		mvn release:prepare -P release,grunt
-
-If the build fails then rollback via
-
-    mvn release:rollback -P release,grunt
-
-The tag should get auto-defaulted to something like **hawtio-1.2**
-
-		mvn release:perform -P release,grunt
-
-when the release is done:
-
-		git push --tags
-
-Now go to the [OSS Nonatype Nexus](https://oss.sonatype.org/index.html#stagingRepositories) and Close then Release the staging repo
-
-Now, go into github issues and create a new milestone (if not already created) for the release number that you just released.  Close this milestone.  Now go through each open milestonee and move all closed issues to your new milestone.  Also move issues that are closed but have no milestone to the new milestone.  This will ensure that all fixed issues in the last development period will be correctly associated with the release that the fix was introduced in.
-
-Update the changelog with links to your milestone which will list all the fixes/enhancements that made it into the release.  Also mention any major changes in the changelog.
-
-### Update the new version number:
-
-Now update the new dev version the following files so the new dev build doens't barf
-
-  * [SpecRunner.html](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/test/specs/SpecRunner.html#L88)
-
-Now update the following files for the new release version:
-
-  * **/*.md - *apart* from changes.md!
-  * website/pom.xml
-  * website/src/chrome/extension.xml
-  * chrome-extension/src/resources/manifest.json
-
-
-### Chrome Extension
-
-One the release has sync'd to [maven central](http://central.maven.org/maven2/io/hawt/hawtio-web/) and the new website is up with the new extension.xml (see above), you'll need to:
-
-* go to the chrome-extension directory
-* check the manifest has the correct new view (see above on version number changes)
-* run
-
-    mvn install
-
-* now go to the [Chrome Web Store](https://chrome.google.com/webstore/developer/dashboard/ua69cc79bd081162fca3bb58f3e36b3b4) and upload the **target/extension.zip** file and hit publish
-
-### Now its beer o'clock!
-
-Now drink a beer! Then another! There, thats better now isn't it!
-
-
-
-

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/Services.md
----------------------------------------------------------------------
diff --git a/console/app/site/doc/Services.md b/console/app/site/doc/Services.md
deleted file mode 100644
index 3b9f0aa..0000000
--- a/console/app/site/doc/Services.md
+++ /dev/null
@@ -1,22 +0,0 @@
-## Services
-
-When using hawtio with different back end services such as micro services there is a need to link to other web applications.
-
-If hawtio is connected to a JVM then we tend to use [jolokia](http://jolokia.org/) to poll the available MBeans inside the JVM and show/hide plugins dynamically.
-
-When using hawtio with [Kubernetes](http://kubernetes.io/) such as with [OpenShift V3](http://github.com/openshift/origin/), [Fabric8](http://fabric8.io/), RHEL Atomic or Google Container Engine (GKE) then we can discover services using the standard Kubernetes Service REST API. By default this is mapped to **/hawtio/service** inside the hawtio web application.
-
-So you can view Kubernetes resources via:
-
-* **/hawtio/service** views all services
-* **/hawtio/pod** views all pods
-* **/hawtio/service/cheese/foo.html** will view the **/foo.html** resource within the **cheese** service
-* **/hawtio/pod/cheese/123/foo.html** will view the **/foo.html** resource within the **cheese** pod on port **123**
-
-### Enabling/disabling tabs/buttons/menus
-
-A common feature of hawtio is for the UI to update in real time based on the services running. When using Kubernetes this relates to services running in the entire Kubernetes cluster; not just whats inside the JVM which served up hawtio.
-
-To do this we have a [few helper functions](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/service/js/serviceHelpers.ts#L11) in the Services plugin to be able to enable/disable nav bars, buttons and menus based on the presence of a service.
-
-e.g. [here's how we can add the Kibana and Grafana links](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/kubernetes/js/kubernetesPlugin.ts#L98-98) to the Kubernetes console based on if their respective services are running in Kubernetes

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/developers/index.md
----------------------------------------------------------------------
diff --git a/console/app/site/doc/developers/index.md b/console/app/site/doc/developers/index.md
deleted file mode 100644
index 2c1b0c4..0000000
--- a/console/app/site/doc/developers/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-### Developers
-
-* [Developer Guide](../../DEVELOPERS.md)
-* [Building](../../BUILDING.md)
-* [Directives](../Directives.html)
-* [How Plugins Work](../HowPluginsWork.md)
-* [How To Make UI Stuff](../HowToMakeUIStuff.md)
-
-### Committers
-
-* [Coding Conventions](../CodingConventions.md)
-* [Release Guide](../ReleaseGuide.md)

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/camel-example-console.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/camel-example-console.png b/console/app/site/doc/images/camel-example-console.png
deleted file mode 100644
index 571a6e1..0000000
Binary files a/console/app/site/doc/images/camel-example-console.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/groups.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/groups.png b/console/app/site/doc/images/groups.png
deleted file mode 100644
index b75ebd0..0000000
Binary files a/console/app/site/doc/images/groups.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/irc.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/irc.png b/console/app/site/doc/images/irc.png
deleted file mode 100644
index 38284f4..0000000
Binary files a/console/app/site/doc/images/irc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/octocat_social.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/octocat_social.png b/console/app/site/doc/images/octocat_social.png
deleted file mode 100644
index 6d49b20..0000000
Binary files a/console/app/site/doc/images/octocat_social.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/stackoverflow.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/stackoverflow.png b/console/app/site/doc/images/stackoverflow.png
deleted file mode 100644
index bc7914f..0000000
Binary files a/console/app/site/doc/images/stackoverflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/images/twitter.png
----------------------------------------------------------------------
diff --git a/console/app/site/doc/images/twitter.png b/console/app/site/doc/images/twitter.png
deleted file mode 100644
index 38bd57d..0000000
Binary files a/console/app/site/doc/images/twitter.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/doc/index.md
----------------------------------------------------------------------
diff --git a/console/app/site/doc/index.md b/console/app/site/doc/index.md
deleted file mode 100644
index 43d86e5..0000000
--- a/console/app/site/doc/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## Documentation
-
-### Using Hawtio
-
-* [Get Started](GetStarted.md)
-* [Configuration](Configuration.md)
-* [Plugins](Plugins.md)
-* [Maven Plugins](MavenPlugins.md)
-* [Articles](Articles.md)
-
-### General Docs
-
-* [FAQ](../FAQ.md)
-* [Change Log](../CHANGES.md)
-* [Contributing](../CONTRIBUTING.md)
-

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/html/book.html
----------------------------------------------------------------------
diff --git a/console/app/site/html/book.html b/console/app/site/html/book.html
deleted file mode 100644
index 40efb85..0000000
--- a/console/app/site/html/book.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div ng-controller="Site.PageController">
-  <div class="wiki-fixed">
-    <div class="row-fluid toc-container">
-      <div class="tocify" wiki-href-adjuster>
-        <!-- TODO we maybe want a more flexible way to find the links to include than the current link-filter -->
-        <div hawtio-toc-display get-contents="getContents(filename, cb)"
-             html="html" link-filter="">
-        </div>
-      </div>
-      <div class="toc-content" id="toc-content"></div>
-    </div>
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/html/index.html
----------------------------------------------------------------------
diff --git a/console/app/site/html/index.html b/console/app/site/html/index.html
deleted file mode 100644
index 9e9b20b..0000000
--- a/console/app/site/html/index.html
+++ /dev/null
@@ -1,129 +0,0 @@
-<div class="row-fluid">
-  <div class="span8">
-    <p>
-      <b>hawtio</b> is a lightweight and <a href="http://hawt.io/plugins/index.html">modular</a> HTML5 web console with
-      <a href="http://hawt.io/plugins/index.html">lots of plugins</a> for managing your Java stuff
-    </p>
-  </div>
-  <div class="span4">
-    <div class="btn-toolbar pull-right">
-      <div class="btn-group">
-        <a class="btn btn-large" href="https://vimeo.com/68442425"
-           title="see a demo of provisioning Fuse containers, viewing, editing, debugging and provisioning Camel routes using Fuse Fabric with the hawtio console">View
-          Demo</a>
-      </div>
-      <div class="btn-group">
-        <a class="btn btn-large  btn-primary pull-right" href="http://hawt.io/getstarted/index.html"
-           title="find out how to get started using hawtio to manage your java stuff">Get Started Now!</a>
-      </div>
-    </div>
-  </div>
-</div>
-
-<div ng-controller="Site.IndexController">
-  <carousel interval="slideInterval">
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/camelRoute.png"
-           alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>Camel Route</h4>
-
-        <p>You can visualise your camel routes and see the throughput rates in real time</p>
-      </div>
-    </slide>
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/jmx.png" alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>JMX</h4>
-
-        <p>Browse all your MBeans, view their real time attributes, create charts or invoke operations</p>
-      </div>
-    </slide>
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/dashboard.png"
-           alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>Dashboard</h4>
-
-        <p>Create your own dashboards that are stored in git. Then share them on github!</p>
-      </div>
-    </slide>
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/wiki.png" alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>git based wiki</h4>
-
-        <p>view and edit documentation pages for your running system; link stuff FTW!</p>
-      </div>
-    </slide>
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/activemqSend.png"
-           alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>Send messages to ActiveMQ</h4>
-
-        <p>Use XML or JSON syntax highlighting, auto-tag close and bracket/tag matching.</p>
-      </div>
-    </slide>
-    <slide>
-      <img src="https://raw.github.com/hawtio/hawtio/master/website/src/images/screenshots/activemqBrowse.png"
-           alt="screenshot">
-
-      <div class="carousel-caption">
-        <h4>Browse ActiveMQ Queues</h4>
-
-        <p>See the message headers and payloads.</p>
-      </div>
-    </slide>
-  </carousel>
-</div>
-
-<div class="row-fluid">
-  <p>
-    <b>hawtio</b></nb> has [lots of plugins](http://hawt.io/plugins/index.html) such as: a git-based Dashboard and Wiki,
-    [logs](http://hawt.io/plugins/logs/index.html), [health](http://hawt.io/plugins/health/index.html), JMX, OSGi,
-    [Apache ActiveMQ](http://activemq.apache.org/), [Apache Camel](http://camel.apache.org/), [Apache
-    OpenEJB](http://openejb.apache.org/), [Apache Tomcat](http://tomcat.apache.org/),
-    [Jetty](http://www.eclipse.org/jetty/), [JBoss](http://www.jboss.org/jbossas) and [Fuse
-    Fabric](http://fuse.fusesource.org/fabric/)
-  </p>
-
-  <p>
-    You can dynamically [extend hawtio with your own plugins](http://hawt.io/plugins/index.html) or automatically
-    [discover plugins](http://hawt.io/plugins/index.html) inside the JVM.
-  </p>
-
-  <p>
-    The only server side dependency (other than the static HTML/CSS/JS/images) is the excellent [Jolokia
-    library](http://jolokia.org) which has small footprint (around 300Kb) and is available as a [JVM
-    agent](http://jolokia.org/agent/jvm.html), or comes embedded as a servlet inside the **hawtio-default.war** or can
-    be deployed as [an OSGi bundle](http://jolokia.org/agent/osgi.html).
-  </p>
-
-
-  <h3>Want to hack on some code?</h3>
-
-  <p>
-    We love [contributions](http://hawt.io/contributing/index.html)!
-  </p>
-
-  <ul>
-    <li></li>
-    <li></li>
-    <li></li>
-    <li></li>
-    <li></li>
-    <li></li>
-  </ul>
-
-  * [articles and demos](http://hawt.io/articles/index.html)
-  * [FAQ](http://hawt.io/faq/index.html)
-  * [How to contribute](http://hawt.io/contributing/index.html)
-  * [How to build the code](http://hawt.io/building/index.html)
-  * [How to get started working on the code](http://hawt.io/developers/index.html)
-  * [Join the hawtio community](http://hawt.io/community/index.html)

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/site/html/page.html
----------------------------------------------------------------------
diff --git a/console/app/site/html/page.html b/console/app/site/html/page.html
deleted file mode 100644
index d42697a..0000000
--- a/console/app/site/html/page.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div ng-controller="Site.PageController">
-  <div wiki-href-adjuster>
-    <div ng-bind-html-unsafe="html"></div>
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/themes/css/3270.css
----------------------------------------------------------------------
diff --git a/console/app/themes/css/3270.css b/console/app/themes/css/3270.css
deleted file mode 100644
index d116461..0000000
--- a/console/app/themes/css/3270.css
+++ /dev/null
@@ -1,465 +0,0 @@
-
-
-@import url("../fonts/Effects-Eighty/stylesheet.css");
-
-*,
-body,
-input,
-button,
-select,
-textarea,
-textarea, 
-input[type="text"], 
-input[type="password"], 
-input[type="datetime"], 
-input[type="datetime-local"], 
-input[type="date"], 
-input[type="month"], 
-input[type="time"], 
-input[type="week"], 
-input[type="number"], 
-input[type="email"], 
-input[type="url"], 
-input[type="search"], 
-input[type="tel"], 
-input[type="color"], 
-.uneditable-input {
-  font-family: EffectsEighty;
-  font-size: large;
-  background: #000;
-  color: #0f0;
-  border-radius: 0;
-}
-
-.main-nav-upper .nav.nav-tabs > li > a {
-  color: #0f0;
-}
-
-.main-nav-upper .nav.nav-tabs > li > a:hover {
-  color: #000;
-  background: #0f0;
-}
-
-.nav-tabs > li > a,
-.nav-tabs > li > a:hover { 
-  border: 1px solid transparent;
-}
-
-.navbar .nav > li > a {
-  text-shadow: none;
-}
-
-input[disabled], 
-select[disabled], 
-textarea[disabled], 
-input[readonly], 
-select[readonly], 
-textarea[readonly] {
-  background: #000;
-}
-
-.alert {
-  border-radius: 0;
-  background: #000
-}
-
-.alert-info {
-  border-color: #00f;
-}
-
-.nav-tabs > li > a {
-  border-radius: 0;
-}
-
-.navbar .nav > li > a {
-  background: #000;
-  color: #fff;
-  border: none;
-}
-
-.navbar .nav > li > a:focus
-.navbar .nav > li > a:hover, {
-  background: #0f0;
-  color: #000;
-  border: none;
-}
-
-
-.navbar .nav > li > a {
-  border: none;
-}
-
-.navbar .nav > .active > a,
-.navbar .nav > li > a:hover,
-.navbar .nav > li > a:focus,
-.navbar .nav > .active > a:hover,
-.navbar .nav > .active > a:focus,
-.nav-tabs > .active > a > *, 
-.nav-tabs > .active > a, 
-.nav-tabs > .active > a:hover,
-.nav-tabs > .active > a:hover > *,
-.nav-tabs > li > a:hover,
-.nav > li > a:hover {
-  box-shadow: none;
-  background-image: none;
-  background-color: #0f0;
-  color: #000;
-  border-color: #0f0;
-  border: none;
-  box-shadow: none;
-}
-
-span {
-  background: inherit;
-  color: inherit;    
-}
-
-.main-nav-lower > .container > .nav {
-  border-bottom: 1px solid #0f0;
-  border-top: 1px solid #0f0;
-}
-
-.pane-bar {
-  background: #0f0;    
-}
-
-.pane {
-  background: #000;
-}
-
-.tree-header {
-  background: #000;
-  color: #0f0;
-  border-bottom: 1px solid #0f0;    
-}
-
-.contained,
-[class^="icon-"]:before, 
-[class*=" icon-"]:before,
-[class^="icon-"], 
-[class*=" icon-"],
-.tree-header > *,
-.clickable, 
-.clickable:before {
-  background: inherit;
-  color: inherit;
-}
-
-.nav-tabs .open .dropdown-toggle, 
-.nav-pills .open .dropdown-toggle, 
-.nav > li.dropdown.open.active > a:hover {
-  background: #0f0;
-  color: #000;
-}
-
-.nav-tabs .open .dropdown-toggle, 
-.nav-pills .open .dropdown-toggle, 
-.nav > li.dropdown.open.active > a:hover {
-  border-color: transparent;
-}
-
-.navbar-fixed-top .navbar-inner, 
-.navbar-static-top .navbar-inner {
-  box-shadow: none;
-  border-bottom: none;
-  box-shadow: none;
-}
-
-.main-nav-upper > .nav-tabs li a {
-  border-bottom: 1px solid #0f0;
-  box-shadow: none;
-}
-
-.dropdown-menu {
-  border: 1px solid #0f0;
-  background-color: #000;
-  box-shadow: none;
-  padding: 0;
-  background-clip: normal;
-}
-
-.dropdown-menu > li:hover > a,
-.dropdown-menu li > a:hover, 
-.dropdown-menu li > a:hover *,
-.dropdown-menu li > a:focus, 
-.dropdown-submenu:hover > a {
-  background-color: #0f0;
-  text-shadow: none;
-  color: #000;
-  background-image: none;
-}
-
-.hawtio-dropdown.dropdown.open,
-.navbar .nav li.dropdown.open > .dropdown-toggle, 
-.navbar .nav li.dropdown.active > .dropdown-toggle, 
-.navbar .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #0f0;
-  color: #000;
-}
-
-.dropdown.perspective-selector .dropdown-menu > div > p,
-.hawtio-dropdown p {
-  color: #000;
-  background-color: #fff;
-}
-.dropdown.perspective-selector .dropdown-menu li.clear-recent {
-  border-top: 1px dashed #0f0;
-}
-
-.nav-tabs .dropdown-menu {
-  border-radius: 0;
-}
-
-.dropdown-menu li > a {
-  color: #0f0;
-}
-
-.table-header {
-  color: #fff;
-  border-bottom: 1px solid #fff;
-}
-
-textarea {
-  border: 1px solid #0f0;        
-}
-
-input[type="text"], 
-input[type="password"], 
-input[type="datetime"], 
-input[type="datetime-local"], 
-input[type="date"], 
-input[type="month"], 
-input[type="time"], 
-input[type="week"], 
-input[type="number"], 
-input[type="email"], 
-input[type="url"], 
-input[type="search"], 
-input[type="tel"], 
-input[type="color"],
-select,
-.uneditable-input {
-  border: 1px solid transparent;
-  border-bottom: 1px solid #0f0;
-}
-
-input.ng-invalid, 
-textarea.ng-invalid, 
-select.ng-invalid {
-  border: 1px solid #ff0;
-  box-shadow: none;
-    
-}
-
-input:focus:required:invalid:focus, 
-textarea:focus:required:invalid:focus, 
-select:focus:required:invalid:focus {
-  box-shadow: none;
-  border: 1px solid #ff0;
-}
-
-
-.navbar-inner {
-  background-image: none;
-  box-shadow: none;
-  background-color: #000;
-}
-
-.btn {
-  background: #0f0;
-  color: #000;
-  background-image: none;
-  border-radius: 0;
-  border: none;
-  padding: 3px;
-  border: 2px solid #0f0;
-  text-shadow: none;
-  box-shadow: none;
-  font-size: normal;
-}
-
-.btn:hover {
-  color: #000;
-  background: #fff;
-  border: 2px solid #fff;
-}
-
-.btn.btn-primary {
-  background: #00f;
-  border: 2px solid #00f;
-}
-
-.btn.btn-danger {
-  background: #f00;
-  border: 2px solid #f00;
-}
-
-.btn.btn-success {
-  background: #0ff;
-  border: 2px solid #0ff;
-}
-
-.btn.btn-warning {
-  background: #ff0;
-  border: 2px solid #ff0;
-}
-
-.btn * {
-  color: inherit;
-  background: inherit;
-}
-
-.btn.disabled, 
-.btn[disabled],
-.btn.disabled:hover, 
-.btn[disabled]:hover {
-  background: #000;
-  color: #090;
-  text-shadow: none;
-  border: 2px solid #0f0;
-}
-
-ul.dynatree-container a,
-ul.dynatree-container a:hover,
-span.dynatree-active a,
-ul.dynatree-container a:focus, span.dynatree-focused a:link {
-  background: #000;
-  color: #f00;
-  border-radius: 0;
-  border: none;
-}
-
-ul.dynatree-container a:hover, 
-span.dynatree-active a, 
-ul.dynatree-container a:focus, 
-span.dynatree-focused a:link {
-  background: #00f;
-  color: #000;
-}
-
-.table-striped tbody tr:nth-child(2n+1) td, 
-.table-striped tbody tr:nth-child(2n+1) th {
-  background: #000;
-}
-
-.table th,
-.table td {
-  border-color: #00f;
-}
-
-.modal,
-.modal-header,
-.modal-body,
-.modal-footer {
-  box-shadow: none;
-  border-radius: 0;
-  border: 1px solid #0f0;
-  background: #000;
-}
-
-.ngCell {
-  background-color: #000;
-}
-
-.wiki-file-list-up {
-  color: #ff0;
-}
-
-.slideout {
-  border: 1px solid #0f0;
-}
-
-.slideout-title {
-  border-bottom: 1px solid #0f0;
-}
-
-.container-group-header {
-  border-bottom: 1px solid #0f0;
-}
-
-.box {
-  border: 1px solid transparent;
-  border-bottom: 1px solid #00f;
-}
-
-.selected,
-.box.selected {
-  border: 1px solid #ff0;
-}
-
-.hero-unit {
-  background-color: inherit;
-  border-radius: 0;
-  border: 1px solid #fff;
-}
-
-.popover {
-  border-radius: 0;
-  border: 1px solid #0f0;
-  border-color: #0f0;
-  box-shadow: none;
-}
-
-.popover-title {
-  border-radius: 0;
-  background: #000;
-  color: #0f0;
-  border-color: #0f0;
-  box-shadow: none;
-}
-
-.badge {
-  border-radius: 0;
-  color: #fff;
-  background-color: #000;
-  border: 1px solid #fff;
-  font-size: inherit;
-}
-
-.badge-success {
-  border-color: #0f0;
-}
-
-.badge-inverse {
-  border-color: #aaa;
-}
-
-.badge-warning {
-  border-color: #ff0;
-}
-
-.badge-info {
-  border-color: #00f;
-}
-
-.btn-group > .btn:first-child,
-.btn-group > .btn:last-child, 
-.input-append .add-on:last-child, 
-.input-append .btn:last-child {
-  border-radius: 0;
-}
-
-.monitor-indicator {
-  box-shadow: none;
-  color: #000;
-}
-
-.log-info-panel {
-  border: 1px solid #0f0;
-}
-
-.log-table > li > div,
-.log-table > li > div > div {
-  background: inherit;
-}
-
-.log-table > li > div > div {
-  border-top: 1px solid #009;
-}
-
-.log-table > li > div > div:nth-child(3) {
-  border-right: 1px solid #fff;
-  border-left: 1px solid #fff;
-}
-
-

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/themes/css/dark.css
----------------------------------------------------------------------
diff --git a/console/app/themes/css/dark.css b/console/app/themes/css/dark.css
deleted file mode 100644
index 99c8fda..0000000
--- a/console/app/themes/css/dark.css
+++ /dev/null
@@ -1,675 +0,0 @@
-
-/* fonts */
-
-@import url("../fonts/Open-Sans/stylesheet.css");
-@import url("../fonts/Droid-Sans-Mono/stylesheet.css");
-
-* {
-  font-family: OpenSans;
-}
-
-body {
-  font-family: OpenSans;
-}
-
-#log-panel-statements li {
-  font-family: DroidSansMonoRegular;
-}
-
-#log-panel-statements li pre span {
-  font-family: DroidSansMonoRegular;
-}
-
-div.log-stack-trace {
-  font-family: DroidSansMonoRegular;
-}
-
-div.log-stack-trace p {
-  font-family: DroidSansMonoRegular;
-}
-
-.log-stack-trace > dd > ul > li > .stack-line * {
-  font-family: DroidSansMonoRegular;
-}
-
-pre.stack-line {
-  font-family: DroidSansMonoRegular;
-  font-size: 12px;
-}
-
-div.stack-line {
-  font-family: DroidSansMonoRegular;
-  font-size: 12px;
-}
-
-.log-table *:not('.icon*') {
-  font-family: DroidSansMonoRegular;
-}
-
-.log-table > li > div > div {
-  font-family: DroidSansMonoRegular;
-}
-
-fs-donut svg g text.units {
-  font-family: DroidSansMonoRegular;
-}
-
-/* colors */
-
-.navbar .brand {
-  color: #eee;
-  text-shadow: none;
-}
-
-.nav-tabs > li {
-  margin-bottom: 1px;
-}
-
-.navbar .nav > li > a,
-div#main div ul.nav li a {
-  color: #aaaaaa;
-  text-shadow: none;
-}
-
-.navbar-inner {
-  border: 1px solid #444444;
-  background-color: #353030;
-  background-image: linear-gradient(to bottom, #676565, #454242, #343131);
-  background-repeat: repeat-x;
-}
-
-.navbar-inner.main-nav-upper {
-  background-color: #1f1f1f;
-  background-image: none;
-}
-
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs {
-  border-radius: 0;
-}
-
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs > li > a {
-  border-radius: 0;
-}
-
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs li a {
-  background: inherit;
-}
-
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs *,
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs li:hover,
-.navbar-inner.main-nav-upper > .container > .pull-right > .nav.nav-tabs li a:hover,
-.dropdown-menu li > a {
-  border: none;
-  border-radius: 0;
-  color: #999999;
-}
-
-.navbar-inner.main-nav-lower {
-  border-top: none;
-  border-bottom: 1px solid #222222;
-}
-
-.main-nav-upper > .container > .pull-right > .nav.nav-tabs {
-  background: inherit;
-  border: none;
-}
-
-.nav.nav-tabs {
-  border: inherit;
-  color: #aaaaaa;
-  border-radius: 0 0 4px 4px;
-  border: 1px solid #444444;
-  background-color: #434242;
-  background-image: linear-gradient(to bottom, #454242, #343131);
-  background-repeat: repeat-x;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.nav.nav-tabs li.active a {
-  border: 1px solid #444444;
-  border-radius: 4px;
-  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-.nav.nav-tabs li:hover a {
-  border: 1px solid #444444;
-  border-radius: 4px;
-}
-
-.nav.nav-tabs:not(.connected) {
-  border-radius: 4px;
-}
-
-.nav.nav-tabs li.active a {
-  background: #333232;
-  text-shadow: none;
-}
-
-.nav.nav-tabs li a:hover {
-  background: #403e3e;
-  text-shadow: none;
-  color: #888888;
-}
-
-#main .logbar[ng-controller='Wiki.NavBarController'] .wiki.logbar-container .nav.nav-tabs, #main .logbar-wiki .wiki.logbar-container .nav.nav-tabs {
-  border: none;
-  box-shadow: none;
-  background: inherit;
-}
-
-.navbar .nav > li {
-  background: inherit;
-}
-
-.navbar .nav > .active > a,
-.navbar .nav > .active > a:hover,
-.navbar .nav > .active > a:focus {
-  background: #434242;
-  color: #dddddd;
-}
-
-.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
-  color: #dddddd;
-}
-
-body {
-  color: #cccccc;
-  background: #2e2d2e;
-}
-
-.section-header {
-  background: inherit;
-  background-image: linear-gradient(to bottom, #454242, #343131);
-  border: 1px solid #444;
-  border-radius: 4px;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.container-group-header {
-  border-bottom: 1px solid #444;
-}
-
-.box {
-  border-top: 1px solid #444;
-}
-
-.container-group-header:not([style]) + div > .box {
-  border-top: 1px solid transparent;
-}
-
-.box .clickable:not(.icon-circle-blank):not(.icon-circle) {
-  border-radius: 4px;
-  border: 1px solid #454545;
-}
-
-.box .clickable:not(.icon-circle-blank):not(.icon-circle):hover {
-  background: #222;
-  color: #888;
-}
-
-.selected,
-.box.selected {
-  color: #202020 !important;
-  background-color: #353535 !important;
-}
-
-a {
-  color: #888888;
-}
-
-a:hover {
-  color: #dddddd;
-}
-
-.ngRow.even {
-  background: #303030;
-}
-
-.ngRow.odd {
-  background: #353535;
-}
-
-.ngRow.selected {
-  background: #555555;
-}
-
-.ngVerticalBarVisible {
-  background: #454545
-}
-
-.ngTopPanel {
-  border-bottom: 1px solid #454545;
-}
-
-.widget-body {
-  border: 1px solid #444444;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-  border-top: none;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.widget-title {
-  border: 1px solid #444444;
-  border-top-left-radius: 4px;
-  border-top-right-radius: 4px;
-  border-bottom: none;
-}
-
-.logbar {
-  background: #202020;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-  border: 1px solid #353535;
-  border-top: none;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.logbar > .wiki.logbar-container > .nav.nav-tabs {
-  background-image: none;
-}
-
-textarea, input[type="text"],
-input[type="password"],
-input[type="datetime"],
-input[type="datetime-local"],
-input[type="date"],
-input[type="month"],
-input[type="time"],
-input[type="week"],
-input[type="number"],
-input[type="email"],
-input[type="url"],
-input[type="search"],
-input[type="tel"],
-input[type="color"],
-.uneditable-input,
-select {
-  background-color: #282828;
-  background: #282828;
-  border-color: #333333;
-  color: #888888;
-  box-shadow: 0 0 20px #191919 inset;
-}
-
-input[disabled],
-select[disabled],
-textarea[disabled],
-input[readonly],
-select[readonly],
-textarea[readonly] {
-  background-color: #202020;
-  background: #202020;
-  color: #888888;
-  border-color: #333333;
-}
-
-ul.dynatree-container a {
-  border: none;
-  color: #888888;
-  border-radius: 4px;
-}
-
-ul.dynatree-container a:hover {
-  background: #888888;
-  color: #333333;
-  border-radius: 4px;
-}
-
-span.dynatree-active a {
-  background: #999999;
-  color: #333333;
-  border-radius: 4px;
-}
-
-ul.dynatree-container a:focus, span.dynatree-focused a:link {
-  background: #888888;
-  color: #333333;
-  border-radius: 4px;
-}
-
-.slideout {
-  background: #292929;
-  border-radius: 4px;
-  border: 1px solid #333333;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.well {
-  background: #222222;
-  border: 1px solid #333;
-}
-
-.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
-  background: #323232;
-}
-
-.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
-  background: #353535;
-}
-
-.table th {
-  color: #999999;
-}
-
-.table th, .table td {
-  border-top: 1px solid #292929;
-}
-
-.log-info-panel {
-  background: #292929;
-  border-radius: 4px;
-  border: 1px solid #333333;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
-
-}
-
-.log-table > li:nth-child(odd) > div > div:not(.stack-line) {
-  background-color: #222222;
-  border-top: 1px solid #292929;
-}
-
-.log-table > li:nth-child(even) > div > div:not(.stack-line) {
-  background-color: #242424;
-  border-top: 1px solid #292929;
-}
-
-.log-table > li > div > div:nth-child(2) {
-  border-right: 1px solid #333333;
-}
-
-.log-table > li > div > div:nth-child(3) {
-  border-right: 1px solid #333333;
-}
-
-.log-table > li > div > div:nth-child(4) {
-  border-right: 1px solid #333333;
-}
-
-.monitor-indicator {
-  border-radius: 8px;
-  color: #222222;
-}
-
-.monitor-indicator.true {
-  background-color: #22cc22;
-}
-
-legend {
-  color: #666666;
-  border-bottom: 1px solid #333333;
-}
-
-.btn {
-  color: #aaaaaa;
-  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
-  background-color: inherit;
-  background-image: linear-gradient(to bottom, #646464, #333333);
-  background-repeat: repeat-x;
-
-  border-color: #666666 #666666 #333333;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-
-  border: 1px solid #333333;
-  border-bottom-color: #222222;
-  border-radius: 0;
-  box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.05);
-}
-
-.btn-success {
-  color: #dddddd;
-  background-image: linear-gradient(to bottom, #64aa64, #336633);
-}
-
-.btn.btn-success:hover {
-  background-color: #336633;
-}
-
-.btn-danger {
-  color: #dddddd;
-  background-image: linear-gradient(to bottom, #aa6464, #663333);
-}
-
-.btn.btn-danger:hover {
-  background-color: #663333;
-}
-
-.btn-primary {
-  color: #dddddd;
-  background-image: linear-gradient(to bottom, #6464aa, #333366);
-}
-
-.btn.btn-primary:hover {
-  background-color: #333366;
-}
-
-.btn.disabled,
-.btn[disabled] {
-  color: #aaaaaa;
-  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
-  background-color: #393939;
-  border: 1px solid #555555;
-}
-
-.btn:hover {
-  color: #aaaaaa;
-  background-color: #333333;
-}
-
-div.hawtio-form-tabs ul.nav-tabs {
-  padding-bottom: 4px;
-  border-bottom-left-radius: 0;
-  border-bottom-right-radius: 0;
-  border-bottom: none;
-}
-
-div.hawtio-form-tabs ul.nav-tabs:not(.connected) {
-  border-bottom-left-radius: 0;
-  border-bottom-right-radius: 0;
-}
-
-div.hawtio-form-tabs div.tab-content {
-  border: 1px solid #444444;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-td.adding {
-  background-color: #226699 !important;
-}
-
-td.deleting {
-  background-color: #994444 !important;
-}
-
-.navbar .nav li.dropdown.open > .dropdown-toggle,
-.navbar .nav li.dropdown.active > .dropdown-toggle,
-.navbar .nav li.dropdown.open.active > .dropdown-toggle {
-  background-color: #444444;
-  color: #999999;
-}
-
-.dropdown.open {
-  background-color: #333333 !important;
-  border-bottom: 1px solid #333333 !important;
-}
-
-.dropdown.open > .dropdown-menu {
-  margin-top: 1px;
-  background-color: #333333 !important;
-  border: 1px solid #555555 !important;
-  border-top: none !important;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-.dropdown.open > .dropdown-menu > li:hover,
-.dropdown-menu li > a:hover,
-.dropdown-menu li > a:focus,
-.dropdown-submenu:hover > a {
-  background-color: #555555;
-  background: #555555;
-  color: #bbbbbb;
-}
-
-.navbar .nav > li > .dropdown-menu:before,
-.navbar .nav > li > .dropdown-menu:after {
-  display: none;
-  border: none;
-}
-
-.dropdown.perspective-selector .dropdown-menu > div > p,
-.hawtio-dropdown p {
-  border-top: 1px solid #444;
-  border-bottom: 1px solid #444;
-  background-image: linear-gradient(to bottom, #333, #222);
-}
-.dropdown.perspective-selector .dropdown-menu li.clear-recent {
-  border-top: 1px dashed #444;
-}
-
-.bundle-item-details {
-  background: white;
-}
-
-.bundle-item > a {
-  border-radius: 4px;
-  border: 1px solid #444444;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  background: #444444;
-  background-image: linear-gradient(to bottom, #373535 0%, #2f2b2b 34%, #222222 76%);
-}
-
-.bundle-item.in-selected-repository > a {
-  background: #ddeeff;
-  background-image: linear-gradient(to bottom, #354f35 0%, #2b402b 34%, #223222 76%);
-}
-
-.bundle-item > a:hover {
-  text-decoration: none;
-}
-
-.bundle-item a span {
-  background: inherit;
-  border-radius: 4px;
-  border: 0px;
-  color: #aaaaaa;
-  text-shadow: none;
-}
-
-.bundle-item a span.badge::before {
-  border-radius: 3px;
-  background: #737373;
-}
-
-.bundle-item a span.badge-success::before {
-  background: #1cd11d;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(34, 203, 1, 0.49);
-}
-
-.bundle-item a span.badge-inverse::before {
-  background: #737373;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
-}
-
-.bundle-item a span.badge-important::before {
-  background: #ee0002;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(195, 6, 0, 0.47);
-}
-
-.bundle-item a span.badge-info::before {
-  background: #3a87ad;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(45, 105, 135, 0.47);
-}
-
-.bundle-item a span.badge-warning::before {
-  background: #f89406;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(198, 118, 5, 0.47);
-}
-
-.bundle-item a.toggle-action {
-  border-radius: 0;
-  border: none;
-  opacity: 0.2;
-  color: inherit;
-  box-shadow: none;
-}
-
-.bundle-item a.toggle-action .icon-power-off {
-  color: orange;
-}
-
-.bundle-item a.toggle-action .icon-play-circle {
-  color: green;
-}
-
-#tree-ctrl {
-  border: 1px solid #444444;
-  text-align: center;
-  background-image: linear-gradient(to bottom, #454242, #343131);
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
-}
-
-#tree-ctrl > li > a:hover {
-  background-color: inherit;
-}
-
-.axis text {
-  fill: #888888;
-}
-
-#log-panel #close {
-  background-image: linear-gradient(to bottom, #454242, #343131);
-  border: 1px solid #555555;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-#log-panel-statements {
-  background: #141414;
-}
-
-.modal {
-  background: #333333;
-}
-
-.modal-body {
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25) inset;
-}
-
-.modal-header {
-  background: #222222;
-  border-bottom: 1px solid #444444;
-}
-
-.modal-footer {
-  background: #222222;
-  border-top: 1px solid #444444;
-}
-
-.can-invoke > .dynatree-icon:before,
-.icon-cog.can-invoke {
-  color: green !important;
-}
-
-.cant-invoke > .dynatree-icon:before,
-.icon-cog.cant-invoke {
-  color: red !important;
-}
-
-.pane-bar {
-  border-left: 1px solid #444444;
-  border-right: 1px solid #444444;
-  background: #222222;
-}
-
-.pane {
-  background: #222222;
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
-}
-
-.pane-header-wrapper {
-  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
-}

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/themes/css/default.css
----------------------------------------------------------------------
diff --git a/console/app/themes/css/default.css b/console/app/themes/css/default.css
deleted file mode 100644
index a6e3cfa..0000000
--- a/console/app/themes/css/default.css
+++ /dev/null
@@ -1,1485 +0,0 @@
-/* fonts */
-@import url("../fonts/Open-Sans/stylesheet.css");
-@import url("../fonts/Droid-Sans-Mono/stylesheet.css");
-
-* {
-  font-family: OpenSans;
-}
-
-body {
-  font-family: OpenSans;
-}
-
-#log-panel-statements li {
-  font-family: OpenSans;
-}
-
-#log-panel-statements li pre span {
-  font-family: DroidSansMonoRegular;
-}
-
-div.log-stack-trace {
-  font-family: DroidSansMonoRegular;
-}
-
-div.log-stack-trace p {
-  font-family: DroidSansMonoRegular;
-}
-
-.log-stack-trace > dd > ul > li > .stack-line * {
-  font-family: DroidSansMonoRegular;
-}
-
-pre.stack-line {
-  font-family: DroidSansMonoRegular;
-  font-size: 12px;
-}
-
-div.stack-line {
-  font-family: DroidSansMonoRegular;
-  font-size: 12px;
-}
-
-.log-table *:not(i) {
-  font-family: DroidSansMonoRegular;
-}
-
-.log-table > li > div > div {
-  font-family: DroidSansMonoRegular;
-}
-
-fs-donut svg g text.units {
-  font-family: DroidSansMonoRegular;
-}
-
-/* colors */
-
-#log-panel {
-  background: inherit;
-  background-color: none;
-  border: 1px solid #d4d4d4;
-  transition: bottom 1s ease-in-out;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  opacity: 0.8;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-#log-panel #log-panel-statements {
-  background: #252525;
-}
-
-#log-panel-statements li pre {
-  color: white;
-  background-color: inherit;
-  border: none;
-}
-
-#log-panel-statements li:hover {
-  background: #111111;
-}
-
-#log-panel-statements li.DEBUG {
-  color: dodgerblue;
-}
-
-#log-panel-statements li.INFO {
-  color: white;
-}
-
-#log-panel-statements li.WARN {
-  color: yellow;
-}
-
-#log-panel-statements li.ERROR {
-  color: red;
-}
-
-#log-panel #close {
-  background: #131313;
-  border-top: 1px solid #222222;
-  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1) inset;
-  color: #eeeeee;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-#log-panel #copy {
-  background: inherit;
-  color: white;
-}
-
-ul.dynatree-container {
-  background: inherit;
-}
-ul.dynatree-container li {
-  background: inherit;
-}
-
-.axis line {
-  stroke: #000;
-}
-
-.axis.top {
-  border-bottom: 1px solid #d4d4d4;
-}
-
-.axis.bottom {
-  border-top: 1px solid #d4d4d4;
-}
-
-.horizon {
-  border-bottom: solid 1px #eeeeee;
-}
-
-.horizon:last-child {
-  border-bottom: none;
-}
-
-.horizon + .horizon {
-  border-top: none;
-}
-
-.horizon .title,
-.horizon .value {
-  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-}
-
-.line {
-  background: #000;
-  opacity: .2;
-}
-
-.CodeMirror {
-  border: 1px solid #d4d4d4;
-}
-
-i.expandable-indicator {
-  color: #666;
-}
-
-span.dynatree-expander {
-  color: #728271;
-}
-
-span.dynatree-icon {
-  color: #EECA7C;
-}
-span:not(.dynatree-has-children) .dynatree-icon:before {
-  color: gray;
-}
-
-.table-hover tbody tr:hover td.details {
-  background-color: #ffffff;
-}
-
-tr td.focus {
-  background-color: #d9edf7;
-}
-
-.table-hover tbody tr:hover td.focus {
-  background-color: #d9edf7;
-}
-
-.table-striped tbody tr:nth-child(odd) td.focus {
-  background-color: #d9edf7;
-}
-/*
-.red {
-  color: red !important;
-}
-
-.orange {
-  color: orange !important;
-}
-
-.yellow {
-  color: yellow !important;
-}
-
-.green {
-  color: green !important;
-}
-
-.blue {
-  color: dodgerblue !important;
-}
-*/
-
-.gridster ul#widgets .gs_w {
-  border: 1px solid #d4d4d4;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  background: #ffffff;
-  border-radius: 6px;
-}
-.gridster ul#widgets .gs_w.dragging {
-  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.12);
-}
-.gridster ul#widgets .preview-holder {
-  border-radius: 6px;
-  border: 1px solid #d4d4d4;
-  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1) inset;
-}
-
-.widget-title {
-  background-color: #FAFAFA;
-  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
-  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
-  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
-  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
-  border-bottom: 1px solid #d4d4d4;
-  color: #777777;
-  text-shadow: 0 1px 0 #FFFFFF;
-  border-top-left-radius: 5px;
-  border-top-right-radius: 5px;
-}
-
-.widget-title:hover {
-  color: #333333;
-  text-shadow: 0 1px 0 #FFFFFF;
-  border-bottom: 1px solid #d4d4d4;
-  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
-  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
-  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
-  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0);
-}
-
-.ep[ng-show=editing] {
-  background: white;
-  border-bottom: 1px solid #d4d4d4;
-  border: 1px solid #cecdcd;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.ep > form > fieldset > input {
-  border: 0;
-}
-
-.ngFooterPanel {
-  background: inherit;
-}
-.ngTopPanel {
-  background: inherit;
-}
-.ngGrid {
-  background: inherit;
-}
-
-.ngCellText:hover i:before {
-  text-shadow: 0px 0px 8px #969696;
-}
-
-.ACTIVE:before {
-  color: #777777;
-}
-.RESOLVED:before {
-
-}
-.STARTING:before {
-
-}
-.STARTING {
-
-}
-.STOPPING:before {
-
-}
-.STOPPING {
-
-}
-.UNINSTALLED:before {
-
-}
-.INSTALLED:before {
-
-}
-.table-bordered {
-  border: none;
-  border-radius: 0px;
-}
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child {
-  border-radius: 0px;
-  border-left: none;
-}
-.table-bordered th {
-  border-bottom: 1px solid #d4d4d4;
-}
-.table-bordered th,
-.table-bordered td {
-  border-left: none;
-  border-top: none;
-  border-right: 1px solid #d4d4d4;
-}
-.table-bordered th:last-child,
-.table-bordered td:last-child {
-  border-left: none;
-  border-top: none;
-  border-right: none;
-}
-table.table thead .sorting {
-  background: inherit;
-}
-/*
-table.table thead .sorting_asc:after {
-  background: url('../img/datatable/sort_asc.png') no-repeat top center;
-}
-table.table thead .sorting_desc:after {
-  background: url('../img/datatable/sort_desc.png') no-repeat top center;
-}
-*/
-
-div#main div ul.nav {
-  border-radius: 0 0 4px 4px;
-  border: 1px solid #d4d4d4;
-  border-top: 1px transparent;
-  background-color: #FAFAFA;
-  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
-  background-repeat: repeat-x;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.navbar .btn-navbar span {
-  color: #777777;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-div#main div ul.nav li.active a {
-  border: 1px;
-  border-radius: 2px;
-  background-color: #E5E5E5;
-  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-div#main div ul.nav li.active a:hover {
-  border: 1px;
-  border-radius: 2px;
-  background-color: #E5E5E5;
-  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-div#main div ul.nav li a:not(.btn) {
-  border: 1px;
-  border-radius: 2px;
-  background: inherit;
-  color: #777777;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-div#main div ul.nav li div.separator {
-    padding: 2px 12px;
-    line-height: 20px;
-    color: #777777;
-    float: left;
-}
-
-div#main div ul.nav li a:hover:not(.btn) {
-  border: 1px;
-  border-radius: 2px;
-  background: inherit;
-  color: #333333;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-#main div div div section .tabbable .nav.nav-tabs {
-  border-radius: 0 0 4px 4px;
-  border: 1px solid #d4d4d4;
-  border-top: 1px transparent;
-  background-color: #FAFAFA;
-  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
-  background-repeat: repeat-x;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-#main div div div .nav.nav-tabs:not(.connected) {
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-}
-
-.logbar {
-  background: white;
-  border-bottom: 1px solid #d4d4d4;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  border-bottom-left-radius: 5px;
-  border-bottom-right-radius: 5px;
-  border-left: 1px solid #d4d4d4;
-  border-right: 1px solid #d4d4d4;
-}
-
-.ui-resizable-se {
-  height: 10px;
-  width: 10px;
-  margin-right: 5px;
-  margin-bottom: 5px;
-  background: inherit;
-  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1) inset;
-  font-size: 32px;
-  z-index: 50;
-  position: absolute;
-  display: block;
-  right: 0px;
-  bottom: 0px;
-  border-radius: 6px;
-  border: 1px solid #d4d4d4;
-  cursor: se-resize;
-}
-
-.innerDetails {
-  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset;
-  border: 1px solid #d4d4d4;
-  display: none;
-  background: #ffffff;
-}
-
-.odd {
-  background-color: #f9f9f9;
-}
-
-#main .logbar[ng-controller='Wiki.NavBarController'] .wiki.logbar-container .nav.nav-tabs,
-#main .logbar-wiki .wiki.logbar-container .nav.nav-tabs {
-  border: none;
-  border-radius: 0;
-  box-shadow: none;
-  background: inherit;
-}
-
-.help-display img:not(.no-shadow) {
-  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
-}
-
-.text-shadowed {
-  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
-}
-
-.bundle-item-details {
-  background: white;
-}
-
-.bundle-item > a {
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-  display: block;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  background: #ffffff;
-  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(34%, #ffffff), color-stop(76%, #f4f4f4));
-  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
-  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
-  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
-  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
-}
-
-.bundle-item.in-selected-repository > a {
-  background: #ddeeff;
-  background: -moz-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddeeff), color-stop(34%, #ddeeff), color-stop(76%, #e3e3f4));
-  background: -webkit-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
-  background: -o-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
-  background: -ms-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
-  background: linear-gradient(to bottom, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='#e3e3f4', GradientType=0);
-}
-
-.bundle-item > a:hover {
-  text-decoration: none;
-}
-
-.bundle-item a span {
-  background: inherit;
-  border-radius: 4px;
-  border: 0px;
-  color: #404040;
-  text-shadow: none;
-}
-
-.bundle-item a span.badge::before {
-  border-radius: 3px;
-  background: #737373;
-}
-
-.bundle-item a span.badge-success::before {
-  background: #1cd11d;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(34, 203, 1, 0.49);
-}
-
-.bundle-item a span.badge-inverse::before {
-  background: #737373;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
-}
-
-.bundle-item a span.badge-important::before {
-  background: #ee0002;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(195, 6, 0, 0.47);
-}
-
-.bundle-item a span.badge-info::before {
-  background: #3a87ad;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(45, 105, 135, 0.47);
-}
-
-.bundle-item a span.badge-warning::before {
-  background: #f89406;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(198, 118, 5, 0.47);
-}
-
-.bundle-item a.toggle-action {
-  border-radius: 0;
-  border: none;
-  opacity: 0.2;
-  color: inherit;
-  box-shadow: none;
-}
-
-.bundle-item a.toggle-action .icon-power-off {
-  color: orange;
-}
-
-.bundle-item a.toggle-action .icon-play-circle {
-  color: green;
-}
-
-div.hawtio-form-tabs div.tab-content {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-div.hawtio-form-tabs ul.nav-tabs {
-  border: none !important;
-  border-radius: 0 !important;
-  box-shadow: none !important;
-  background: inherit;
-  background-color: inherit !important;
-  background-image: inherit !important;
-  border-top: none !important;
-}
-
-div.hawtio-form-tabs ul.nav-tabs li {
-  border: 1px solid #d4d4d4 !important;
-  border-top-left-radius: 4px;
-  border-top-right-radius: 4px;
-  background-color: inherit;
-  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.08) !important;
-}
-
-div.hawtio-form-tabs ul.nav-tabs li.active {
-  border-bottom: 1px solid white !important;
-  background-color: white;
-  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.1) !important;
-}
-
-div.hawtio-form-tabs ul.nav-tabs li.active a {
-  box-shadow: none !important;
-  text-shadow: none !important;
-  background-color: inherit !important;
-}
-
-
-.slideout {
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-  border: 1px solid #d4d4d4;
-  background: white;
-}
-
-.slideout > .slideout-content {
-  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
-  border: 1px solid white;
-  background: white;
-}
-
-.slideout.right {
-  border-top-left-radius: 4px;
-  border-bottom-left-radius: 4px;
-}
-
-.slideout.left {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-.slideout.left > .slideout-content {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-.slideout.right > .slideout-content {
-  border-top-left-radius: 4px;
-  border-bottom-left-radius: 4px;
-}
-
-.slideout > .slideout-content > .slideout-body {
-  background: white;
-}
-
-.slideout .slideout-title a {
-  color: #d4d4d4;
-}
-
-.ngHeaderCell:last-child {
-  border-right: 1px solid rgba(0, 0, 0, 0) !important;
-}
-
-.color-picker .wrapper {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-}
-
-.selected-color {
-  width: 1em;
-  height: 1em;
-  border-radius: 4px;
-  padding: 4px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.color-picker-popout {
-  transition: opacity 0.25s ease-in-out;
-  background: white;
-  border-radius: 4px;
-  border: 1px solid rgba(0, 0, 0, 0);
-}
-
-.popout-open {
-  border: 1px solid #d4d4d4;
-}
-
-.color-picker div table tr td div {
-  border: 1px solid rgba(0, 0, 0, 0);
-  border-radius: 4px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.color-picker div table tr td div.selected {
-  border-color: #474747;
-}
-
-.clickable {
-  color: #787878;
-}
-
-.canvas {
-  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
-}
-
-.container-group-header {
-  background: #fdfdfd;
-  border-bottom: 1px solid #d4d4d4;
-}
-
-.box {
-  background: none repeat scroll 0 0 white;
-  border-top: 1px solid #d4d4d4;
-}
-
-.container-group-header:not([style]) + div > .box {
-  border-top: 1px solid transparent;
-}
-
-.selected, 
-.box.selected {
-  color: normal;
-  background-color: #f0f0ff !important;
-  text-shadow: none;
-}
-
-.box.selected .box-right i {
-  text-shadow: none;
-}
-
-.section-header {
-  background-color: #FAFAFA;
-  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
-  background-repeat: repeat-x;
-  border: 1px solid #d4d4d4;
-}
-
-.section-controls > a,
-.section-controls > span > span > span > span > span > .hawtio-dropdown {
-  color: #4d5258;
-}
-
-.section-controls > a.nav-danger {
-  color: IndianRed !important;
-}
-
-td.deleting {
-  background-color: IndianRed !important;
-}
-
-td.adding {
-  background-color: Aquamarine !important;
-}
-
-.input-prepend .progress {
-  border-top-left-radius: 0px;
-  border-bottom-left-radius: 0px;
-}
-
-.login-wrapper {
-  background-color: rgba(255, 168, 27, 0.3);
-  box-shadow: rgba(255, 168, 27, 0.2) 0 0 30px 10px;
-}
-
-.login-wrapper form {
-  background-color: rgba(255, 255, 255, 0.2);
-  box-shadow: inset rgba(255, 168, 27, 0.2) 0 0 30px 10px;
-}
-
-.login-form form fieldset .control-group label {
-  color: white;
-}
-
-.login-logo {
-  color: white;
-}
-
-/** highlight required fields which have no focus */
-input.ng-invalid,
-textarea.ng-invalid,
-select.ng-invalid {
-  border-color: #e5e971;
-  -webkit-box-shadow: 0 0 6px #eff898;
-  -moz-box-shadow: 0 0 6px #eff898;
-  box-shadow: 0 0 6px #eff898;
-}
-
-/** Use bigger and darker border on checkboxes as its hard to see since they already have a shadow */
-input[type="checkbox"].ng-invalid {
-  -webkit-box-shadow: 0 0 12px #e5e971;
-  -moz-box-shadow: 0 0 12px #e5e971;
-  box-shadow: 0 0 12px #e5e971;
-}
-
-.profile-details div .tab-pane ul li:nth-child(even):not(.add) {
-  background-color: #f3f3f3;
-}
-
-pre.stack-line {
-  color: #333333;
-  background: inherit;
-  border: none;
-  border-radius: 0;
-}
-
-.directive-example {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-}
-
-div#main div ul.nav li a.nav-primary.active {
-  color: rgba(255, 255, 255, 0.75);
-}
-
-div#main div ul.nav li a.nav-primary {
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  background-color: #006dcc;
-  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
-  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
-  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
-  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
-  border-color: #0044cc #0044cc #002a80;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  background-color: #0044cc;
-}
-
-div#main div ul.nav li a.nav-primary:hover,
-div#main div ul.nav li a.nav-primary:active,
-div#main div ul.nav li a.nav-primary.active,
-div#main div ul.nav li a.nav-primary.disabled,
-div#main div ul.nav li a.nav-primary[disabled] {
-  color: #ffffff;
-  background-color: #0044cc;
-}
-
-div#main div ul.nav li a.nav-primary:active,
-div#main div ul.nav li a.nav-primary.active {
-  background-color: #003399 \9;
-}
-
-div#main div ul.nav li a.nav-primary .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
-}
-
-.main-nav-upper {
-  background-image: none;
-  background-color: white;
-}
-
-.main-nav-upper .nav li a {
-  border-radius: 0;
-}
-
-.file-list-toolbar .nav {
-  border: none !important;
-  border-bottom: 1px solid #d4d4d4 !important;
-  border-radius: 0 !important;
-  background: inherit !important;
-  box-shadow: none !important;
-}
-
-.file-list-toolbar .nav li a {
-  background: inherit !important;
-}
-
-.file-icon i.icon-folder-close,
-.file-icon i.icon-folder-close-alt,
-.app-logo .icon-folder-close,
-.app-logo .icon-folder-close-alt {
-  color: #EECA7C;
-}
-
-.status-icon {
-  color: inherit;
-}
-
-.active-profile-icon {
-  color: green !important;
-}
-
-.mq-profile-icon {
-  color: green !important;
-}
-
-i.mq-master {
-  color: orange;
-}
-
-.mq-broker-rectangle, .mq-container-rectangle {
-
-  border-left-width: 10px;
-  border-right-width: 10px;
-  border-top-width: 10px;
-
-  color: #333333;
-  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-  background-color: #f5f5f5;
-  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
-  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
-  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
-  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
-  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  *background-color: #e6e6e6;
-  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
-
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  border: 1px solid #bbbbbb;
-  *border: 0;
-  border-bottom-color: #a2a2a2;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-  *margin-left: .3em;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-}
-
-.mq-group-rectangle:nth-child(odd) .mq-group-rectangle-label {
-  background-color: #f3f3f3;
-}
-
-.mq-group-rectangle-label {
-  border-radius: 4px;
-  background-color: #f9f9f9;
-  border: 1px solid #d4d4d4;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.mq-profile-rectangle {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.mq-container-rectangle {
-  border-radius: 4px;
-}
-
-.mq-container-rectangle.master {
-  background-color: #DFFFB9;
-  background-image: -moz-linear-gradient(top, #efffdd, #CCFF99);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efffdd), to(#CCFF99));
-  background-image: -webkit-linear-gradient(top, #efffdd, #CCFF99);
-  background-image: -o-linear-gradient(top, #efffdd, #CCFF99);
-  background-image: linear-gradient(to bottom, #efffdd, #CCFF99);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefffdd', endColorstr='#ffCCFF99', GradientType=0);
-  border-color: #CCFF99 #CCFF99 #CCFF99;
-  *background-color: #CCFF99;
-}
-
-.mq-broker-rectangle {
-  background-color: #bbddff;
-  background-image: -moz-linear-gradient(top, #bbddff, #88bbdd);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbddff), to(#88bbdd));
-  background-image: -webkit-linear-gradient(top, #bbddff, #88bbdd);
-  background-image: -o-linear-gradient(top, #bbddff, #88bbdd);
-  background-image: linear-gradient(to bottom, #bbddff, #88bbdd);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff88bbdd', GradientType=0);
-  border-color: #88bbdd #88bbdd #002a80;
-  *background-color: #88bbdd;
-}
-
-a.dashboard-link {
-  color: black;
-}
-
-.provision-list ul li:nth-child(even) {
-  background-color: #f9f9f9;
-}
-
-.zebra-list > li,
-ol.zebra-list > li {
-  border-top: 1px solid transparent;
-  border-bottom: 1px solid transparent;
-}
-
-.zebra-list > li:nth-child(even),
-ol.zebra-list > li:nth-child(even):before {
-  border-top: 1px solid #d4d4d4;
-  border-bottom: 1px solid #d4d4d4;
-  background-color: #f9f9f9;
-}
-
-.add-link {
-  background: white;
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-}
-
-.log-table > .table-row.selected:before {
-  color: green;
-}
-
-.log-table > li:nth-child(odd) > div > div:not(.stack-line) {
-  background-color: white;
-}
-
-.log-table > li:nth-child(even) > div > div:not(.stack-line) {
-  background-color: #f3f3f3;
-}
-
-.log-table > li > div > div:nth-child(2) {
-  border-right: 1px solid #d4d4d4;
-}
-
-.log-table > li > div > div:nth-child(3) {
-  border-right: 1px solid #d4d4d4;
-}
-
-.log-table > li > div > div:nth-child(4) {
-  border-right: 1px solid #d4d4d4;
-}
-
-.log-table > li > div > div:nth-child(6) {
-  background: white;
-}
-
-.log-info-panel {
-  background: white;
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.log-info-panel > .log-info-panel-frame > .log-info-panel-header {
-  border-bottom: 1px solid #d4d4d4;
-}
-
-.log-info-panel > .log-info-panel-frame > .log-info-panel-body > .row-fluid > span {
-  margin-right: 7px;
-  white-space: nowrap;
-}
-
-.ex-node {
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-  background: white;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.dozer-mapping-node {
-  border: 1px solid #f3f3f3;
-  border-radius: 4px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.wiki-grid {
-  border-right: 1px solid #d4d4d4;
-}
-
-.wiki-file-list-up {
-  color: black;
-}
-
-.fabric-page-header.features {
-  margin-top: 10px;
-}
-
-.profile-selector-name a:not(.profile-info) {
-  color: #333333;
-}
-
-.profile-selector-name.abstract {
-  color: #888888;
-}
-
-.file-name {
-  color: #333333;
-}
-
-i.expandable-indicator.folder {
-  color: #EECA7C;
-}
-
-.camel-canvas {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-  box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
-  background-image: url('../../../img/img-noise-600x600.png')
-}
-
-/*
- * jquery.tocify.css 1.8.0
- * Author: @gregfranko
- */
-/* The Table of Contents container element */
-.tocify {
-  /* top works for the wiki, may need customization
-     elsewhere */
-  border: 1px solid #ccc;
-  webkit-border-radius: 6px;
-  moz-border-radius: 6px;
-  border-radius: 6px;
-  background-color: white;
-}
-
-.tocify li a {
-  border-top: 1px solid rgba(0, 0, 0, 0);
-  border-bottom: 1px solid rgba(0, 0, 0, 0);
-}
-
-.tocify li a:hover {
-  background-color: #FAFAFA;
-  border-top: 1px solid rgba(0, 0, 0, 0);
-  border-bottom: 1px solid rgba(0, 0, 0, 0);
-}
-
-.tocify li a.active {
-  border-top: 1px solid #d4d4d4;
-  border-bottom: 1px solid #d4d4d4;
-  background-color: #FAFAFA;
-}
-
-.health-displays .health-display {
-  border-radius: 4px;
-  border: 1px solid #d4d4d4;
-}
-
-.health-details {
-  background: white;
-}
-
-.health-status {
-  background: white;
-  border-bottom-left-radius: 4px;
-  border-bottom-right-radius: 4px;
-}
-
-.health-message-wrap {
-  border-top: 1px solid #d4d4d4;
-}
-
-.health-details-wrap dl {
-  border-bottom: 1px solid #f3f3f3;
-}
-
-.health-details-wrap table tr {
-  border-bottom: 1px solid #f3f3f3;
-}
-
-.health-display-title {
-  border-radius: 4px;
-  background-color: #eaeaea;
-  border: 1px solid #d3d3d3;
-}
-
-.health-display-title.ok {
-  background-color: lightgreen;
-}
-
-.health-display-title.warning {
-  background-color: darkorange;
-}
-
-.toast.toast-warning * {
-  color: black;
-}
-
-.hawtio-toc .panel-title {
-  border: 1px solid #d4d4d4;
-  border-radius: 4px;
-}
-
-.hawtio-toc .panel-title a {
-  border-radius: 3px;
-  background: #cceeff;
-}
-
-.camel-canvas-endpoint svg circle {
-  fill: #346789;
-}
-
-tr.selected,
-tr.selected .ngCell,
-tr.selected .ngCellText a,
-.table-striped tbody tr.selected:nth-child(odd) td {
-  background-color: #c9dde1;
-}
-
-input.ng-invalid-pattern {
-  border-color: #e9322d;
-  -webkit-box-shadow: 0 0 6px #f8b9b7;
-  -moz-box-shadow: 0 0 6px #f8b9b7;
-  box-shadow: 0 0 6px #f8b9b7;
-}
-
-input.ng-invalid-pattern:focus {
-  border-color: #e9322d;
-  -webkit-box-shadow: 0 0 6px #f8b9b7;
-  -moz-box-shadow: 0 0 6px #f8b9b7;
-  box-shadow: 0 0 6px #f8b9b7;
-}
-
-.runnable {
-  color: green;
-}
-
-.timed-waiting {
-  color: orange;
-}
-
-.waiting,
-.darkgray {
-  color: darkgray;
-}
-
-.blocked {
-  color: red;
-}
-
-strong.new,
-.lightgreen {
-  color: lightgreen;
-}
-
-.terminated,
-.darkred {
-  color: darkred;
-}
-
-.monitor-indicator {
-  border-radius: 6px;
-}
-
-.monitor-indicator.true {
-  background: #1cd11d;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(34, 203, 1, 0.49);
-}
-
-.monitor-indicator.false {
-  background: #737373;
-  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
-}
-
-.table-header {
-  color: black;
-}
-
-.table-header:hover {
-  background-color: #f3f3f3;
-}
-
-.table-header.asc,
-.table-header.desc {
-  background-color: #f3f3f3;
-}
-
-.dropdown-menu {
-  border-radius: 0;
-}
-
-.main-nav-upper .dropdown-menu {
-  border-radius: 0;
-}
-
-.main-nav-lower .dropdown-menu {
-  border-top: none;
-}
-
-.submenu-caret:before {
-  color: #53595f;
-}
-
-.hawtio-dropdown > ul > li:hover {
-  text-decoration: none;
-  color: #ffffff;
-  background-color: #0081c2;
-  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
-  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
-  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
-  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
-}
-
-.hawtio-dropdown > ul > li:hover > span > ul.sub-menu > li {
-  color: #333333;
-}
-
-.dropdown-menu .sub-menu {
-  border-top: 1px solid #d3d3d3;
-}
-
-.caret:before {
-  color: #53595f;
-}
-
-.hawtio-breadcrumb .caret {
-  border: 0;
-  width: 17px;
-  margin-right: 2px;
-  margin-left: 0;
-}
-
-.hawtio-breadcrumb .caret:before {
-  color: rgba(255, 255, 255, 0.8);
-  text-shadow: 2px 0 2px   rgba(0, 0, 0, 0.3);
-}
-
-.component {
-  background-color: white;
-  color: black;
-}
-
-.window,
-.node > rect {
-  stroke-width: 2px;
-  stroke: #346789;
-  border: 2px solid #346789;
-  box-shadow: 2px 2px 19px #e0e0e0;
-  -o-box-shadow: 2px 2px 19px #e0e0e0;
-  -webkit-box-shadow: 2px 2px 19px #e0e0e0;
-  -moz-box-shadow: 2px 2px 19px #e0e0e0;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-  background-color: lightgrey;
-  fill: lightgrey;
-}
-
-.window-inner.from,
-.node > .from {
-  background-color: lightsteelblue;
-  fill: lightsteelblue;
-}
-
-.window-inner.choice,
-.node > .choice {
-  background-color: lightblue;
-  fill: lightblue;
-}
-
-.window-inner.when,
-.node > .when {
-  background-color: lightgreen;
-  fill: lightgreen;
-}
-
-.window-inner.otherwise,
-.node > .otherwise {
-  background-color: lightgreen;
-  fill: lightgreen;
-}
-
-.window-inner.to,
-.node > .to {
-  background-color: lightsteelblue;
-  fill: lightsteelblue;
-}
-
-.window-inner.log,
-.node > .log {
-  background-color: lightcyan;
-  fill: lightcyan;
-}
-
-.window-inner.onException,
-.node > .onException {
-  background-color: lightpink;
-  fill: lightpink;
-}
-
-.window-inner.bean,
-.node > .bean {
-  background-color: mediumaquamarine;
-  fill: mediumaquamarine;
-}
-
-.window:hover {
-  border-color: #5d94a6;
-  background-color: #ffffa0;
-}
-
-.window.selected {
-  background-color: #f0f0a0;
-}
-
-.window.selected > .window-inner {
-  background: inherit;
-}
-
-img.nodeIcon:hover {
-  opacity: 0.6;
-  box-shadow: 2px 2px 19px #a0a0a0;
-  background-color: #a0a0a0;
-}
-
-.hl {
-  border: 3px solid red;
-}
-
-.discovery > li > div:last-child > div > i,
-.discovery > li > .lock > i {
-  color: lightgreen;
-}
-
-.discovery > li > .lock > i {
-  color: lightgrey;
-}
-
-.can-invoke > .dynatree-icon:before,
-.icon-cog.can-invoke {
-  color: green !important;
-}
-
-.cant-invoke > .dynatree-icon:before,
-.icon-cog.cant-invoke {
-  color: red !important;
-}
-
-.pane-bar {
-  background: white;
-}
-
-.pane-viewport {
-  border-top: 1px solid #d4d4d4;
-}
-
-.pane.right .pane-bar {
-  border-left: 1px solid #d4d4d4;
-}
-
-.pane.left .pane-bar {
-  border-right: 1px solid #d4d4d4;
-}
-
-.pane {
-  background: #fff;
-  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.05); */
-}
-
-.pane-header-wrapper {
-  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); */ 
-}
-
-.navbar .nav > li > .dropdown-menu:before,
-.navbar .nav > li > .dropdown-menu:after {
-  display: none;
-  border: none;
-}
-
-.dropdown.perspective-selector .dropdown-menu > div > p,
-.hawtio-dropdown p {
-  border-top: 1px solid #d4d4d4;
-  border-bottom: 1px solid #d4d4d4;
-  background-image: linear-gradient(to bottom, #fff, #e5e5e5);
-}
-.dropdown.perspective-selector .dropdown-menu li.clear-recent {
-  border-top: 1px dashed #d4d4d4;
-}
-
-.prefs .tabbable > .nav {
-  border-right: 1px solid #d4d4d4;    
-}
-
-.prefs .tabbable > .nav > li > a {
-  border-radius: 0;
-  border: 1px solid transparent;
-  color: #333;
-}
-
-.prefs .tabbable > .nav > li.active > a {
-  background-color: #E5E5E5;
-  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
-  text-shadow: 0 1px 0 #FFFFFF;
-}
-
-
-.prefs .tabbable > .nav > li > a:hover {
-  background-color: #EEEEEE    
-}
-
-.column-box {
-  /* border: 1px solid #d4d4d4; */
-}
-
-.column-box-square {
-  border: 1px solid #d4d4d4;
-}
-
-.column-box-square.selected {
-  background-color: #f0f0ff;
-}
-
-.wiki-icon-view-header h5 {
-  padding-bottom: 10px;
-  border-bottom: 1px solid #d4d4d4;
-}
-
-.wiki-icon-view {
-  border-radius: 10px;
-  border: 4px solid transparent;
-}
-
-.wiki-icon-view .column-box {
-  margin: 5px;
-  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-}
-
-.ready-drop {
-  border-radius: 10px;
-  border: 4px dashed #aaffaa;
-  background: #ddffdd;
-  min-height: 150px;
-}
-

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/themes/doc/welcome_example.md
----------------------------------------------------------------------
diff --git a/console/app/themes/doc/welcome_example.md b/console/app/themes/doc/welcome_example.md
deleted file mode 100644
index 5ff71fd..0000000
--- a/console/app/themes/doc/welcome_example.md
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Welcome to <span>{{branding.appName}}</span>
-
-This is an example welcome markdown file!
-
-
-

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e5a144ce/console/app/themes/fonts/Droid-Sans-Mono/DroidSansMono-webfont.eot
----------------------------------------------------------------------
diff --git a/console/app/themes/fonts/Droid-Sans-Mono/DroidSansMono-webfont.eot b/console/app/themes/fonts/Droid-Sans-Mono/DroidSansMono-webfont.eot
deleted file mode 100644
index 3b58855..0000000
Binary files a/console/app/themes/fonts/Droid-Sans-Mono/DroidSansMono-webfont.eot and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org