chaging default text

application-manager-new
Rasika 9 years ago
parent 0fb4af8a42
commit 16590ba5b0

@ -20,33 +20,70 @@
</thead> </thead>
<tbody> <tbody>
<form method="GET" action="{{myDevicePath}}"> <form method="GET" action="{{myDevicePath}}">
{{#if devices.device}} <tr class="border-top">
{{#each devices.device}} <th scope="row">001</th>
<tr class="border-top"> <td>John's Raspberry Pi</td>
<th scope="row">{{deviceIdentifier}}</th> <td class="float-right border-top ">
<td>{{name}}</td> <button class="btn-black-action" name="deviceId"
<td class="float-right border-top "> value="{{deviceIdentifier}}">
<button class="btn-black-action" name="deviceId" <i class="fw fw-view padding-right"></i>View
value="{{deviceIdentifier}}"> </button>
<i class="fw fw-view padding-right"></i>View <button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
</button> <i class="fw fw-edit padding-right"></i>Edit
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}"> </button>
<i class="fw fw-edit padding-right"></i>Edit <button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
</button> <i class="fw fw-delete padding-right"></i>Remove
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}"> </button>
<i class="fw fw-delete padding-right"></i>Remove </td>
</button> </tr>
</td> <tr class="border-top">
</tr> <th scope="row">002</th>
{{/each}} <td>John's Arduino</td>
{{else}} <td class="float-right border-top ">
<tr class="border-top"> <button class="btn-black-action" name="deviceId"
<th scope="row"></th> value="{{deviceIdentifier}}">
<td colspan="2"> <i class="fw fw-view padding-right"></i>View
No Devices available. </button>
</td> <button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
</tr> <i class="fw fw-edit padding-right"></i>Edit
{{/if}} </button>
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
<i class="fw fw-delete padding-right"></i>Remove
</button>
</td>
</tr>
<tr class="border-top">
<th scope="row">003</th>
<td>John's BeagleBone</td>
<td class="float-right border-top ">
<button class="btn-black-action" name="deviceId"
value="{{deviceIdentifier}}">
<i class="fw fw-view padding-right"></i>View
</button>
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
<i class="fw fw-edit padding-right"></i>Edit
</button>
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
<i class="fw fw-delete padding-right"></i>Remove
</button>
</td>
</tr>
<tr class="border-top">
<th scope="row">004</th>
<td>John's Firealarm</td>
<td class="float-right border-top ">
<button class="btn-black-action" name="deviceId"
value="{{deviceIdentifier}}">
<i class="fw fw-view padding-right"></i>View
</button>
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
<i class="fw fw-edit padding-right"></i>Edit
</button>
<button class="btn-black-action" name="deviceId" value="{{deviceIdentifier}}">
<i class="fw fw-delete padding-right"></i>Remove
</button>
</td>
</tr>
</form> </form>
</tbody> </tbody>
</table> </table>

@ -7,8 +7,7 @@
<div class="col-lg-8 margin-top-double"> <div class="col-lg-8 margin-top-double">
<h1 class="grey">Ready to connect a device or create an app?</h1> <h1 class="grey">Ready to connect a device or create an app?</h1>
<hr> <hr>
<p class="margin-bottom-double light-grey ">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas <p class="margin-bottom-double light-grey ">Connect your devices to our Device Cloud and start managing and controlling your devices. Let our products embedded into the Device Cloud analyse the data from your devices and give you all that you need to know of the devices you own. </p>
consectetur rutrum sapien. In ullamcorper nisi nisi, et interdum libero vestibulum at. </p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@ -59,8 +58,8 @@
</div> </div>
<h2 class="white center">Fire Alarm</h2> <h2 class="white center">Fire Alarm</h2>
<div class="text-wrapper"> <div class="text-wrapper">
Lorem Ipsum is simply dummy text of the printing and typesetting Connect your devices and start managing and controlling your devices.
industry. It been the industry's standard dummy text since the 1500s Let us give you all that you need to know of the devices you own.
<br><br> <br><br>
</div> </div>
<a href="#" class="grey-btn" onclick="document.location.href='firealarm'; <a href="#" class="grey-btn" onclick="document.location.href='firealarm';

Loading…
Cancel
Save