mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Close input tag
This commit is contained in:
parent
ee7532bc5e
commit
387e21e155
2 changed files with 6 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
|||
<div class="form-group" style="width:200px">
|
||||
<b>Name</b>
|
||||
<input id="newInterpreterSettingName" input pu-elastic-input
|
||||
pu-elastic-input-minwidth="180px" ng-model="newInterpreterSetting.name">
|
||||
pu-elastic-input-minwidth="180px" ng-model="newInterpreterSetting.name" />
|
||||
</div>
|
||||
|
||||
<b>Interpreter</b>
|
||||
|
|
@ -56,7 +56,7 @@ limitations under the License.
|
|||
<tr>
|
||||
<td>
|
||||
<input pu-elastic-input pu-elastic-input-minwidth="180px"
|
||||
ng-model="newInterpreterSetting.propertyKey">
|
||||
ng-model="newInterpreterSetting.propertyKey" />
|
||||
</td>
|
||||
<td><textarea msd-elastic ng-model="newInterpreterSetting.propertyValue"></textarea></td>
|
||||
<td></td>
|
||||
|
|
@ -77,7 +77,7 @@ limitations under the License.
|
|||
|
||||
<tr ng-repeat="dep in newInterpreterSetting.dependencies">
|
||||
<td>
|
||||
<input ng-model="dep.groupArtifactVersion" style="width:100%">
|
||||
<input ng-model="dep.groupArtifactVersion" style="width:100%" />
|
||||
</td>
|
||||
<td>
|
||||
<textarea msd-elastic ng-model="dep.exclusions"
|
||||
|
|
@ -96,7 +96,7 @@ limitations under the License.
|
|||
<td>
|
||||
<input ng-model="newInterpreterSetting.depArtifact"
|
||||
placeholder="groupId:artifactId:version or local file path"
|
||||
style="width: 100%">
|
||||
style="width: 100%" />
|
||||
</td>
|
||||
<td>
|
||||
<textarea msd-elastic ng-model="newInterpreterSetting.depExclude"
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ limitations under the License.
|
|||
<td>
|
||||
<input ng-model="setting.propertyKey"
|
||||
pu-elastic-input
|
||||
pu-elastic-input-minwidth="180px">
|
||||
pu-elastic-input-minwidth="180px" />
|
||||
</td>
|
||||
<td>
|
||||
<textarea msd-elastic ng-model="setting.propertyValue"></textarea>
|
||||
|
|
@ -191,7 +191,7 @@ limitations under the License.
|
|||
<td>
|
||||
<input ng-model="setting.depArtifact"
|
||||
placeholder="groupId:artifactId:version or local file path"
|
||||
style="width: 100%">
|
||||
style="width: 100%" />
|
||||
</td>
|
||||
<td>
|
||||
<textarea ng-model="setting.depExclude"
|
||||
|
|
|
|||
Loading…
Reference in a new issue