call track changes
This commit is contained in:
parent
cec1074b50
commit
f5da68dea4
@ -15,6 +15,17 @@
|
||||
|
||||
|
||||
}
|
||||
.listCoutShow {
|
||||
margin: 12px;
|
||||
padding: 4px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border: 1px solid #46b8da;
|
||||
border-radius: 7px;
|
||||
color: #FFF;
|
||||
background-color: #46b8da;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
<!-- start: PAGE TITLE -->
|
||||
@ -103,9 +114,21 @@
|
||||
<input class="form-control" type="text" ng-model="search5.statusName" id="search5" autofocus tabindex="5" placeholder="Status" />
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="pull-right">
|
||||
<div style="margin: 8px;">
|
||||
<div style="width: 45px; display: initial;">
|
||||
<span style="font-size: 14px;
|
||||
color: black;">Total Count:</span> <span class="listCoutShow"> {{ data.length }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12" ng-if="loader == true " align="center">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user