Repository: kylin Updated Branches: refs/heads/master 4a1b22c72 -> cadc85ada
KYLIN-2090 allow update cube level config bug fix Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cadc85ad Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cadc85ad Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cadc85ad Branch: refs/heads/master Commit: cadc85adac160bedb39536598a3108f9c0ad6537 Parents: eae6d2e Author: Jason <jiat...@163.com> Authored: Mon Nov 7 11:45:42 2016 +0800 Committer: Jason <jiat...@163.com> Committed: Mon Nov 7 14:09:11 2016 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/refresh_settings.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cadc85ad/webapp/app/partials/cubeDesigner/refresh_settings.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/refresh_settings.html b/webapp/app/partials/cubeDesigner/refresh_settings.html index 89b9de9..fc5f657 100755 --- a/webapp/app/partials/cubeDesigner/refresh_settings.html +++ b/webapp/app/partials/cubeDesigner/refresh_settings.html @@ -106,6 +106,7 @@ <div class="col-xs-12 col-sm-6"> <!--retention range is store in CubeInstance, will convert to cubeMetaFrame for front end--> <input type="text" retention-format class="form-control ng-scope ng-pristine ng-valid" + placeholder="how many days cube retention" ng-model="cubeMetaFrame.retention_range" ng-if="state.mode=='edit'"> <span ng-if="state.mode=='view'">{{cubeMetaFrame.retention_range | millisecondsToDay}}</span> </div>