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:
parent
7bf708faab
commit
2761959f93
2 changed files with 3 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue