Skip to content

Commit

Permalink
cmd/bosun: fix "items" flashing in ui with ng-cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrandt authored Jul 30, 2018
1 parent 2c398c6 commit bf09c6d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions cmd/bosun/web/static.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/bosun/web/static/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li ng-class="active('items')">
<a ng-if="opentsdbEnabled" href="/items">Items</a>
<a ng-if="opentsdbEnabled" href="/items" >Items</a>
<a ng-if="!opentsdbEnabled" class="disabled" tooltip title="Items available for configured OpenTSDB datasource" href="javascript:void(0)">Items</a>
</li>
<li ng-show="opentsdbEnabled" ng-class="active('graph')"><a href="/graph">Graph</a></li>
Expand Down

0 comments on commit bf09c6d

Please sign in to comment.