call track changes
This commit is contained in:
parent
c8be67a41c
commit
b389afbf97
@ -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 -->
|
||||
@ -62,6 +73,17 @@
|
||||
<input class="form-control" type="text" ng-model="search2" id="search2" autofocus tabindex="1" placeholder="Search anything" />
|
||||
</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="table-responsive">
|
||||
|
||||
<fieldset>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user