mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
WebUI now displays AMT bare-metal option only on correct device group.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user