mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 20:27:50 +00:00
5444 adds jit acl more-info link
This commit is contained in:
parent
7b0924d184
commit
61871fd688
@ -1,3 +1,10 @@
|
|||||||
|
<div>
|
||||||
|
{{more-info
|
||||||
|
link="http://go/jitaclfaq"
|
||||||
|
tooltip="Click for more information on ACL Access"
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<header class="acl-permission__header">
|
<header class="acl-permission__header">
|
||||||
{{#if userHasAclAccess}}
|
{{#if userHasAclAccess}}
|
||||||
<i class="fa fa-check-circle-o fa-lg acl-permission__success" title="You are in this dataset's ACL"></i>
|
<i class="fa fa-check-circle-o fa-lg acl-permission__success" title="You are in this dataset's ACL"></i>
|
||||||
@ -7,17 +14,6 @@
|
|||||||
You have access to this dataset
|
You have access to this dataset
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
|
||||||
<i class="fa fa-ban fa-lg acl-permission__reject" title="You are not in this dataset's ACL"></i>
|
|
||||||
|
|
||||||
<div class="acl-permission__meta">
|
|
||||||
<strong class="acl-permission__reject acl-permission__meta__header">
|
|
||||||
You currently do not have access to this dataset
|
|
||||||
</strong>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{#if userHasAclAccess}}
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="nacho-button--large nacho-button--inverse remove-acl-access-button"
|
class="nacho-button--large nacho-button--inverse remove-acl-access-button"
|
||||||
@ -30,8 +26,16 @@
|
|||||||
Remove My Access
|
Remove My Access
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</button>
|
</button>
|
||||||
|
{{else}}
|
||||||
|
<i class="fa fa-ban fa-lg acl-permission__reject" title="You are not in this dataset's ACL"></i>
|
||||||
|
|
||||||
|
<div class="acl-permission__meta">
|
||||||
|
<strong class="acl-permission__reject acl-permission__meta__header">
|
||||||
|
You currently do not have access to this dataset
|
||||||
|
</strong>
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user