SmartIT_Extensions/BMC/smart-it-full-helix/views/ticket/profiles/task-profile.html

19 lines
999 B
HTML

<div ux-id="task-profile" class="profile clearfix" auto-focus tabindex="-1">
<progress-modal ux-id="task-progress-bar" title="{{progress.title}}" text="{{progress.text}}" if="state.showProgressModal" launch-new="true"></progress-modal>
<div class="profile__main-panel">
<div class="profile__main-content" person-menu="person">
<div ng-controller="TicketController" ng-include="'views/ticket/task-details-v2.html'" class="full-height"></div>
</div>
</div>
<div class="resource-slice__fade-out"></div>
<div ux-id="task-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}}">
<activity-feed type="{{type}}" item-id="id" commentable="ticket.accessMappings.timelineEditAllowed" is-draft="false" is-full-version="true" parent-context="ticket"></activity-feed>
</tab>
</tabset>
</div>
</div>