mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +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',
|
displayName: 'owners',
|
||||||
showInFacets: false,
|
showInFacets: false,
|
||||||
desc: 'The confirmed owners for the dataset',
|
desc: 'The confirmed owners for the dataset',
|
||||||
example: 'owners:jweiner'
|
example: 'owners:sweaver'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
showInAutoCompletion: true,
|
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>
|
<p>
|
||||||
For more information on how to decommission your {{entityName}}, please follow this link:
|
For more information on how to decommission your {{entityName}}, please follow this link:
|
||||||
<a href={{entityDecommissionWikiLink}} target="_blank" rel="noopener">
|
<a href={{entityDecommissionWikiLink}} target="_blank" rel="noopener">
|
||||||
{{capitalize entityName}} Decommission
|
{{capitalize entityName}} Decommission
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -19,20 +19,6 @@
|
|||||||
<th class="dataset-author-column--narrow">ID Type</th>
|
<th class="dataset-author-column--narrow">ID Type</th>
|
||||||
<th class="dataset-author-column--wide">
|
<th class="dataset-author-column--wide">
|
||||||
Ownership Type
|
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></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -50,7 +50,7 @@ const createTests = (server: IMirageWherehows): Array<ITestSet> => {
|
|||||||
title: 'name:'
|
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:',
|
text: 'owners:',
|
||||||
title: 'owners:'
|
title: 'owners:'
|
||||||
},
|
},
|
||||||
@ -306,7 +306,7 @@ const createTests = (server: IMirageWherehows): Array<ITestSet> => {
|
|||||||
title: 'name:'
|
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:',
|
text: 'something owners:',
|
||||||
title: 'owners:'
|
title: 'owners:'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user