Skip to content

Commit

Permalink
fixes #617
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 5, 2013
1 parent b490bb4 commit 7eea800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/log/html/logs.html
Expand Up @@ -28,7 +28,7 @@
</form>
</div>

<div class="control-group inline-block pull-right">
<div class="control-group inline-block pull-right" ng-show="branding">
<button class="btn" ng-disabled="!selectedItems.length" ng-click="getSupport()"
title="Search the customer portal to get help on why the selected log occurred" data-placement="bottom">
<i class="icon-question-sign"></i> Support
Expand Down
1 change: 1 addition & 0 deletions hawtio-web/src/main/webapp/app/log/js/logs.ts
Expand Up @@ -11,6 +11,7 @@ module Log {
export function LogController($scope, $routeParams, $location, localStorage, workspace:Workspace, $window, $document) {
$scope.logs = [];

$scope.branding = Branding.enabled;

$scope.init = () => {
$scope.searchText = $routeParams['s'];
Expand Down

0 comments on commit 7eea800

Please sign in to comment.