21 lines
1.1 KiB
HTML
21 lines
1.1 KiB
HTML
<div ux-id="ticket-incident-view" class="profile clearfix" auto-focus tabindex="-1">
|
|
<div class="profile__main-panel">
|
|
<div loading-spinner if="state.loginPending" overlay="true" inline="true"></div>
|
|
<div class="ticket__not-found" ng-if="state.ticketNotFound">
|
|
<h3 ng-if="state.ticket === 'incident'">{{'incident.details.notFound' | i18n}}</h3>
|
|
<h3 ng-if="state.ticket === 'workorder'">{{'workorder.details.notFound' | i18n}}</h3>
|
|
<h3 ng-if="state.ticket === 'change'">{{'change.details.notFound' | i18n}}</h3>
|
|
<h3 ng-if="state.ticket === 'task'">{{'task.details.notFound' | i18n}}</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div ux-id="incident-support-panel" class="profile__support-panel" aria-label="{{'common.labels.' + type | i18n}} {{'ticket.region.support' | i18n}}" role="region">
|
|
<tabset justified="true">
|
|
<tab ux-id="activity-tab" heading="{{'common.tabs.activity' | i18n}}">
|
|
</tab>
|
|
<tab ux-id="resources-tab" active="state.resourceTabActive" heading="{{'common.tabs.resources' | i18n}}">
|
|
</tab>
|
|
</tabset>
|
|
</div>
|
|
</div>
|