minor,refine no result position
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4b66751d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4b66751d Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4b66751d Branch: refs/heads/KYLIN-2606 Commit: 4b66751d4fc9cc77c6bd8f22a899900c66fd31df Parents: 46d144a Author: luguosheng1314 <550175...@qq.com> Authored: Tue Jul 4 16:04:49 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Tue Jul 4 21:56:33 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/modelDesigner/model_info.html | 2 +- webapp/app/partials/projects/project_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/4b66751d/webapp/app/partials/modelDesigner/model_info.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/modelDesigner/model_info.html b/webapp/app/partials/modelDesigner/model_info.html index ae8237f..59a565b 100644 --- a/webapp/app/partials/modelDesigner/model_info.html +++ b/webapp/app/partials/modelDesigner/model_info.html @@ -35,7 +35,7 @@ ng-model="modelsManager.selectedModel.name" required placeholder="You can use letters, numbers, and '_'" ng-maxlength=100 ng-pattern="/^\w+$/" /> - <small class="help-block" ng-show="forms.model_info_form.model_name.$error.required && (forms.model_info_form.model_name.$dirty||forms.model_info_form.$submitted)">Model name is required.</small> + <small style="color:red" class="help-block" ng-show="forms.model_info_form.model_name.$error.required && (forms.model_info_form.model_name.$dirty||forms.model_info_form.$submitted)">Model name is required.</small> <small class="help-block" ng-show="!forms.model_info_form.model_name.$error.required&&forms.model_info_form.model_name.$invalid && (forms.model_info_form.model_name.$dirty||forms.model_info_form.$submitted)">Model name is invalid.</small> http://git-wip-us.apache.org/repos/asf/kylin/blob/4b66751d/webapp/app/partials/projects/project_detail.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/projects/project_detail.html b/webapp/app/partials/projects/project_detail.html index 431073a..5cfc091 100644 --- a/webapp/app/partials/projects/project_detail.html +++ b/webapp/app/partials/projects/project_detail.html @@ -76,7 +76,7 @@ </tbody> </table> </div> - <div no-result ng-if="getMapLength(project.override_kylin_properties) == 0"></div> + <div no-result ng-if="getMapLength(project.override_kylin_properties) == 0" style="clear:both"></div> <div class="col-xs-1"></div> </div> </div>