File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
frontend/src/tools/repo-statistics Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const availableFields = {
1414 compact : "$ioPackage.common.compact" ,
1515 connectionType : "$ioPackage.common.connectionType" ,
1616 dataSource : "$ioPackage.common.dataSource" ,
17+ deviceManager : "$ioPackage.common.supportedMessages.deviceManager" ,
1718 adminUiConfig : "$ioPackage.common.adminUI.config" ,
1819 adminUiTab : "$ioPackage.common.adminUI.tab" ,
1920 depJsController : "$ioPackage.common.dependencies.js-controller" ,
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ const allStats: {
9999 title : "Adapter Tier" ,
100100 description : "The tier number of the adapter (1-3)" ,
101101 } ,
102+ {
103+ name : "deviceManager" ,
104+ title : "Device Manager Support" ,
105+ description : "Whether the adapter supports device manager" ,
106+ } ,
102107 {
103108 name : "adminUiConfig" ,
104109 title : "Admin Config UI" ,
You can’t perform that action at this time.
0 commit comments