[ZEPPELIN-1404] invalid html structure for bootstrap in interpreter setting page#1395
[ZEPPELIN-1404] invalid html structure for bootstrap in interpreter setting page#1395cloverhearts wants to merge 5 commits intoapache:masterfrom cloverhearts:dev/interpreter-tag-fixed
Conversation
|
@AhyoungRyu Thank you for your feedback. |
| <textarea ng-if="valueform.$visible" ng-model="dep.exclusions" | ||
| placeholder="(Optional) comma separated groupId:artifactId list" | ||
| form="valueform" | ||
| e-form="valueform" |
There was a problem hiding this comment.
Can you tell more about that change?
There was a problem hiding this comment.
@corneadoug
I attach a link, part of the note.
https://github.com/apache/zeppelin/pull/1395/files#diff-52843fa71a36ded9162a8bbb812459bcR295
I do not know the correct action on the part of the fact.
However, this part will be described as Invalid value in my IDE.

e-form will resolve this issue.
There was a problem hiding this comment.
e-form is used only for the directive editable-text.
Same for the e-msd-elastic below I guess.
There is a bit of disparity between the inputs in general, it could probably be reworked separately
There was a problem hiding this comment.
Thank you for answer.
I will revert to this code and create a new pr.
|
fixed. |
|
@cloverhearts actually there is also the space of the dependencies section. It would be better to simply modify the I checked and that class is used only in a few cases (Credential, Configuration, Interpreter), and removing that space is making them look better) Except for that LGTM |
|
@corneadoug
|
|
LGTM |
|
@cloverhearts Could you rebase this branch? |
|
@corneadoug |
|
Merging if there is no more discussions |
### What is this PR for? #1395 changed alignment of html tag and it caused to make space between interpreter group and name. ### What type of PR is it? Bug Fix ### Screenshots (if appropriate) **Before** <img width="436" alt="screen shot 2016-09-22 at 11 31 35 am" src="https://cloud.githubusercontent.com/assets/8503346/18743269/7fa34b16-80b8-11e6-979a-194e7f6bef8f.png"> **After** <img width="411" alt="screen shot 2016-09-22 at 11 32 02 am" src="https://cloud.githubusercontent.com/assets/8503346/18743271/83807038-80b8-11e6-80b1-775c3369940e.png"> ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <[email protected]> Closes #1448 from minahlee/showInterpreterList and squashes the following commits: 5e2315a [Mina Lee] Remove space in available interpreters list
### What is this PR for? apache#1395 changed alignment of html tag and it caused to make space between interpreter group and name. ### What type of PR is it? Bug Fix ### Screenshots (if appropriate) **Before** <img width="436" alt="screen shot 2016-09-22 at 11 31 35 am" src="https://cloud.githubusercontent.com/assets/8503346/18743269/7fa34b16-80b8-11e6-979a-194e7f6bef8f.png"> **After** <img width="411" alt="screen shot 2016-09-22 at 11 32 02 am" src="https://cloud.githubusercontent.com/assets/8503346/18743271/83807038-80b8-11e6-80b1-775c3369940e.png"> ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <[email protected]> Closes apache#1448 from minahlee/showInterpreterList and squashes the following commits: 5e2315a [Mina Lee] Remove space in available interpreters list



What is this PR for?
invalid html structure for bootstrap in interpreter setting page.
for example :
correct
invalid now.
There occurs a problem with the current designers, and shape.
Please, check to Screenshots in this pr.
What type of PR is it?
Bug Fix
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1404
How should this be tested?
click to interpreter menu in web ui.
Screenshots (if appropriate)
before wide screen.
after wide screen.
before mobile size screen
after mobile size screen
Questions: