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

20 lines
943 B
HTML

<div class="profile clearfix" auto-focus tabindex="-1">
<progress-modal 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/service-request-details.html'" class="full-height"></div>
</div>
</div>
<div class="resource-slice__fade-out"></div>
<div 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>