Skip to content

Commit

Permalink
#1213 | Show build icon in the environments view per build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlytvyn authored Sep 19, 2024
1 parent 503eb1e commit 149c6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [2024.2.4]

### `CCv2` enhancements
- Show build icon in the environments view per build [#1213](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1213)
- Open build details from the environments view [#1212](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1212)
- Copy Cloud Storage account name on click [#1211](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/1211)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ object CCv2EnvironmentsDataView : AbstractCCv2DataView<CCv2EnvironmentDto>() {
if (deployedBuild != null) {
panel {
row {
icon(HybrisIcons.CCv2.BUILDS)
.gap(RightGap.SMALL)
link(deployedBuild.name) {
CCv2ViewUtil.showBuildDetailsTab(project, subscription, deployedBuild)
}
Expand Down

0 comments on commit 149c6a7

Please sign in to comment.