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()); lblAgentName.setText("Device Name: " + AgentManager.getInstance().getDeviceName());
jLabel2.setHorizontalAlignment(SwingConstants.CENTER); 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)); jPanel1.setBackground(new Color(220, 220, 220));

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

@ -39,7 +39,7 @@
</li> </li>
<li> <li>
<span class="badge">STEP 02</span> <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>
<li> <li>
<span class="badge">STEP 03</span> <span class="badge">STEP 03</span>
@ -79,7 +79,7 @@
<hr> <hr>
<div class="modal-body add-margin-top-2x add-margin-bottom-2x"> <div class="modal-body add-margin-top-2x add-margin-bottom-2x">
<div class="panel-body col-centered text-center"> <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 /> <br />
<form id="downloadForm" method="GET" <form id="downloadForm" method="GET"
action="{{@app.context}}/api/devices/sketch/download"> action="{{@app.context}}/api/devices/sketch/download">
@ -207,11 +207,11 @@
</li> </li>
<li class="padding-top-double"> <li class="padding-top-double">
<span class="badge">02</span> <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>
<li class="padding-top-double"> <li class="padding-top-double">
<span class="badge">03</span> <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> </li>
</ul> </ul>
<br> <br>

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

Loading…
Cancel
Save