mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
add withCredentials checkbox
This commit is contained in:
parent
8264c76642
commit
cd742979b1
@ -17,7 +17,7 @@
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="tight-form last">
|
||||
<div ng-if="!current.withCredentials" class="tight-form last">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item" style="width: 80px">
|
||||
Basic Auth
|
||||
@ -40,5 +40,14 @@
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div ng-if="!current.basicAuth" class="tight-form last">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item" style="width: 80px">
|
||||
With Creds
|
||||
</li>
|
||||
<li class="tight-form-item">
|
||||
<editor-checkbox text="Enable" model="current.withCredentials"></editor-checkbox>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user