Skip to content
Snippets Groups Projects
Commit eb2d086d authored by kbeyro's avatar kbeyro
Browse files

add current date since

parent b292dc20
No related branches found
No related tags found
2 merge requests!184Develop,!183294 add domain to cluster
......@@ -15,4 +15,6 @@ export class ClusterManager {
public externalNetworks: ClusterExtNetwork[]
public domainNames: string[];
public state : string;
public currentStateSince: Date;
public contactEmail: string;
}
\ No newline at end of file
......@@ -70,6 +70,16 @@
</div>
</div>
<div class="form-group">
<label for="state" class="col-sm-2 control-label">{{ 'CLUSTERS.STATE_SINCE' | translate }}</label>
<div class="col-sm-10">
<div class="col-sm-10">
<input type="text" class="form-control" id="state" name="state"
[ngModel]="formatDate(cluster.currentStateSince)" [disabled]="true">
</div>
</div>
</div>
<div class="form-group">
<label for="clusterCreationDate" class="col-sm-2 control-label">{{ 'CLUSTERS.CREATION_DATE' | translate }}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment