mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix small typo "dashbord" to dashboard
This commit is contained in:
parent
fcc369e854
commit
06077faa6a
@ -58,7 +58,7 @@
|
||||
</li>
|
||||
<li class="tight-form-item" ng-show="link.type === 'link'" style="width: 51px">Tooltip</li>
|
||||
<li ng-show="link.type === 'link'">
|
||||
<input type="text" ng-model="link.tooltip" class="input-medium tight-form-input" style="width: 151px" placeholder="Open dashbord" ng-model-onblur ng-change="updated()">
|
||||
<input type="text" ng-model="link.tooltip" class="input-medium tight-form-input" style="width: 151px" placeholder="Open dashboard" ng-model-onblur ng-change="updated()">
|
||||
</li>
|
||||
<li class="tight-form-item" ng-show="link.type === 'link'">Icon</li>
|
||||
<li ng-show="link.type === 'link'">
|
||||
|
Loading…
Reference in New Issue
Block a user