mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing text overlapping and UX issues in device pages commit 2
This commit is contained in:
parent
f642b18b29
commit
c884ec34d1
@ -205,19 +205,15 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">01</span>
|
<span class="badge">01</span>
|
||||||
Download your VirtualFireAlarm using [Download Agent] button above.
|
|
||||||
</li>
|
|
||||||
<li class="padding-top-double">
|
|
||||||
<span class="circle">02</span>
|
|
||||||
Unzip the downloaded Agent.
|
Unzip the downloaded Agent.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">03</span>
|
<span class="badge">02</span>
|
||||||
Move into the unzipped Agent folder in the terminal.
|
Move into the unzipped Agent folder in the terminal.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">04</span>
|
<span class="badge">03</span>
|
||||||
Unzip the downloaded Agent and start terminal to run this command: [sh
|
Unzip the downloaded Agent and start terminal to run this command: [sh
|
||||||
start-device.sh]
|
start-device.sh]
|
||||||
</li>
|
</li>
|
||||||
@ -240,17 +236,17 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">01</span>
|
<span class="badge">01</span>
|
||||||
You can view all your connected devices at
|
You can view all your connected devices at
|
||||||
<a href="{{@app.context}}/devices">[Device Management]</a> page.
|
<a href="{{@app.context}}/devices">[Device Management]</a> page.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">02</span>
|
<span class="badge">02</span>
|
||||||
Select one of connected devices and check for available control
|
Select one of connected devices and check for available control
|
||||||
operations and monitor Real-Time data.
|
operations and monitor Real-Time data.
|
||||||
</li>
|
</li>
|
||||||
<li class="padding-top-double">
|
<li class="padding-top-double">
|
||||||
<span class="circle">03</span>
|
<span class="badge">03</span>
|
||||||
You can also view analytics of the data published to IoT-Server by
|
You can also view analytics of the data published to IoT-Server by
|
||||||
navigating to Device Analytics page.
|
navigating to Device Analytics page.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user