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-kvm.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-kvm.html')
| -rw-r--r-- | static/partial-kvm.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/static/partial-kvm.html b/static/partial-kvm.html deleted file mode 100644 index 61628b6..0000000 --- a/static/partial-kvm.html +++ /dev/null @@ -1,31 +0,0 @@ -<div id="noVNC_container" ng-controller="KvmController"> - <div id="noVNC_status_bar" class="noVNC_status_bar" style="margin-top: 0px;"> - <table border=0 width="100%"> - <tr> - <td> - <div id="noVNC_status" style="position: relative; height: auto;"> - Loading - </div> - </td> - <td width="1%"> - <div id="noVNC_buttons"> - <input type=button value="Send CtrlAltDel" id="sendCtrlAltDelButton"> - <span id="noVNC_xvp_buttons"> - <input type=button value="Shutdown" - id="xvpShutdownButton"> - <input type=button value="Reboot" - id="xvpRebootButton"> - <input type=button value="Reset" - id="xvpResetButton"> - </span> - </div> - </td> - </tr> - </table> - </div> - <canvas id="noVNC_canvas" width="640px" height="20px"> - Canvas not supported. - </canvas> -</div> - - |

