6 lines
456 B
HTML
6 lines
456 B
HTML
<div loading-spinner if="dataLoading" centered="true" overlay="true"></div>
|
|
<iframe ng-src="{{formSrc}}" ng-if="ccsEnabledForPWA" id="task-pwa-frame" class="app__pwa-iframe app__pwa-iframe-create task-iframe" frameborder="0" width="100%"></iframe>
|
|
<div class="unauthorized" ng-if="!ccsEnabledForPWA">
|
|
<h4>{{ 'error' | i18n}}</h4>
|
|
<p>{{ 'error.unauthorized' | i18n}}</p><a href="" ui-sref="dashboard">{{ 'error.click.return.home' | i18n}}</a>
|
|
</div> |