feat(agent): Add 'Device' menu and submenus (#461)
This commit is contained in:
committed by
László Monda
parent
041d4debb6
commit
ab88d8a2e7
@@ -0,0 +1,30 @@
|
||||
<h1>
|
||||
<i class="fa fa-sliders"></i>
|
||||
<span>Device configuration</span>
|
||||
</h1>
|
||||
|
||||
<ul class="list-unstyled btn-list">
|
||||
<li>
|
||||
The device configuration contains all the keymaps, macros, and settings that are stored on the device.
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-default"
|
||||
(click)="saveConfigurationInJSONFormat()">Download device configuration
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-default"
|
||||
>Upload device configuration
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-danger"
|
||||
mwlConfirmationPopover
|
||||
title="Are you sure?"
|
||||
placement="bottom"
|
||||
confirmText="Yes"
|
||||
cancelText="No"
|
||||
(confirm)="resetUserConfiguration()">Reset device configuration
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user