Skip to content

Commit

Permalink
Add instance URL to PWK
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Jun 11, 2018
1 parent 514fb8d commit 3bfb098
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/k8s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ <h4>{{instance.hostname}}</h4>
<input ng-model="instance.cpu" type="text" readonly="readonly">
</md-input-container>
</div>
<div layout-gt-sm="row">
<md-input-container>
<label>URL</label>
<input value="{{instance.proxy_host}}.direct.{{host}}" type="text" readonly="readonly" size="50">
</md-input-container>
<div class="md-block" glex-gt-sm></div>
</div>
</md-card-content>
<md-card-actions>
<md-button class="md-warn md-raised" ng-click="deleteInstance(instance)" ng-disabled="isInstanceBeingDeleted">{{deleteInstanceBtnText}}</md-button>
Expand Down

0 comments on commit 3bfb098

Please sign in to comment.