Skip to content

Commit

Permalink
Left align message in SQL Client
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhaliqi authored and yingsu00 committed Nov 14, 2024
1 parent 56dcdbb commit 550bb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-ui/src/components/SQLClient.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function SQLClientView() {

return (
<>
<div className="alert alert-warning alert-dismissible" role="alert" style={{display: 'block', marginLeft: 'auto', marginRight: 'auto', textAlign: 'center'}}>
<div className="alert alert-warning alert-dismissible" role="alert" style={{display: 'block', marginLeft: 'auto', marginRight: 'auto', textAlign: 'left'}}>
<button type="button" className="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
SQL client directly accesses the coordinator APIs and submits SQL queries. Users who can access the Web UI can use this client to query,
update, and even delete data in the catalogs. Be sure to enable the user authentication to protect the Web UI access if needed.
Expand Down

0 comments on commit 550bb1a

Please sign in to comment.