mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 11:58:10 +00:00
Merge pull request #890 from theseyi/master
fixes reference to current purge policy in template
This commit is contained in:
commit
8843cdfdfe
@ -46,10 +46,10 @@
|
|||||||
|
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
||||||
{{#if purgeType}}
|
{{#if purgePolicy}}
|
||||||
<li class="purge-policy-list__item">
|
<li class="purge-policy-list__item">
|
||||||
<strong>
|
<strong>
|
||||||
{{get (get purgePolicyProps purgeType) "displayAs"}}
|
{{get (get purgePolicyProps purgePolicy) "displayAs"}}
|
||||||
</strong>
|
</strong>
|
||||||
</li>
|
</li>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user