Repository: lens
Updated Branches:
  refs/heads/master 1a57cdd82 -> e6a59b739


LENS-1344 : Make individual component headers on cube schema page on UI left 
aligned


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

Branch: refs/heads/master
Commit: e6a59b7391364f1c7ad2b2894efcaf731dca119b
Parents: 1a57cdd
Author: Rajat Khandelwal <pro...@apache.org>
Authored: Wed Oct 5 14:57:58 2016 +0530
Committer: Amareshwari Sriramadasu <amareshw...@apache.org>
Committed: Wed Oct 5 14:57:58 2016 +0530

----------------------------------------------------------------------
 lens-ui/app/components/CubeSchemaComponent.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/e6a59b73/lens-ui/app/components/CubeSchemaComponent.js
----------------------------------------------------------------------
diff --git a/lens-ui/app/components/CubeSchemaComponent.js 
b/lens-ui/app/components/CubeSchemaComponent.js
index 27adfac..d7492eb 100644
--- a/lens-ui/app/components/CubeSchemaComponent.js
+++ b/lens-ui/app/components/CubeSchemaComponent.js
@@ -66,7 +66,7 @@ function constructMeasureTable(cubeName, measures) {
   return (
     <div className='table-responsive'>
       <table className='table table-striped table-condensed'>
-        <caption className='bg-primary text-center'>Measures</caption>
+        <caption className='bg-primary text-left'>Measures</caption>
         <thead>{header}</thead>
         <tbody>{table}</tbody>
       </table>
@@ -131,7 +131,7 @@ function constructDimensionTable(cubeName, dimensions, 
join_chains_by_name) {
   return (
     <div className='table-responsive'>
       <table className='table table-striped'>
-        <caption className='bg-primary text-center'>Dim-Attributes</caption>
+        <caption className='bg-primary text-left'>Dim-Attributes</caption>
         <thead>{header}</thead>
         <tbody>{table}</tbody>
       </table>
@@ -165,7 +165,7 @@ function constructJoinChainTable(cubeName, join_chains) {
   return (
     <div className='table-responsive'>
       <table className='table table-striped'>
-        <caption className='bg-primary text-center'>Join Chains</caption>
+        <caption className='bg-primary text-left'>Join Chains</caption>
         <thead>{header}</thead>
         <tbody>{table}</tbody>
       </table>
@@ -201,7 +201,7 @@ function constructExpressionTable(cubeName, expressions) {
   return (
     <div className='table-responsive'>
       <table className='table table-striped'>
-        <caption className='bg-primary text-center'>Expressions</caption>
+        <caption className='bg-primary text-left'>Expressions</caption>
         <thead>{header}</thead>
         <tbody>{table}</tbody>
       </table>

Reply via email to