Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/exceptions/exceptionDetailsDialog.cshtml @ 12560

Last change on this file since 12560 was 12560, checked in by dglaser, 9 years ago

#2388:

HeuristicLab.Services.WebApp-3.3:

  • updated about page

HeuristicLab.Services.WebApp.Statistics-3.3:

  • added missing files
File size: 377 bytes
Line 
1<div class="modal-header">
2    <button type="button" ng-click="close()" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
3    <h4 class="modal-title">Exception Details</h4>
4</div>
5<div class="modal-body">
6    <div style="overflow:auto;">
7        <p style="word-wrap: break-word;">{{message}}</p>
8    </div>
9</div>
Note: See TracBrowser for help on using the repository browser.