app-catalog-ui/app_catalog/static/dashboard/project/app_catalog/details_panel.html
Kevin Fox a8815695e7 Fix static/dashboard url's.
Dashboard and Static url's can move around. Don't hard code things.

Change-Id: I9743403d92df8560c50d86549a6727bfe7107296
2015-09-08 17:25:32 -07:00

12 lines
382 B
HTML

<div>
<div class="modal-header">
<h3 class="modal-title">Details</h3>
</div>
<div class="modal-body">
<ng-include src="STATIC_URL + 'dashboard/project/app_catalog/_details_panel.html'" onload="appaction=true"></ng-include>
</div>
<div class="modal-footer">
<button class="btn btn-default" ng-click="cancel()">Close</button>
</div>
</div>