{{ 'APP_INSTANCES.NAME' | translate }} | {{ 'APP_INSTANCES.APPLICATION' | translate }} | {{ 'APP_INSTANCES.VERSION' | translate }} | {{ 'APP_INSTANCES.DOMAIN' | translate }} | {{ 'APP_INSTANCES.OWNER' | translate }} | {{ 'APP_INSTANCES.DEPLOYED_AT' | translate }} | {{ 'APP_INSTANCES.STATE' | translate }} | |
---|---|---|---|---|---|---|---|
{{appInstance?.name}} | {{appInstance?.applicationName}} | {{appInstance?.applicationVersion}} | {{getDomainNameById(appInstance?.domainId)}} | {{appInstance?.owner?.username}} | {{appInstance?.createdAt | localDate:'dd-MM-yyyy HH:mm'}} | {{ translateState(appInstance?.state) }} |
|
{{ 'APP_INSTANCES.NAME' | translate }} | {{ 'APP_INSTANCES.APPLICATION' | translate }} | {{ 'APP_INSTANCES.DOMAIN' | translate }} | {{ 'APP_INSTANCES.OWNER' | translate }} | {{ 'APP_INSTANCES.DEPLOYED_AT' | translate }} | {{ 'APP_INSTANCES.STATE' | translate }} |
---|---|---|---|---|---|
{{appInstance?.name}} | {{appInstance?.applicationName}} | {{getDomainNameById(appInstance?.domainId)}} | {{appInstance?.owner?.username}} | {{appInstance?.createdAt | localDate:'dd-MM-yyyy HH:mm'}} | {{ translateState(appInstance?.state) }} |