mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Set grid view option to be selected
This commit is contained in:
parent
2be17aaa8d
commit
a7104d6437
@ -64,7 +64,7 @@ $(document).ready(function () {
|
||||
return $("#content-filter-types").html();
|
||||
}
|
||||
});
|
||||
changeGroupView('grid', this);
|
||||
changeGroupView('grid', $('a.ctrl-filter-grid'));
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{#each groups}}
|
||||
{{groupMap this}}
|
||||
<form id="group-data-form-{{id}}" action="/iotserver/group/{{id}}" method="POST" >
|
||||
<form id="group-data-form-{{id}}" action="/iotserver/group/{{id}}" method="POST">
|
||||
<input type="hidden" name="name" value="{{name}}">
|
||||
<input type="hidden" name="deviceCount" value="{{deviceCount}}">
|
||||
<input type="hidden" name="dateOfCreation" value="{{dateOfCreation}}">
|
||||
@ -9,7 +9,7 @@
|
||||
<input type="hidden" name="users" value="{{users}}">
|
||||
</form>
|
||||
|
||||
<div class="ctrl-wr-asset view-group-link" data-groupid="{{id}}">
|
||||
<div href="#" class="ctrl-wr-asset" data-groupid="{{id}}">
|
||||
<div class="itm-select">
|
||||
<label class="wr-input-control checkbox">
|
||||
<input type="checkbox"/>
|
||||
@ -17,18 +17,18 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="itm-ast">
|
||||
<div class="ast-img"><img src="{{../imageLocation}}group-icon.png"/></div>
|
||||
<div class="ast-img view-group-link" data-groupid="{{id}}"><img src="{{../imageLocation}}group-icon.png"/></div>
|
||||
<div class="ast-desc">
|
||||
<div class="ast-title">
|
||||
<div class="ast-title view-group-link" data-groupid="{{id}}">
|
||||
<h3 class="ast-name">{{name}}</h3>
|
||||
<span class="ast-auth">Device Count: {{deviceCount}}</span>
|
||||
<span class="ast-auth">Created On: <span class="formatDate">{{dateOfCreation}}</span></span>
|
||||
<span class="ast-ver">Shared with: {{users}}</span>
|
||||
</div>
|
||||
<div class="ast-model">
|
||||
<span class="ast-ver">Shared with: {{users}}</span>
|
||||
|
||||
<div href="#" class="ast-btn-group">
|
||||
<a class="view-group-link" data-groupid="{{id}}">
|
||||
<div class="ast-btn-group">
|
||||
<a href="#" data-groupid="{{id}}">
|
||||
<span class="fw-stack">
|
||||
<i class="fw fw-ring fw-stack-2x"></i>
|
||||
<i class="fw fw-view fw-stack-1x"></i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user