Skip to content

Commit

Permalink
docs(): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Apr 6, 2016
1 parent f8efee6 commit cdb23ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[Website](http://grafana.org) |
[Twitter](https://twitter.com/grafana) |
[IRC](https://webchat.freenode.net/?channels=grafana) |
[Slack](https://slack.raintank.io) |
[Email](mailto:[email protected])

Grafana is an open source, feature rich metrics dashboard and graph editor for
Expand Down
2 changes: 1 addition & 1 deletion public/app/features/plugins/partials/ds_http_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3 class="page-heading">Http settings</h3>

<div class="gf-form">
<span class="gf-form-label width-7">Url</span>
<input class="gf-form-input max-width-21" type="text" ng-model='current.url' placeholder="for example: http://localhost:8080" ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/" required></input>
<input class="gf-form-input max-width-21" type="text" ng-model='current.url' placeholder="for example: http://localhost:8081" ng-pattern="/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/" required></input>

<info-popover>
<p>Specify a complete HTTP url (http://your_server:8080)</p>
Expand Down

0 comments on commit cdb23ca

Please sign in to comment.