summaryrefslogtreecommitdiffstats
path: root/static/partial-sensor.html
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-10-24 17:04:52 -0700
committerEd Tanous <ed.tanous@intel.com>2017-10-24 17:10:33 -0700
commit710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8 (patch)
tree15b50e4a242788ad4d6ce385cf2e7111c477535c /static/partial-sensor.html
parentba9f9a6cebfbb7a12ecf869afa0cdc5aef9c8372 (diff)
downloadbmcweb-710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8.tar.gz
bmcweb-710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8.zip
Add the redfish static files to the build
...And delete the old webserver static files from the repo. Move $metadata to a static file, as that's really where it belongs. Change-Id: I2caeee7cd779b7c07cfc10cd693459105656671f
Diffstat (limited to 'static/partial-sensor.html')
-rw-r--r--static/partial-sensor.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/static/partial-sensor.html b/static/partial-sensor.html
deleted file mode 100644
index 4503312..0000000
--- a/static/partial-sensor.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div class="container" ng-controller="sensorController">
- <div class="row">
- <div class="col-md-12">
- <div class="box box-primary">
- <div class="box-header with-border">
- <h4>Summary
- </h4>
- <div class="pull-right">
- <select class="form-control show-tick" title="Rows on page" selectpicker ng-model="smartTablePageSize" ng-options="i for i in [5,10,25,50,100,500]">
- </select>
- </div>
- <div class="horizontal-scroll box-body"> </div>
-
- <table class="table table-striped system-status-table" st-table="smartTableData" st-safe-src="rowCollection">
- <thead>
- <tr class="sortable ">
- <th class="table-id" st-sort="id" st-sort-default="true">#</th>
- <th st-sort="name">Name</th>
- <th st-sort="value">Value</th>
- </tr>
- <tr>
- <th></th>
- <th><input st-search="name" placeholder="Search Name" class="input-sm form-control search-input" type="search" /></th>
- <th><input st-search="value" placeholder="Search Value" class="input-sm form-control search-input" type="search" /></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in smartTableData">
- <td class="table-id">{{item.id}}</td>
- <td>{{item.name}}</td>
- <td>{{item.value}}</td>
- </tr>
- </tbody>
- <tfoot>
- <tr>
- <td colspan="6" class="text-center">
- <div st-pagination="" st-items-by-page="smartTablePageSize" st-displayed-pages="7"></div>
- </td>
- </tr>
- </tfoot>
- </table>
- </div>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file
OpenPOWER on IntegriCloud