update doc and html

This commit is contained in:
astroshim 2016-11-15 14:10:24 +09:00
parent d4eb178ce8
commit 47c463f7e4
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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>