fix app templates symbol (#6221)

pull/6232/head
Richard Wei 3 years ago committed by GitHub
parent 5839f96787
commit aa8fc52106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save