summaryrefslogtreecommitdiffstats
path: root/vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-05-07 14:58:24 -0400
committerjimmydot <jf2512@att.com>2017-05-07 14:58:24 -0400
commit3982f4f67314ec37fd9b22ae54049958af777c1b (patch)
tree72111b7c13ee7529cce1ea4c8d83c89fdd164450 /vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html
parent00e0d25933699f9e39c3f0b86c983165a1e3e330 (diff)
[VID-6] Initial rebase push
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>
Diffstat (limited to 'vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html')
-rw-r--r--vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html b/vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html
deleted file mode 100644
index 37b388ff..00000000
--- a/vid/src/main/webapp/static/fusion/raptor/ebz/report_search.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<style>
-.grid {
- width: 100%;
- height: 400px;
-}
-.grid .ui-grid-header-cell {
- text-align:center;
-}
-.icon-add-widget:before {
- content: "\e717";
-}
-</style>
-<h1 class="heading1">Report search</h1>
-<br>
-<div >
-<label class="pull-left" style="margin-top: 10px;margin-right: 5px;">Report Id:</label>
-<div class="form-field form-field__glued pull-left size-onefifth" style="width: 13% !important;">
- <div att-search="operatorsRepId" ng-model="operatorRepId" placeholder="Select"></div>
-</div>
-<div class="form-field form-field__glued pull-left size-onefifth" style="width:13% !important;">
- <input ng-model="reportId" type="text" placeholder="Search value?" style="border-radius:0px 5px 5px 0px">
-</div>
-
-<label class="pull-left" style="margin-top: 10px;margin-left: 40px;margin-right: 5px;">Report Name:</label>
-<div class="form-field form-field__glued pull-left size-onefifth" style="width: 13% !important;">
- <div att-search="operatorsRepName" ng-model="operatorRepName" placeholder="Select"></div>
-</div>
-<div class="form-field form-field__glued pull-left size-onefifth" style="width:13% !important;">
- <input ng-model="reportName" type="text" placeholder="Search value?" style="border-radius:0px 5px 5px 0px">
-</div>
-<button type="submit" ng-click="runReport()" att-button btn-type="primary" style="margin-top: 10px;margin-left: 40px;" size="small" title='Submit'>Submit</button>
-
-</div>
-<br>
-<div id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-resize-columns class="grid"></div>