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:
parent
5bdebda679
commit
bfffdfd8f4
3 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue