Skip to content

Commit b48c200

Browse files
feat(devices): enable device network settings in cloud mode (#3396)
moved deviceDetail networkSettings component out of not cloud mode Resolves: #3376 Co-authored-by: Madhavi Losetty <madhavi.losetty@intel.com>
1 parent d0266d3 commit b48c200

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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',

0 commit comments

Comments
 (0)