mirror of https://github.com/docker/docs.git
13 lines
410 B
HTML
13 lines
410 B
HTML
<template name="dashboardAppsPorts">
|
|
<div class="app-ports">
|
|
{{#each ports}}
|
|
<li role="menuitem">
|
|
<span class="port-wrapper">Port {{this.port}}</span>
|
|
<span class="arrow-wrapper">
|
|
<span class="typcn typcn-arrow-right"></span>
|
|
</span>
|
|
<span class="host-address-wrapper">{{this.hostIp}}:{{this.hostPort}}</span>
|
|
</li>
|
|
{{/each}}
|
|
</div>
|
|
</template> |