mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
feat: parse param description as HTML
This commit is contained in:
parent
9a2d227318
commit
cc29060042
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ limitations under the License.
|
|||
<tr data-ng-repeat="paramSpec in config.paramSpecs[config.chart.current]">
|
||||
<td style="font-weight: 400; vertical-align: middle;">{{paramSpec.name}}</td>
|
||||
<td style="font-weight: 400; vertical-align: middle;">{{paramSpec.valueType}}</td>
|
||||
<td style="font-weight: 400; vertical-align: middle;">{{paramSpec.description}}</td>
|
||||
<td ng-bind-html="paramSpec.description"
|
||||
style="font-weight: 400; vertical-align: middle;"></td>
|
||||
<td>
|
||||
<div ng-if="isInputWidget(paramSpec)"
|
||||
class="input-group">
|
||||
|
|
|
|||
Loading…
Reference in a new issue