Created
March 8, 2023 12:41
-
-
Save thebsdbox/3a77498016ccecfdcb4f44fc2af45dca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div layout-gt-sm="row"> | |
<md-input-container> | |
<label>SSH</label> | |
<input value="ssh {{instance.proxy_host}}@direct.{{host}} -p 8022" type="text" readonly="readonly" size="50"> | |
<md-icon ngclipboard data-clipboard-text="ssh {{instance.proxy_host}}@direct.{{host}} -p 8022"class="material-icons">content_copy | |
<md-tooltip md-direction="top">Copy!</md-tooltip> | |
</md-icon> | |
<md-button class="md-raised" href="ssh://{{instance.proxy_host}}@direct.{{host}}:8022" target="_blank" rel="noopener noreferrer"> | |
<md-icon class="material-icons">login</md-icon> SSH | |
</md-button> | |
</md-input-container> | |
<div class="md-block" glex-gt-sm></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment