mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 20:15:56 +00:00
minor change to match up with ux revamp designs where message near save button changes depending on owners still required
This commit is contained in:
parent
859627bcd2
commit
190cd105ee
@ -66,5 +66,6 @@
|
|||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
color: set-color(red, red5);
|
color: set-color(red, red5);
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,14 +12,16 @@
|
|||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<p class="dataset-author__required-count">
|
{{#if (eq showOwnership "hide")}}
|
||||||
{{#if requiredMinNotConfirmed}}
|
<p class="dataset-author__required-count">
|
||||||
|
{{#if requiredMinNotConfirmed}}
|
||||||
|
|
||||||
Add <strong>{{ownersRequiredCount}}</strong> owner(s) with ID Type - <code>USER</code>
|
Add <strong>{{ownersRequiredCount}}</strong> owner(s) with ID Type - <code>USER</code>
|
||||||
, Ownership Type - <code>Data Owner</code>, and who is also <code>Active</code>
|
, Ownership Type - <code>Data Owner</code>, and who is also <code>Active</code>
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</p>
|
</p>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#if (eq showOwnership "show")}}
|
{{#if (eq showOwnership "show")}}
|
||||||
|
|
||||||
@ -226,9 +228,25 @@
|
|||||||
|
|
||||||
{{#if requiredMinNotConfirmed}}
|
{{#if requiredMinNotConfirmed}}
|
||||||
<div class="dataset-authors-save-error">
|
<div class="dataset-authors-save-error">
|
||||||
{{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}}
|
<p>
|
||||||
Add at least 2 owners.
|
{{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}}
|
||||||
|
{{#if (eq ownersRequiredCount 2)}}
|
||||||
|
Add at least 2 owners.
|
||||||
|
{{else}}
|
||||||
|
Add at least {{ownersRequiredCount}} more owner(s).
|
||||||
|
{{/if}}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<p class="dataset-author__required-count">
|
||||||
|
{{#if requiredMinNotConfirmed}}
|
||||||
|
|
||||||
|
Add <strong>{{ownersRequiredCount}}</strong> owner(s) with ID Type - <code>USER</code>
|
||||||
|
, Ownership Type - <code>Data Owner</code>, and who is also <code>Active</code>
|
||||||
|
|
||||||
|
{{/if}}
|
||||||
|
</p>
|
Loading…
x
Reference in New Issue
Block a user