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/f2003eee Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f2003eee Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f2003eee Branch: refs/heads/v1.6.0-rc1 Commit: f2003eeee26ce0257bf7cb1e0b330e88d5bac172 Parents: bd37eaf Author: Jason <[email protected]> Authored: Mon Nov 7 11:45:42 2016 +0800 Committer: Jason <[email protected]> Committed: Mon Nov 7 14:15:00 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/f2003eee/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>
