Torkel Ödegaard 9 лет назад
Родитель
Сommit
cdb23cafa6
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      README.md
  2. 1 1
      public/app/features/plugins/partials/ds_http_settings.html

+ 1 - 0
README.md

@@ -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:contact@grafana.org)
 
 Grafana is an open source, feature rich metrics dashboard and graph editor for

+ 1 - 1
public/app/features/plugins/partials/ds_http_settings.html

@@ -5,7 +5,7 @@
 
 	<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>