mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
note name -> note url
This commit is contained in:
parent
22bd851047
commit
c01b9828ff
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ limitations under the License.
|
|||
<div class="form-group slide-right" ng-show="note.step2">
|
||||
|
||||
<label for="noteImportUrl">URL</label>
|
||||
<input placeholder="Note name" type="text" class="form-control" id="noteImportUrl"
|
||||
<input placeholder="Note url" type="text" class="form-control" id="noteImportUrl"
|
||||
ng-model="note.importUrl" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue