1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

WebUI now displays AMT bare-metal option only on correct device group.

This commit is contained in:
Ylian Saint-Hilaire 2021-03-13 22:28:12 -08:00
parent 5bdebda679
commit bfffdfd8f4
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@
// In Intel documentation, this is called the Setup and Configuration Application (SCA)
module.exports.CreateAmtProvisioningServer = function (parent, config) {
var obj = {};
obj.meshid = config.devicegroup; // This is the device group identifier that all activated devices will be added to.
// WSMAN stack
const CreateWsmanComm = require('./amt/amt-wsman-comm');