Repository: kylin Updated Branches: refs/heads/2.1.x 453d7bde9 -> 7ac68400c
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/6004c3e8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6004c3e8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6004c3e8 Branch: refs/heads/2.1.x Commit: 6004c3e8393962c88a931094674528e82a565012 Parents: 453d7bd Author: luguosheng1314 <550175...@qq.com> Authored: Tue Jul 4 16:04:49 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Wed Jul 19 18:03:55 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/6004c3e8/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/6004c3e8/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>