issue no:1676
This commit is contained in:
parent
9a6e452a83
commit
b2e0e5af21
@ -40,6 +40,13 @@
|
|||||||
|
|
||||||
<tabset class="tabbable">
|
<tabset class="tabbable">
|
||||||
<tab heading="View Schedule" id="semDetails">
|
<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>
|
<fieldset>
|
||||||
<div class="row" ng-if="semDetailsLoadingStatus">
|
<div class="row" ng-if="semDetailsLoadingStatus">
|
||||||
<!-- <div class="col-md-12">
|
<!-- <div class="col-md-12">
|
||||||
@ -48,6 +55,16 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="table-responsive">
|
<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">
|
<table class="table table-hover" id="batchsch">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user