Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions opensource/kitematic/work_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: Kitematic, open source, contribute, contributor, tour, development
title: Develop in Kitematic (work on an issue)
---

For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container id in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the id.)
For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container ID in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the ID.)

To do this, edit the container `General Settings` layout.

Expand All @@ -19,7 +19,7 @@ To do this, edit the container `General Settings` layout.
```


3. Above this code we will create a javascript variable that will allow us to display our container id:
3. Above this code we will create a javascript variable that will allow us to display our container ID:

```
let shortId = (
Expand Down Expand Up @@ -77,4 +77,4 @@ To do this, edit the container `General Settings` layout.

## Where to go next

At this point, you are ready to [Review your branch and create a pull request](create_pr.md) to merge your new feature into Kitematic.
At this point, you are ready to [Review your branch and create a pull request](create_pr.md) to merge your new feature into Kitematic.