这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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