Skip to content

Commit

Permalink
Merge pull request #155 from ligangty/main
Browse files Browse the repository at this point in the history
Remove useless styles
  • Loading branch information
ligangty authored Jan 16, 2024
2 parents 95b0365 + ac7e075 commit 18e8a65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default function RemoteEdit() {
<input type="password" role="password" defaultValue={store.key_password} {...register("key_password")} /><Hint hintKey="client_key" />
</div>
}
<div className="fieldset two-col">
<div className="fieldset">
{
useAuth &&
<div className="left-col">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const RemoteAccessSection = ({store})=> <div className="fieldset">
<span><ap-password-mask></ap-password-mask></span>
</div>
}
<div className="fieldset two-col">
<div className="fieldset">
{
store.key_certificate_pem &&
<div className="left-col">
Expand Down

0 comments on commit 18e8a65

Please sign in to comment.