Skip to content

Commit c922b08

Browse files
Merge branch 'main' into device-discovery-UI-changes
2 parents 33497a4 + f57367f commit c922b08

38 files changed

Lines changed: 3640 additions & 492 deletions

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
- run: npm install cypress

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
- name: Use Node.js ${{ matrix.node-version }}
31-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
31+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Use Node.js 20.x
34-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
34+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3535
with:
3636
node-version: '20.x'
3737
- name: Docker Setup Buildx

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
egress-policy: audit
3333

3434
- name: Checkout code
35-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
with:
3737
persist-credentials: false
3838

@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Upload SARIF to GitHub Security
5252
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
53-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
53+
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
5454
with:
5555
sarif_file: zizmor_scan_report.sarif
5656

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.60.0](https://github.com/device-management-toolkit/sample-web-ui/compare/v3.59.0...v3.60.0) (2026-07-16)
2+
3+
4+
### Features
5+
6+
* **devices:** enable device network settings in cloud mode ([#3396](https://github.com/device-management-toolkit/sample-web-ui/issues/3396)) ([b48c200](https://github.com/device-management-toolkit/sample-web-ui/commit/b48c20067898c501bdfce092e015b534b28c1fa6)), closes [#3376](https://github.com/device-management-toolkit/sample-web-ui/issues/3376)
7+
8+
# [3.59.0](https://github.com/device-management-toolkit/sample-web-ui/compare/v3.58.2...v3.59.0) (2026-07-16)
9+
10+
11+
### Features
12+
13+
* **devices:** add network settings management for AMT devices ([#3370](https://github.com/device-management-toolkit/sample-web-ui/issues/3370)) ([d7b3829](https://github.com/device-management-toolkit/sample-web-ui/commit/d7b382911bc4bbf8e4e4ddabf8d83b06bdd1fac8)), closes [#3353](https://github.com/device-management-toolkit/sample-web-ui/issues/3353)
14+
115
## [3.58.2](https://github.com/device-management-toolkit/sample-web-ui/compare/v3.58.1...v3.58.2) (2026-07-06)
216

317

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#*********************************************************************/
55
### STAGE 1: Build ###
6-
FROM node:26-bullseye-slim@sha256:9461926c9bcd133657fe678447ba1282e2ec1e647178b51a827676ca48cb06ce AS build
6+
FROM node:26-bullseye-slim@sha256:1b1f313a1606186f4fc3415ddf9c249f937aff1f9739834b9cfddba460f0b16b AS build
77
ARG BUILD_CONFIGURATION=production
88

99
WORKDIR /usr/src/app
@@ -20,7 +20,7 @@ RUN npm run build -- --configuration=${BUILD_CONFIGURATION} \
2020
fi
2121

2222
### STAGE 2: Run ###
23-
FROM nginx:mainline-alpine-slim@sha256:dd722b8ee8794f3c273bfaf8b5351b0652a68ccd73c17e5f0d029857a58f25ef
23+
FROM nginx:mainline-alpine-slim@sha256:8763397d71453fccb4a2613ccfd89aa62e1d731d618b1eaa8e14631539a3a65b
2424

2525
LABEL license='SPDX-License-Identifier: Apache-2.0' \
2626
copyright='Copyright (c) 2021: Intel'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@device-management-toolkit/sample-web-ui",
3-
"version": "3.58.2",
3+
"version": "3.60.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/devices/device-detail/device-detail.component.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ export class DeviceDetailComponent implements OnInit, OnDestroy {
117117
description: 'deviceDetail.certificatesDescription.value',
118118
component: 'certificates',
119119
icon: 'verified'
120+
},
121+
{
122+
name: 'deviceDetail.networkSettings.value',
123+
description: 'deviceDetail.networkSettingsDescription.value',
124+
component: 'network-settings',
125+
icon: 'lan'
120126
}
121127
]
122128

@@ -129,12 +135,6 @@ export class DeviceDetailComponent implements OnInit, OnDestroy {
129135
component: 'explorer',
130136
icon: 'search'
131137
},
132-
{
133-
name: 'deviceDetail.networkSettings.value',
134-
description: 'deviceDetail.networkSettingsDescription.value',
135-
component: 'network-settings',
136-
icon: 'lan'
137-
},
138138
{
139139
name: 'deviceDetail.tlsSettings.value',
140140
description: 'deviceDetail.tlsSettingsDescription.value',

src/app/devices/devices.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ <h3 class="flex justify-center">
127127
</ng-container>
128128
<!-- productType Column -->
129129
<ng-container matColumnDef="productType">
130-
<mat-header-cell *matHeaderCellDef mat-sort-header>{{ 'devices.table.productType.value' | translate }}</mat-header-cell>
130+
<mat-header-cell *matHeaderCellDef mat-sort-header>{{
131+
'devices.table.productType.value' | translate
132+
}}</mat-header-cell>
131133
<mat-cell *matCellDef="let element" (click)="navigateTo(element.guid)">
132134
{{ getProductType(element) }}
133135
</mat-cell>

0 commit comments

Comments
 (0)