Skip to content

Commit

Permalink
remove outdated checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
aparcar committed Dec 16, 2017
1 parent 4c13608 commit ed5e30a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions chef.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ <h3 class="tr-created">Image Created</h3>
<svg class="octicon octicon-desktop-download" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"></path></svg>
Sysupgrade
</a>
<span id="download_checksum" class="advanced_view">
</span>
</div>
<div class="col-md-6">
<div id="download_factory_div" style="display:none">
Expand Down
1 change: 0 additions & 1 deletion chef.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ function image_request_handler(response) {

if("sysupgrade" in response_content) {
$("#download_sysupgrade").setAttribute('href', response_content.sysupgrade)
$("#download_checksum").innerHTML = "<b>MD5:</b>" + response_content.checksum
show("#download_sysupgrade_div");
} else {
hide("#download_sysupgrade_div");
Expand Down

0 comments on commit ed5e30a

Please sign in to comment.