diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-10-24 17:04:52 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-10-24 17:10:33 -0700 |
| commit | 710adfcf07d73b00a9bb6f8bf977cdb0897fa4b8 (patch) | |
| tree | 15b50e4a242788ad4d6ce385cf2e7111c477535c /static/partial-systemconfig.html | |
| parent | ba9f9a6cebfbb7a12ecf869afa0cdc5aef9c8372 (diff) | |
| download | bmcweb-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-systemconfig.html')
| -rw-r--r-- | static/partial-systemconfig.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/static/partial-systemconfig.html b/static/partial-systemconfig.html deleted file mode 100644 index a6b48d3..0000000 --- a/static/partial-systemconfig.html +++ /dev/null @@ -1,28 +0,0 @@ -<div class="container" ng-controller="systemConfigController"> - <div class="row"> - <div class="col-md-12"> - <div class="box box-primary"> - <div class="box-header with-border"> - <h4>System Configuration - </h4> - <div class="horizontal-scroll box-body"> </div> - - <table class="table table-striped system-status-table" st-table="smartTableData"> - <thead> - <tr class="sortable "> - <th class="table-id" st-sort="id" st-sort-default="true">#</th> - <th st-sort="name">Name</th> - </tr> - </thead> - <tbody> - <tr ng-repeat="(key, item) in configuration"> - <td class="table-id">{{$index}}</td> - <td>{{item.name}}</td> - </tr> - </tbody> - </table> - </div> - </div> - </div> - </div> -</div> |

