Skip to content

Commit

Permalink
Merge branch 'analysis-packages' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Dec 8, 2021
2 parents 65a76ce + 19668ad commit ff24f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
</md-button>
</md-card-header>
<div ng-if="!$ctrl.collapsed">
<md-card-content ng-text-truncate="$ctrl.options"
ng-tt-chars-threshold="512"
ng-tt-less-label="{{'global.less' | translate}}"
ng-tt-more-label="{{'global.more' | translate}}">
<md-card-content
<p class="fdz-text-block" markdown-to-html="$ctrl.options"></p>
</md-card-content>
</div>
</md-card>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<md-divider></md-divider>
<fdz-detail
ng-if="ctrl.analysisPackage.license"
collapsed="false"
collapsed="true"
lang="currentLanguage"
options="ctrl.analysisPackage.license"
template-url="scripts/analysispackagemanagement/templates/license.html.tmpl"></fdz-detail>
Expand Down

0 comments on commit ff24f1c

Please sign in to comment.