mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update doc and html
This commit is contained in:
parent
d4eb178ce8
commit
47c463f7e4
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ You can add new credentials in the dropdown menu for your data source which can
|
|||
|
||||
<img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/credential_tab.png" width="180px"/>
|
||||
|
||||
**Entity** can be the key that distinguishes each credential sets.(We suggest that the convention of the **Entity** is `[InterpreterName].[Alias]`.)
|
||||
**Entity** can be the key that distinguishes each credential sets.(We suggest that the convention of the **Entity** is `[Interpreter Group].[Interpreter Name]`.)
|
||||
|
||||
Type **Username & Password** for your own credentials. ex) Mysql user & password of the JDBC Interpreter.
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ limitations under the License.
|
|||
</thead>
|
||||
<tr>
|
||||
<td>
|
||||
<input id="entityname" ng-model="entity" placeholder="[InterpreterName].[Alias]"/>
|
||||
<input id="entityname" ng-model="entity" placeholder="[Interpreter Group].[Interpreter Name]"/>
|
||||
</td>
|
||||
<td>
|
||||
<textarea msd-elastic ng-model="username"></textarea>
|
||||
|
|
|
|||
Loading…
Reference in a new issue