Rasika Perera 7 years ago
parent ce9ae0016b
commit 5c293f83fb

@ -194,7 +194,7 @@ public class AgentUI extends JFrame {
lblAgentName.setText("Device Name: " + AgentManager.getInstance().getDeviceName());
jLabel2.setHorizontalAlignment(SwingConstants.CENTER);
jLabel2.setText("Copyright (c) 2015, WSO2 Inc.");
jLabel2.setText("Copyright (c) 2018, WSO2 Inc.");
jPanel1.setBackground(new Color(220, 220, 220));

@ -1,6 +1,6 @@
{
"deviceType": {
"label": "Virtual Firealarm",
"label": "Virtual Fire Alarm",
"category": "virtual",
"downloadAgentUri": "virtual_firealarm/device/download",
"scopes" : [

@ -39,7 +39,7 @@
</li>
<li>
<span class="badge">STEP 02</span>
Follow the steps under <a href="#prepare">[Prepare]</a>
Follow the steps under <a href="#prepare">[Prepare]</a> section.
</li>
<li>
<span class="badge">STEP 03</span>
@ -79,7 +79,7 @@
<hr>
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
<div class="panel-body col-centered text-center">
<h3>Name your device and download the agent from following link.</h3>
<h3>Name your device and download the agent.</h3>
<br />
<form id="downloadForm" method="GET"
action="{{@app.context}}/api/devices/sketch/download">
@ -207,11 +207,11 @@
</li>
<li class="padding-top-double">
<span class="badge">02</span>
Navigate to the unzipped agent directory via the terminal.
Navigate to the unzipped Agent folder via the terminal.
</li>
<li class="padding-top-double">
<span class="badge">03</span>
Start the agent using the <span style="font-family: monospace;">sh start-device.sh</span> command.
Run this command: <span style="font-family: monospace;">sh start-device.sh</span>.
</li>
</ul>
<br>

@ -1,7 +1,7 @@
{
"deviceType": {
"label": "Android",
"virtualLabel": "virtual Android",
"virtualLabel": "Virtual Android",
"category": "hybrid",
"analyticsEnabled": "false",
"groupingEnabled": "true",

Loading…
Cancel
Save