1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Change index hour count.

This commit is contained in:
Marcos Nils 2016-11-15 16:46:18 -03:00 committed by GitHub
parent 770945ab86
commit e574a95baf

View File

@ -34,7 +34,7 @@
<md-button ng-click="newInstance()" class="md-primary">
+ Add new instance
</md-button>
f
<md-list>
<md-list-item class="md-3-line" ng-repeat="instance in instances" ng-click="showInstance(instance)" ng-class="instance.name == selectedInstance.name ? 'selected' : false">
<div class="md-list-item-text">{{instance.name}} ({{instance.hostname}})</div>
@ -51,7 +51,7 @@
Add instances to your playground.
</p>
<p>
<strong>Sessions and all their instances are deleted after 1 hour.</strong>
<strong>Sessions and all their instances are deleted after 4 hours.</strong>
</p>
</div>