You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
991 B
33 lines
991 B
<div>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="fabric-page-header row">
|
|
|
|
<div class="pull-left" ng-show="iconURL">
|
|
<div class="app-logo">
|
|
<img ng-src="{{iconURL}}">
|
|
</div>
|
|
</div>
|
|
<div class="pull-left">
|
|
<h2 class="list-inline"><span class="contained c-wide3"> {{displayName || appTitle}}</span></h2>
|
|
</div>
|
|
<div class="pull-right">
|
|
<button class="btn btn-success pull-right"
|
|
title="Run this application"
|
|
ng-disabled="!config || config.error"
|
|
ng-click="apply()">
|
|
<i class="fa fa-play-circle"></i> Run
|
|
</button>
|
|
</div>
|
|
<div class="pull-left col-md-10 profile-summary-wide">
|
|
<div
|
|
ng-show="summaryHtml"
|
|
ng-bind-html-unsafe="summaryHtml"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|