issue no:1676
This commit is contained in:
parent
9a6e452a83
commit
b2e0e5af21
@ -40,6 +40,13 @@
|
||||
|
||||
<tabset class="tabbable">
|
||||
<tab heading="View Schedule" id="semDetails">
|
||||
|
||||
<!-- <div>
|
||||
|
||||
<label for="form-field-select-2">Search</label>
|
||||
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" /><br><br>
|
||||
|
||||
</div> -->
|
||||
<fieldset>
|
||||
<div class="row" ng-if="semDetailsLoadingStatus">
|
||||
<!-- <div class="col-md-12">
|
||||
@ -48,6 +55,16 @@
|
||||
|
||||
|
||||
<div class="table-responsive">
|
||||
|
||||
<div class="col-md-3">
|
||||
|
||||
<label for="form-field-select-2">Search</label>
|
||||
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" /><br><br>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<table class="table table-hover" id="batchsch">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user