mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
Miscellaneous fixes from last meeting on OSS
This commit is contained in:
parent
95cc71d407
commit
8f1f786e2a
@ -42,7 +42,7 @@ export const fields: Array<ISearchEntityRenderProps> = [
|
||||
displayName: 'owners',
|
||||
showInFacets: false,
|
||||
desc: 'The confirmed owners for the dataset',
|
||||
example: 'owners:jweiner'
|
||||
example: 'owners:sweaver'
|
||||
},
|
||||
{
|
||||
showInAutoCompletion: true,
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
<p>By checking this box, you acknowledge that you must keep this {{entityName}} compliance updated even after it is deprecated.</p>
|
||||
<p>
|
||||
For more information on how to decommission your {{entityName}}, please follow this link:
|
||||
<a href={{entityDecommissionWikiLink}} target="_blank" rel="noopener">
|
||||
{{capitalize entityName}} Decommission
|
||||
</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
@ -19,20 +19,6 @@
|
||||
<th class="dataset-author-column--narrow">ID Type</th>
|
||||
<th class="dataset-author-column--wide">
|
||||
Ownership Type
|
||||
|
||||
<a
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
href="https://iwww.corp.linkedin.com/wiki/cf/display/DWH/Metadata+Acquisition#ProjectOverview-ownership"
|
||||
>
|
||||
<sup>
|
||||
<span
|
||||
class="glyphicon glyphicon-question-sign"
|
||||
title="Link to more information"
|
||||
>
|
||||
</span>
|
||||
</sup>
|
||||
</a>
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
||||
@ -50,7 +50,7 @@ const createTests = (server: IMirageWherehows): Array<ITestSet> => {
|
||||
title: 'name:'
|
||||
},
|
||||
{
|
||||
description: 'The confirmed owners for the dataset, e.g.: owners:jweiner',
|
||||
description: 'The confirmed owners for the dataset, e.g.: owners:sweaver',
|
||||
text: 'owners:',
|
||||
title: 'owners:'
|
||||
},
|
||||
@ -306,7 +306,7 @@ const createTests = (server: IMirageWherehows): Array<ITestSet> => {
|
||||
title: 'name:'
|
||||
},
|
||||
{
|
||||
description: 'The confirmed owners for the dataset, e.g.: owners:jweiner',
|
||||
description: 'The confirmed owners for the dataset, e.g.: owners:sweaver',
|
||||
text: 'something owners:',
|
||||
title: 'owners:'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user