Repository: qpid-dispatch Updated Branches: refs/heads/master b821e1cda -> a6a4445cd
DISPATCH-969 Add bootstrap 3.3.7 for automatic dropdown menu support Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/a6a4445c Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/a6a4445c Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/a6a4445c Branch: refs/heads/master Commit: a6a4445cd74ce2e8c6e5193abfdf30dc13d24ca3 Parents: b821e1c Author: Ernest Allen <[email protected]> Authored: Wed Apr 18 13:33:26 2018 -0400 Committer: Ernest Allen <[email protected]> Committed: Wed Apr 18 13:33:26 2018 -0400 ---------------------------------------------------------------------- console/stand-alone/index.html | 10 ++++++---- console/stand-alone/package.json | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a6a4445c/console/stand-alone/index.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/index.html b/console/stand-alone/index.html index f5d6d21..17768cb 100644 --- a/console/stand-alone/index.html +++ b/console/stand-alone/index.html @@ -24,7 +24,7 @@ under the License. <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <title>Qpid Dispatch Console</title> + <title>Red Hat AMQ Interconnect Console</title> <link rel="shortcut icon" type="image/png" href="favicon-32x32.png" sizes="32x32" /> @@ -61,13 +61,14 @@ under the License. <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> - <span class="logo">Qpid Dispatch Router Console</span> + <span class="logo">Red Hat AMQ Interconnect Console</span> </a> </div> + <div class="collapse navbar-collapse navbar-collapse-1"> <ul class="nav navbar-nav navbar-primary" ng-controller="QDR.NavBarController"> <li ng-repeat="link in breadcrumbs" title="{{link.title}}" ng-show="isValid(link)" ng-class='{active : isActive(link.href), "pull-right" : isRight(link), haschart: hasChart(link)}'> - <a ng-href="{{link.href}}{{hash}}" ng-bind-html="link.name"></a> + <a ng-href="{{link.href}}{{hash}}" ng-bind-html="link.content"></a> </li> </ul> </div> @@ -108,7 +109,8 @@ under the License. <script src="node_modules/angular-route/angular-route.min.js"></script> <script src="node_modules/angular-resource/angular-resource.min.js"></script> -<!-- ui-bootstrap --> +<!-- Bootstrap --> +<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> <script src="node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js"></script> <script src="node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls.js"></script> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a6a4445c/console/stand-alone/package.json ---------------------------------------------------------------------- diff --git a/console/stand-alone/package.json b/console/stand-alone/package.json index db5681b..aedaaf6 100644 --- a/console/stand-alone/package.json +++ b/console/stand-alone/package.json @@ -31,6 +31,7 @@ "angular-ui-grid": "^4.0.8", "angular-ui-slider": "^0.4.0", "bluebird": "^3.5.1", + "bootstrap": "^3.3.7", "c3": "^0.4.18", "d3": "^3.5.14", "d3-queue": "^3.0.7", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
