mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +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">
|
||||
{{#if userHasAclAccess}}
|
||||
<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
|
||||
</strong>
|
||||
</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
|
||||
class="nacho-button--large nacho-button--inverse remove-acl-access-button"
|
||||
@ -30,8 +26,16 @@
|
||||
Remove My Access
|
||||
{{/if}}
|
||||
</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}}
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user