mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Duplicated radio btn id, name
This commit is contained in:
parent
5b88f08be1
commit
74b8b4e649
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ limitations under the License.
|
|||
<label class="radio-inline">
|
||||
<input type="radio" style="margin-top: 1px; margin-left: -17px;"
|
||||
ng-checked="config.chart.current === chart"
|
||||
ng-click="chartChanged(chart)"
|
||||
name="inlineRadioOptions" id="inlineRadio_{{chart}}" value="{{chart}}">
|
||||
ng-click="chartChanged(chart)" value="{{chart}}">
|
||||
<span style="vertical-align: middle;">{{chart}}</span>
|
||||
</label>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue