fix app templates symbol (#6221)

pull/6232/head
Richard Wei 2021-12-06 19:15:18 +13:00 committed by GitHub
parent 5839f96787
commit aa8fc52106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ export const rdWidgetCustomHeader = {
<div class="widget-header"> <div class="widget-header">
<div class="row"> <div class="row">
<span class="pull-left"> <span class="pull-left">
<img class="custom-header-ico space-right" ng-src="{{$ctrl.icon}}" ng-if="$ctrl.icon" alt="header-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 class="fa fa-rocket" aria-hidden="true" ng-if="!$ctrl.icon"></i>
<span class="text-muted"> {{$ctrl.titleText}} </span> <span class="text-muted"> {{$ctrl.titleText}} </span>
</span> </span>
<span class="pull-right col-xs-6 col-sm-4" ng-transclude></span> <span class="pull-right col-xs-6 col-sm-4" ng-transclude></span>