mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
adds sectional edit button to purge policy and data types contained section
This commit is contained in:
parent
12119fe6a9
commit
76406491a6
@ -169,6 +169,19 @@
|
||||
tooltip="Click for more information Purge Policies"
|
||||
}}
|
||||
</p>
|
||||
|
||||
{{#unless isEditing}}
|
||||
<div class="compliance-entities-meta__secondary">
|
||||
<button
|
||||
class="nacho-button nacho-button--tertiary"
|
||||
onclick={{action "nextStep"}}>
|
||||
|
||||
<i class="fa fa-pencil" aria-label="Edit Compliance Policy"></i>
|
||||
|
||||
Edit
|
||||
</button>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</header>
|
||||
</section>
|
||||
|
||||
|
||||
@ -12,6 +12,19 @@
|
||||
}}
|
||||
</p>
|
||||
|
||||
{{#unless isEditing}}
|
||||
<div class="compliance-entities-meta__secondary">
|
||||
<button
|
||||
class="nacho-button nacho-button--tertiary"
|
||||
onclick={{action "nextStep"}}>
|
||||
|
||||
<i class="fa fa-pencil" aria-label="Edit Compliance Policy"></i>
|
||||
|
||||
Edit
|
||||
</button>
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
||||
{{#if isEditing}}
|
||||
<button
|
||||
{{action "markDatasetAsNotContainingMemberData"}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user