mirror of https://github.com/portainer/portainer
refactor(templates): rename field comment to description (#155)
parent
1c8aa35479
commit
5f290937d2
|
@ -20,7 +20,7 @@
|
||||||
<div ng-repeat="tpl in templates" class="container-template hvr-grow" id="template_{{ $index }}" ng-click="selectTemplate($index)">
|
<div ng-repeat="tpl in templates" class="container-template hvr-grow" id="template_{{ $index }}" ng-click="selectTemplate($index)">
|
||||||
<img class="logo" ng-src="{{ tpl.logo }}" />
|
<img class="logo" ng-src="{{ tpl.logo }}" />
|
||||||
<div class="title">{{ tpl.title }}</div>
|
<div class="title">{{ tpl.title }}</div>
|
||||||
<div class="comment">{{ tpl.comment }}</div>
|
<div class="description">{{ tpl.description }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</rd-widget-body>
|
</rd-widget-body>
|
||||||
|
|
|
@ -251,7 +251,7 @@ input[type="radio"] {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-template .comment {
|
.container-template .description {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue