Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation: add bosnian version for readme #3107

Merged
merged 18 commits into from
Dec 25, 2019
Prev Previous commit
revert changes to un-related files
  • Loading branch information
shahidhk committed Dec 25, 2019
commit ecd69cdf884eddae0929a3dc0208cb38f8e1bd30
8 changes: 2 additions & 6 deletions console/src/components/Services/Data/RawSQL/RawSQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ const RawSQL = ({
<h4 className={styles.subheading_text}>SQL Result:</h4>
<div className={styles.tableContainer}>
<table
className={`table table-bordered table-striped table-hover ${
styles.table
} `}
className={`table table-bordered table-striped table-hover ${styles.table} `}
>
<thead>
<tr>{getTableHeadings()}</tr>
Expand Down Expand Up @@ -476,9 +474,7 @@ const RawSQL = ({
</div>

<div
className={`${styles.padd_left_remove} ${
styles.add_mar_bottom
} col-xs-8`}
className={`${styles.padd_left_remove} ${styles.add_mar_bottom} col-xs-8`}
>
{getTrackThisSection()}
{getMetadataCascadeSection()}
Expand Down