mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding windows operation bar
This commit is contained in:
parent
fa6ef30d17
commit
0fd317d027
@ -1,7 +1,7 @@
|
||||
{{unit "cdmf.unit.device.type.android.leaflet"}}
|
||||
{{unit "cdmf.unit.device.type.windows.leaflet"}}
|
||||
{{unit "cdmf.unit.lib.qrcode"}}
|
||||
{{unit "cdmf.unit.device.type.android.qr-modal"}}
|
||||
{{unit "cdmf.unit.device.type.android.operation-bar"}}
|
||||
{{unit "cdmf.unit.device.type.windows.qr-modal"}}
|
||||
{{unit "cdmf.unit.device.type.windows.operation-bar"}}
|
||||
|
||||
{{#if deviceFound}}
|
||||
{{#if isAuthorized}}
|
||||
|
||||
@ -16,11 +16,11 @@
|
||||
under the License.
|
||||
}}
|
||||
|
||||
{{unit "mdm.unit.date-range-picker"}}
|
||||
{{unit "cdmf.unit.device.type.windows.date-range-picker"}}
|
||||
|
||||
{{#zone "content"}}
|
||||
<div id="operations-mod" data-permissions="{{permissions}}" data-device-type="{{deviceType}}" data-ownership="{{ownership}}">
|
||||
{{unit "mdm.unit.device.operation-mod"}}
|
||||
{{unit "cdmf.unit.device.type.windows.operation-mod"}}
|
||||
</div>
|
||||
{{/zone}}
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
function onRequest(context) {
|
||||
var log = new Log("mdm.unit.device.operation-bar");
|
||||
var log = new Log("cdmf.unit.device.type.windows.operation-bar");
|
||||
var userModule = require("/app/modules/business-controllers/user.js")["userModule"];
|
||||
var viewModel = {};
|
||||
var permissions = {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user