Skip to content

Commit

Permalink
Fix for Issue grafana#12
Browse files Browse the repository at this point in the history
Fix for Issue grafana#12, fixing typo of endpoints to endpoint.
  • Loading branch information
mattttt committed Apr 18, 2015
1 parent 3791075 commit ee10c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/raintank/features/partials/endpoints.html
Expand Up @@ -3,10 +3,10 @@
<div style="margin: 15px; position: relative; display: block; max-width: 900px;">
<div class="rt-page-header-area">
<h1 class="rt-h1">Endpoints</h1>
<span style="float: right;"><a class="rt-btn" href="/endpoints/new">New Endpoints</a></span>
<span style="float: right;"><a class="rt-btn" href="/endpoints/new">New Endpoint</a></span>
</div>
<div class="editor-row">
<div class="editor-option">
<div class="editor-option">new
<span class="small">Filter by Endpoint Tag:</span>
<select class="input-medium" style="font-size: 16px; vertical-align: baseline; color: white; margin: 0; background: none; border: none; width: auto;" ng-model="endpoint_filter">
<option value="" label="All Tags" style="color:black">All Endpoints</option>
Expand Down Expand Up @@ -83,4 +83,4 @@ <h1 class="rt-h1">Endpoints</h1>
</span>
</div>
</div>
</div>
</div>

0 comments on commit ee10c63

Please sign in to comment.