KYLIN-1316 update wrong label in cube refresh page

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

Branch: refs/heads/KYLIN-1122
Commit: 6f1f96615d53683d0eb8d6883956cf62da806f71
Parents: 0394feb
Author: jian <zhongj...@apache.org>
Authored: Thu Jan 14 11:01:41 2016 +0800
Committer: Xiaoyu Wang <wangxia...@apache.org>
Committed: Mon Jan 18 13:38:30 2016 +0800

----------------------------------------------------------------------
 ...pdate-wrong-label-in-cube-refresh-page.patch | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6f1f9661/0001-KYLIN-1316-update-wrong-label-in-cube-refresh-page.patch
----------------------------------------------------------------------
diff --git a/0001-KYLIN-1316-update-wrong-label-in-cube-refresh-page.patch 
b/0001-KYLIN-1316-update-wrong-label-in-cube-refresh-page.patch
new file mode 100644
index 0000000..5da7612
--- /dev/null
+++ b/0001-KYLIN-1316-update-wrong-label-in-cube-refresh-page.patch
@@ -0,0 +1,25 @@
+From 7217298239ffa38252a30232fb11322810876f1b Mon Sep 17 00:00:00 2001
+From: jian <zhongj...@apache.org>
+Date: Thu, 14 Jan 2016 10:56:36 +0800
+Subject: [PATCH] KYLIN-1316 update wrong label in cube refresh page
+
+---
+ webapp/app/partials/jobs/job_refresh.html | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/webapp/app/partials/jobs/job_refresh.html 
b/webapp/app/partials/jobs/job_refresh.html
+index 89705e0..b8ffa6e 100644
+--- a/webapp/app/partials/jobs/job_refresh.html
++++ b/webapp/app/partials/jobs/job_refresh.html
+@@ -35,7 +35,7 @@
+                             
<td>{{metaModel.model.partition_desc.partition_date_column}}</td>
+                         </tr>
+                         <tr>
+-                            <td>MERGE START SEGMENT</td>
++                            <td>REFRESH SEGMENT</td>
+                             <td>
+                                 <select ng-model="selectedSegment"
+                                         
ng-init="selectedSegment=cube.segments[0];segmentSelected(selectedSegment);"
+-- 
+2.4.9 (Apple Git-60)
+

Reply via email to