Put a message if the download link won't appear
This commit is contained in:
parent
45bb05894b
commit
afe6be0daf
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue