mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 00:06:58 -06:00
add a placeholder to DingTalk Url (#8820)
This commit is contained in:
parent
1dedc886f2
commit
f8d22385ce
@ -19,7 +19,7 @@ func init() {
|
||||
<h3 class="page-heading">DingDing settings</h3>
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-10">Url</span>
|
||||
<input type="text" required class="gf-form-input max-width-26" ng-model="ctrl.model.settings.url"></input>
|
||||
<input type="text" required class="gf-form-input max-width-26" ng-model="ctrl.model.settings.url" placeholder="https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxx"></input>
|
||||
</div>
|
||||
`,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user