Repository: aurora
Updated Branches:
  refs/heads/master 8508aec36 -> e3ba054eb


Fix style of TaskConfigSummary.


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

Branch: refs/heads/master
Commit: e3ba054eb3acd93b33072dfa4d0522acbefb2363
Parents: 8508aec
Author: Santhosh Kumar <[email protected]>
Authored: Fri Jun 22 12:54:08 2018 -0700
Committer: Santhosh Kumar <[email protected]>
Committed: Fri Jun 22 12:54:08 2018 -0700

----------------------------------------------------------------------
 ui/src/main/js/components/TaskConfigSummary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/e3ba054e/ui/src/main/js/components/TaskConfigSummary.js
----------------------------------------------------------------------
diff --git a/ui/src/main/js/components/TaskConfigSummary.js 
b/ui/src/main/js/components/TaskConfigSummary.js
index f03d44d..010e3a5 100644
--- a/ui/src/main/js/components/TaskConfigSummary.js
+++ b/ui/src/main/js/components/TaskConfigSummary.js
@@ -98,7 +98,7 @@ function SlaPolicy({ config }) {
       </tr>];
   } else if (!isNully(config.slaPolicy.coordinatorSlaPolicy)) {
     return [<tr>
-        <th rowSpan='4'>Coordinator SLA Policy</th>
+        <th rowSpan='2'>Coordinator SLA Policy</th>
         <td>coordinator url</td>
         <td>{config.slaPolicy.coordinatorSlaPolicy.coordinatorUrl}</td>
       </tr>,

Reply via email to