Last change
on this file since 17495 was
12560,
checked in by dglaser, 9 years ago
|
#2388:
HeuristicLab.Services.WebApp-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:
|
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">×</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.