Skip to content

Commit

Permalink
In table list pages, removed bold-text from primary columns where cel…
Browse files Browse the repository at this point in the history
…ls lacked secondary text requiring de-emphasis (i.e. no change made to Workflows List page) [low priority]
  • Loading branch information
hujambo-dunia committed Sep 26, 2023
1 parent b85970c commit 5482727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Dataset/DatasetName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<b-link
id="dataset-dropdown"
class="workflow-dropdown font-weight-bold p-2"
class="workflow-dropdown p-2"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Workflow/InvocationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
:title="getStoredWorkflowNameByInstanceId(data.item.workflow_id)"
class="truncate">
<b-link href="#" @click.stop="swapRowDetails(data)">
<b>{{ getStoredWorkflowNameByInstanceId(data.item.workflow_id) }}</b>
{{ getStoredWorkflowNameByInstanceId(data.item.workflow_id) }}
</b-link>
</div>
</template>
Expand Down

0 comments on commit 5482727

Please sign in to comment.