Skip to content

Commit 744f384

Browse files
authored
Merge pull request #2159 from harleenkaur2003/tree-view-platform-badge
Tree view platform badge
2 parents 72d4f81 + f5b004a commit 744f384

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ Jamie Allen <[email protected]> JAllen42
2525
Jamie Allen <[email protected]>
2626
Christopher Bennett <[email protected]> ChrisPaulBennett
2727
Mark Dawson <[email protected]> Mark Dawson <[email protected]>
28+
Harleen Kaur <[email protected]> harleenkaur2003 <[email protected]>
29+

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ below.
6161
- Christopher Bennett
6262
- Mark Dawson
6363
- Min RK
64+
- Harleen Kaur
6465
<!-- end-shortlog -->
6566

6667
(All contributors are identifiable with email addresses in the git version

src/components/cylc/tree/TreeItem.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
9191
/>
9292
</div>
9393
<span class="mx-1">{{ node.name }}</span>
94+
<span
95+
v-if="!isExpanded && latestJob(node)?.platform"
96+
class="mx-1 text-grey"
97+
>
98+
{{ latestJob(node)?.platform }}
99+
</span>
94100
<FlowNumsChip :flowNums="node.node.flowNums"/>
95101
</div>
96102
<template v-else-if="node.type === 'job'">

0 commit comments

Comments
 (0)