Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
dba2df19
Commit
dba2df19
authored
Mar 20, 2019
by
Sean Lafferty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make all http auth setting labels the same width
parent
3f9a19dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
public/app/features/datasources/partials/http_settings.html
+6
-7
No files found.
public/app/features/datasources/partials/http_settings.html
View file @
dba2df19
...
@@ -71,20 +71,20 @@
...
@@ -71,20 +71,20 @@
<h3
class=
"page-heading"
>
Auth
</h3>
<h3
class=
"page-heading"
>
Auth
</h3>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<gf-form-checkbox
class=
"gf-form"
label=
"Basic Auth"
checked=
"current.basicAuth"
label-class=
"width-1
0
"
switch-class=
"max-width-6"
></gf-form-checkbox>
<gf-form-checkbox
class=
"gf-form"
label=
"Basic Auth"
checked=
"current.basicAuth"
label-class=
"width-1
3
"
switch-class=
"max-width-6"
></gf-form-checkbox>
<gf-form-checkbox
class=
"gf-form"
label=
"With Credentials"
tooltip=
"Whether credentials such as cookies or auth
<gf-form-checkbox
class=
"gf-form"
label=
"With Credentials"
tooltip=
"Whether credentials such as cookies or auth
headers should be sent with cross-site requests."
checked=
"current.withCredentials"
label-class=
"width-1
1
"
headers should be sent with cross-site requests."
checked=
"current.withCredentials"
label-class=
"width-1
3
"
switch-class=
"max-width-6"
></gf-form-checkbox>
switch-class=
"max-width-6"
></gf-form-checkbox>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"TLS Client Auth"
label-class=
"width-1
0
"
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"TLS Client Auth"
label-class=
"width-1
3
"
checked=
"current.jsonData.tlsAuth"
switch-class=
"max-width-6"
></gf-form-checkbox>
checked=
"current.jsonData.tlsAuth"
switch-class=
"max-width-6"
></gf-form-checkbox>
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"With CA Cert"
tooltip=
"Needed for
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"With CA Cert"
tooltip=
"Needed for
verifing self-signed TLS Certs"
checked=
"current.jsonData.tlsAuthWithCACert"
label-class=
"width-1
1
"
verifing self-signed TLS Certs"
checked=
"current.jsonData.tlsAuthWithCACert"
label-class=
"width-1
3
"
switch-class=
"max-width-6"
></gf-form-checkbox>
switch-class=
"max-width-6"
></gf-form-checkbox>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"Skip TLS Verify"
label-class=
"width-1
0
"
<gf-form-checkbox
class=
"gf-form"
ng-if=
"current.access=='proxy'"
label=
"Skip TLS Verify"
label-class=
"width-1
3
"
checked=
"current.jsonData.tlsSkipVerify"
switch-class=
"max-width-6"
></gf-form-checkbox>
checked=
"current.jsonData.tlsSkipVerify"
switch-class=
"max-width-6"
></gf-form-checkbox>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
...
@@ -105,4 +105,4 @@
...
@@ -105,4 +105,4 @@
</div>
</div>
<datasource-tls-auth-settings
current=
"current"
ng-if=
"(current.jsonData.tlsAuth || current.jsonData.tlsAuthWithCACert) && current.access=='proxy'"
>
<datasource-tls-auth-settings
current=
"current"
ng-if=
"(current.jsonData.tlsAuth || current.jsonData.tlsAuthWithCACert) && current.access=='proxy'"
>
</datasource-tls-auth-settings>
</datasource-tls-auth-settings>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment