KYLIN-1521 remove disable at job refresh page

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/0aeb71ca
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0aeb71ca
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0aeb71ca

Branch: refs/heads/1.3.x
Commit: 0aeb71cae58e2c0b07f56129d25d7f9c0ea274b9
Parents: 00081a9
Author: Jason <[email protected]>
Authored: Tue Mar 22 16:33:52 2016 +0800
Committer: Jason <[email protected]>
Committed: Tue Mar 22 16:33:52 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/jobs/job_refresh.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/0aeb71ca/webapp/app/partials/jobs/job_refresh.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/jobs/job_refresh.html 
b/webapp/app/partials/jobs/job_refresh.html
index aa8f930..8eb240a 100644
--- a/webapp/app/partials/jobs/job_refresh.html
+++ b/webapp/app/partials/jobs/job_refresh.html
@@ -92,8 +92,6 @@
 
     <div class="modal-footer">
         <button class="btn btn-primary" ng-click="cancel()">Close</button>
-        <button class="btn btn-success" ng-click="rebuild()"
-                ng-disabled="!(jobBuildRequest.startTime >= 0 && 
jobBuildRequest.endTime > 0)">Submit
-        </button>
+        <button class="btn btn-success" ng-click="rebuild()">Submit</button>
     </div>
 </script>

Reply via email to