aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins/dashboard-plugin/src/main/resources/widgets/widget-with-mandatory-properties.html.erb
blob: 5e57af614da0a462870d766a9a756badef20db5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<table>
  <thead>
  <tr>
    <th>Property</th>
    <th>Value</th>
  </tr>
  </thead>
  <tr>
    <td>mandatoryString</td>
    <td><%= widget_properties['mandatoryString'] -%></td>
  </tr>
  <tr>
    <td>mandatoryInt</td>
    <td><%= widget_properties['mandatoryInt'] -%></td>
  </tr>
</table>