mirror of https://github.com/portainer/portainer
fix app templates symbol (#6221)
parent
5839f96787
commit
aa8fc52106
|
@ -9,8 +9,8 @@ export const rdWidgetCustomHeader = {
|
|||
<div class="widget-header">
|
||||
<div class="row">
|
||||
<span class="pull-left">
|
||||
<img class="custom-header-ico space-right" ng-src="{{$ctrl.icon}}" ng-if="$ctrl.icon" alt="header-icon"/>
|
||||
<i class="fa fa-rocket" aria-hidden="true" ng-if="!$ctrl.icon"/>
|
||||
<img class="custom-header-ico space-right" ng-src="{{$ctrl.icon}}" ng-if="$ctrl.icon" alt="header-icon"></img>
|
||||
<i class="fa fa-rocket" aria-hidden="true" ng-if="!$ctrl.icon"></i>
|
||||
<span class="text-muted"> {{$ctrl.titleText}} </span>
|
||||
</span>
|
||||
<span class="pull-right col-xs-6 col-sm-4" ng-transclude></span>
|
||||
|
|
Loading…
Reference in New Issue