SmartIT_Extensions/BMC/smart-it-full/views/layout-configuration/status-bar-component/resolution-note.html

7 lines
386 B
HTML

<div role="dialog" aria-labelledby="modalLabel">
<div class="status-bar__resolution-note-wrapper">
<label>{{'ticket.resolutionNote' | i18n}}</label>
<p class="status-bar__resolution-note-popup">{{selected.resolutionNote}}</p>
<button type="button" class="btn_primary" ng-click="$dismiss()">{{'serviceRequest.details.close' | i18n}}</button>
</div>
</div>