1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(templates): add support for the note field (#805)

This commit is contained in:
Anthony Lapenna 2017-04-18 17:16:00 +01:00 committed by GitHub
parent 7bf708faab
commit 2761959f93
2 changed files with 3 additions and 2 deletions

View file

@ -15,9 +15,9 @@
<rd-widget-body classes="padding">
<form class="form-horizontal">
<!-- description -->
<div class="form-group" ng-if="state.selectedTemplate.Description">
<div class="form-group" ng-if="state.selectedTemplate.Note">
<div class="col-sm-12">
<span class="small" style="margin-left: 5px;">{{ state.selectedTemplate.Description }}</span>
<span class="small" style="margin-left: 5px;" ng-bind-html="state.selectedTemplate.Note"></span>
</div>
</div>
<!-- !description -->