Put a message if the download link won't appear

This commit is contained in:
Joseph Schorr 2015-02-24 16:51:03 -05:00
parent 45bb05894b
commit afe6be0daf
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,9 @@
<i class="fa fa-download"></i>
<a href="javascript:void(0)" ng-click="downloadCfg(shownRobot)">Download .dockercfg file</a>
</span>
<span class="download-cfg not-supported" ng-show="!isDownloadSupported()">
.dockercfg download not supported in this browser
</span>
<div class="clipboard-copied-message" style="display: none">
Copied
</div>